please send your q's to the orion list, not to me personally.

Mike

> -----Original Message-----
> From: Mehra, Shelly (CRD) [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 03, 2000 11:52 PM
> To: 'Mike Cannon-Brookes '
> Subject: Enterprise JavaBean with Orion Server
> 
> 
>  Dear Mike
>      Yes, that is whatI thought as if I don't want to use either 
> EJB-taglib then where do I go.
> Actually Orion is the first with this concept as I have done 
> development with Weblogic and I always
> called EJB's from JSP's.  That is what I have been trying to do 
> but Orion not letting me do.  One JSP
> cannot find another one when it calls another JSP and I don't get 
> it why...?  IS it due to that I
> have not been using EJB-Taglib.  As you said no not necessarily 
> we have to do that, would you please
> tell me how you are calling EJB directly from JSP's without 
> web-beans layed or EJB-taglib layer.  I
> really need help for this as I am already writing application 
> with this concept and for the time
> being for fast development I want to stick to this concept rather 
> than jumping to the new one of
> Taglibs .....  I woudl really appreciate your help as I have 
> produce an application really fast.
> 
> Thank you.
> 
> Shelly 
> 
> -----Original Message-----
> From: Mike Cannon-Brookes
> To: Orion-Interest
> Sent: 10/3/00 4:17 AM
> Subject: RE: JavaBean with Orion Server
> 
> 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