• 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

Reports using Swings

 
Ranch Hand
Posts: 265
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Ranchers.,
I'm new to Java Swings and I'm creating an application called Inventory System. For displaying the values in the database, i want to use a reporting system in the format of a P&L Account.

1) How can i use the reporting in Java Swings.
2) Is there any Java API for reporting
3) If there where can i find the sample coding

Please reply as soon as possible

Thanks in advance

Regardz
Aravind
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Aravind Prasad:
Dear Ranchers.,
I'm new to Java Swings and I'm creating an application called Inventory System. For displaying the values in the database, i want to use a reporting system in the format of a P&L Account.

1) How can i use the reporting in Java Swings.
2) Is there any Java API for reporting
3) If there where can i find the sample coding

Please reply as soon as possible

Thanks in advance

Regardz
Aravind



Hai,

you can use the Crystal reports for reports in swings. In crystal reports they were providing "ReportViewerBean" as a component to add it to the swing containers

rgds,
Gopinath
[ October 09, 2006: Message edited by: Gopinath Mani ]
 
Aravind Prasad
Ranch Hand
Posts: 265
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply Mr.Gopinath Mani,
I checked for that bean file in the whole installed folder and i failed to see one. Now.. can i get a sample coding from any website. Please help me with some sample codings to my email address or thru this forum.. My mail id is
aravind639@gmail.com

Thanks in advance
regardz

Aravind
 
Ranch Hand
Posts: 584
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Crystal Reports is a very powerful tool, but if I'm not mistaken, it seems Crystal Reports is not free. It costs money. Please Gopinath correct me if I'm mistaken.

I would recommend you to take a look at Jasper Reports and iReport.

Jasper Reports is widespread used around the world and well known on Java community. Even better, it's free.
 
Aravind Prasad
Ranch Hand
Posts: 265
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply Mr.Edisandro Bessa,
I'll go thru these and will try to find a good solution..

Thanks

regardz
Aravind
 
Aravind Prasad
Ranch Hand
Posts: 265
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Ranchers..
I've downloaded the JasperReport and tried hard.. How can i just connect it with swings.. Please help me.. ranchers.. with some codes..

Thanks in advance..
regardz
Aravind
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Aravind Prasad,

This is an easy one. Generate report using iReport designer and import the same using a java code.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic