Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

BIRT in a Swing Application

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are building a standalone desktop application that will not have an application server. It will connect to a local database through ODBC. Can we use BIRT reporting? I only see J2EE mentioned on the BIRT site, we are not using J2EE and the discussion area of the BIRT site seems to no longer exist. Other projects here use BIRT in an application server environment so we would like to leverage existing talent to use BIRT in this application as well.

Thanks in advance...
 
Marshal
Posts: 79647
380
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Don't know. Please explain more. What's BIRT?
You might find your query moved, because that might be more appropriate elsewhere on the Ranch.
[ June 20, 2008: Message edited by: Campbell Ritchie ]
 
Adam Smith
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply. Administrative thing is taken care of.

BIRT is an open source tool for reporting in java. It stands for Business Intelligence and Reporting Tool. You can find more information here:

BIRT
 
Campbell Ritchie
Marshal
Posts: 79647
380
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Adam Smith:
Administrative thing is taken care of.

Thank you.

I looked at the link you quoted and it didn't say anything about J2EE being a prerequisite. Against "deployment" it said "Java/J2EE" which seems to me to mean you can use it on an ordiarny Java installation. I think you will have to try and see whether it works. Good luck with it
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
BIRT itself is a stand alone application (albeit and eclipse applciation not a swing app). You should have no issues using BIRT to produce static reports and including those in your swing app, since these are just gif, pdfs, jpegs etc. However, dynamic reports rely on JavaScript to implement their interactive behaviour so integrating these might be trickier. I'm not sure this is possible, but you could try reusing BIRT own viewer stuff?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic