• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Make report in Java !!!

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
When i make a report with 2-tier, I usually do the following pattern:
Java Application(Client) <----> Database (Server)
Crystal Report <----> Store procedure
And now i must make a report with 3-tier :
Java Application(Client) <----> Middle tier(Server) <----> Database (Server)
Crystal Report <----> EJB <----> Store procedure
I have a trouble with :
Java Application(Client) <----> Middle tier(Server)
Crystal Report <----> EJB
With 3-tier ,if I don't want to use store procedure, and I want to use EJB to make report with Crystal Report.
Can you help me ?
 
Ranch Hand
Posts: 798
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Firstly I did not try Crystal Report with Java. so I don't know the solution. But I have tried the free open souce tool: jfreereport-0.8.4_6. The tool can help you make a professional report based on XML. You can search it in GOOGLE. You can take a try.
If you find the Crystal Report solution , please share with us.
Thanks.
Edward
 
Sheriff
Posts: 3341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm moving this to Other Java Products
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic