• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Oracle 9i AS reporting tool

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I would like to use oracle 9i AS reporting tool in conjunction with IBM Websphere application server where my main application is deployed.
One solution which came to my mind is treating reporting stuff as a set of objects which are deployed on oralce 9iAS and are looked up using JNDI/IIOP from web container of Websphere appl server.
The main issue here is how the generated report is going to be served through the webserver to the client(since two appl servers are invloved)..
Is there any other solution to it which is more viable....?
Thanks in advance
Biju
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, one suggestion is to use the Oracle App Server to also serve your EJBs or other middle tier objects. Not really a good suggestion, but it is one at least.
Mark
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic