From: "Ivelin Ivanov" <[EMAIL PROTECTED]>
>
> How does the EJB logicsheet work?

It's much like the standart JSP bean taglib. You just declare which EJBs you
are going to use (like <jsp:useBean />), then you can call methods.
Exception handling also included, but not well tested.

As it's only about 5K (with a HTML description) I took the liberty to attach
it. It can be used either with CastorTransformer or JXPath logicsheet to
demonstrate some J2EE technics.

Konstantin

>
> ----- Original Message -----
> From: "Konstantin Piroumian" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>; "Nicola Ken Barozzi"
<[EMAIL PROTECTED]>
> Sent: Thursday, May 16, 2002 7:02 AM
> Subject: Re: [C2.1] Moving scratchpad goodies to main trunk
>
>
> > From: "Nicola Ken Barozzi" <[EMAIL PROTECTED]>
> > > From: "Konstantin Piroumian" <[EMAIL PROTECTED]>
> > >
> > > > Hi all!
> > > >
> > > > Isn't it time to move things from scratchpad to the main trunk?
> > > > Here is the list of what I would personally like to see in the main
> > trunk:
> > > >
> > > >     - Castor stuff
> > >
> > > Isn't is a bit duplicating XMLForm?
> >
> > Just a bit. But as I know XMLForm is not intended to marshall/unmarshall
> > JavaBeans to/from XML, but to use whatever implementation is provided,
> isn't
> > it?
> >
> > Also CastorTransformer can be useful for any non form-based application
> that
> > uses JavaBeans, e.g. a front-end for an EJB application. You just get
your
> > value objects (JavaBeans) from EJBs and using Castor transformer
generate
> > XML from them.
> >
> > Btw, I have an EJB logicsheet from the old C1 days. If anybody is
> interested
> > then I could port it to C2 and provide a sample of usage along with
> > CastorTransformer.
> >
> > Konstantin
> >
> > >
> > ...
> > > +1 for this too.
> > >
> > > --
> > > Nicola Ken Barozzi                   [EMAIL PROTECTED]
> > >             - verba volant, scripta manent -
> > >    (discussions get forgotten, just code remains)
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, email: [EMAIL PROTECTED]
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>

Attachment: ejb-logicsheet.zip
Description: Zip compressed data

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to