• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

looking for free Reports tool for java

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody!
If anyone can help me, I am looking for a free tool that can work as a Report tool.
I have the data in a Vector of Vector and I want 2 print the data.
Please give me some advises
Regards,
Gidone
 
Ranch Hand
Posts: 1143
1
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Gidone,
Have you searched these Web sites:
http://sourceforge.net
http://www.jars.com
http://www.jroundup.com
http://javalobby.org
http://www.download.com
http://java.about.com
http://www.tucows.com
Or even a simple Internet search? For example:
http://www.yahoo.com
When I searched for "java reporting tool", I got 168,000 hits. Maybe one of them (at least) will be suitable?
Hope this helps.
Good Luck,
Avi.
 
Ranch Hand
Posts: 375
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Gidones,
If you are looking for something to simply show the data on screen you could use JTable or some other swing component, but if you are trying to print it out, then do a google search on JFreeReport, which might save you a lot of hardwork.
HTH
Ashish Hareet
reply
    Bookmark Topic Watch Topic
  • New Topic