Uhm, this is actually wrong.

There's no reason you can't communicate directly with EJBs from a JSP (I do
it alot).

It's not strictly good practice to do so (using Session beans, JavaBeans or
tags is a good abstraction layer) but often for quick apps it doesn't
matter.

Mike

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Nathan Phelps
> Sent: Tuesday, October 03, 2000 3:07 PM
> To: Orion-Interest
> Subject: RE: JavaBean with Orion Server
>
>
> See the following tutorial:
>
> http://www.znerd.demon.nl/orion-primer/
>
> You cannot communicate 'directly' with EJBs from JSPs without an
> intermediate layer (JavaBeans, or a EJB tag library).  See the following
> document concerning the Orion EJB tag library:
> http://www.orionserver.com/tags/ejbtags/
>
> I would, however, recommend putting as little code as possible in
> your JSPs,
> in favor of placing it in JavaBeans or Servlets.
>
> -----Original Message-----
> From: Fortino Garcia [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 02, 2000 11:46 PM
> To: Orion-Interest
> Subject: JavaBean with Orion Server
>
>
> Hi all,
>
> I just downloaded the Orion Server and I using with a JSP book and
> everything is working fine but now I am in a new chapter where I learning
> about JavaBeans but I am not able to run any JavaBeans.
>
> What Should I need to do in order to run EJB?
> Where should put the jsp and the html files whit ebj tags?
>
> Do I need something else to use JavaBeans?
>
> Thanks
> Fortino.
>
>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
>
>


Reply via email to