IntelliJ Java IDE
The moose likes Oracle/OAS and the fly likes Oracle 9i AS reporting tool Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "Oracle 9i AS reporting tool" Watch "Oracle 9i AS reporting tool" New topic
Author

Oracle 9i AS reporting tool

Biju Menon kongoth
Greenhorn

Joined: Oct 27, 2002
Posts: 1
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
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 16624

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


Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
 
 
subject: Oracle 9i AS reporting tool
 
Threads others viewed
Deployement of .ear on Oracle 9i App Server
port usage
comment on my resume
EJb WebLogic/Websphere deployement problem
What is Everyone using in Production?
IntelliJ Java IDE