Hi.

Struts and EJB is no problem. You use the "business delegate" pattern to
seperate business logic in the EJB Container (e.g. JBoss). You use also the
"value object" pattern to transport your data from the action to the fassade
on the EJB Container. Than you do all your logic in the application server
(do some data saving etc.) and return your data also with "value object".
With some intelligence you can copy your entity data 1:1 to the struts form.

I use Struts, Tomcat, JBoss, XDoclett, PostgreSQL, Ant, Log4J in a 5 "person
year" project (not large but not small also) and it works really fine.

Greetings
Manfred

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]Im
Auftrag von Brian Topping
Gesendet: Montag, 8. Juli 2002 17:16
An: Struts Users Mailing List
Betreff: RE: Re: Struts + EJB ?


I hope all my potential competitors read this... i sure would love to have
them not using EJB out of the gate!!! :P

-b

> -----Original Message-----
> From: Struts Newsgroup (@Basebeans.com) [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 08, 2002 2:10 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Struts + EJB ?
>
>
> Subject: Re: Struts + EJB 1 2 3 4 5 6 7 8 9
> From: "Vic C." <[EMAIL PROTECTED]>
>  ===
> You might want to look at some EJB experiences on
> www.proj.com/bad.jsp,
> the first 4 links are worth reading (the 3rd and 4th are new, and the
> 4th talk about PetStore)
>
> Vic
>
> Boney Sze wrote:
> > can struts and EJB be used together in an application
> > ?
> > im kinda new to EJB but i could say i know struts
> > already.
> >
> > can anybody provide any references or ideas about
> > this?
> > thanks
> >
> > Boney
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Sign up for SBC Yahoo! Dial - First Month Free
> > http://sbc.yahoo.com
> >
> > --
> > 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