This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hi all, is it possible to obtain a EJB Home object using JNDI calling it from a ASP. I would prefer to use JSP but have no say in the project development. Note the web server and application server are on different machines.
Roof Age
Greenhorn
Joined: May 07, 2001
Posts: 7
posted
0
What app server are you using?
Desai Sandeep
Ranch Hand
Joined: Apr 02, 2001
Posts: 1157
posted
0
Hi, I think you can, because of the JNDI architecture. JNDI provides one unified API for performing all the naming and directory operations.You only need to make sure that you have a proper Service provider in place, which maps your HomeObject. Hope this helps. Regards, Sandeep
Sun Certified Programmer for Java 2 PlatformScored 93 per cent
Oracle JDeveloper Rel. 3.0 - Develop Database Applications with Java Scored 56 out of 59
IBM Enterprise Connectivity with J2EE Scored 72 per cent
Enterprise Development on the Oracle Internet Platform Scored 44 out of 56
[This message has been edited by Desai Sandeep (edited May 10, 2001).]
<b>Sandeep</b> <br /> <br /><b>Sun Certified Programmer for Java 2 Platform</b><br /> <br /><b>Oracle Certified Solution Developer - JDeveloper</b><br /><b>-- Oracle JDeveloper Rel. 3.0 - Develop Database Applications with Java </b><br /><b>-- Object-Oriented Analysis and Design with UML</b><br /> <br /><b>Oracle Certified Enterprise Developer - Oracle Internet Platform</b><br /><b>-- Enterprise Connectivity with J2EE </b><br /><b>-- Enterprise Development on the Oracle Internet Platform </b>
Martin Lawrence
Greenhorn
Joined: Oct 20, 2000
Posts: 14
posted
0
We are currently using BEA Systems WebLogic Server 5.1. (EJB 1.1) Has anybody come across any examples that I can look at.