Hi Dirk,

Struts is just a web app framework. EJB support is provided by your
container; nothing what so ever to do with Struts. If your container
supports it crab an InitialContext and lookup your ejb in a Struts Action
class. See previous email in this thread for details.

Jon.

-----Original Message-----
From: Dirk Breitenbach [mailto:[EMAIL PROTECTED]] 
Sent: 01 March 2002 10:47
To: [EMAIL PROTECTED]
Subject: Re: EJB and Struts?

And do you know, if EJBs are supported by Struts??

Can I Access EJBs like a Database in Struts, but only with JNDI instead
of JDBC??

Dirk


"Jon.Ridgway" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:<[EMAIL PROTECTED]>...
> Hi Dirk,
> 
> If you want to talk from tomcat to iAS you will need to create
IIOP/RMI
> aware EJB in iPlanet. This will give you some remote stubs. Add these
to
> your web app in tomcat. Add a CXS process to iAS. Your web app will
need to
> create an InitialContext using com.sun.jndi.cosnaming.CNCtxFactory.
> 
> Have a look under ias6/ias-samples/j2eeguide/converter for an example
of a
> remote client talking to iAS. You should also check out the iAS Java
> Developers guide for details on creating a remote client
>
(http://docs.iplanet.com/docs/manuals/ias/60/sp3/JavaProgGuide/jpgrichc.
htm#
> 11284)
> 
> You live would be a lot simpler if you used iAS/iWS for development.
iWS
> performs differently to Tomcat in some areas, so code that works under
> Tomcat won't necessarily work when deployed to iAS/iWS.
> 
> 
> Jon.
> 
> -----Original Message-----
> From: Struts Newsgroup [mailto:[EMAIL PROTECTED]] 
> Sent: 01 March 2002 10:10
> To: [EMAIL PROTECTED]
> Subject: EJB and Struts?
> 
> Subject: EJB and Struts?
> From: "Dirk Breitenbach" <[EMAIL PROTECTED]>
>  ===
> Hi,
> does anybody know, how i can bind EJBs to my Struts-Application?
> Is it possible to make a connection over the data-Sources-Entries in
> struts-config.xml? What driver to use? JNDI??
> 
> The EJBs are deployed on an IPlanet Application Server, where my
> Webapplikation is also deployed. But I use a local Tomcat-Installation
for
> developping.
> 
> Anyone who can help?
> 
> Dirk
> 
> PS: Sorry for my bad english.
> 
> 
> 
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to