Am I not correct in suggesting that Action objects are essentially our
opportunity to connect into an EJB model... Therefore struts' major
focus is not on the Model side of things which is where EJB majors (esp. Entity
Beans).  The two seem like a cool fit.

As far as scalability issues... what features make you say struts is generally
targets medium sized projects?  Perhaps the single servlet controller?
Or are you drawing a parallel between size and complexity? Eg. lack of workflow
yet (unless its farther on than I thought!).

Cheers,
Jon

Gopalakrishnan Rangaswamy wrote:

> Patney,
>
> The struts framework is basically meant for medium sized projects, so
> EJBs are not envisaged as part of it.  If the project is big, and likely
> to face scalability issues then it is better to adapt ejb based design
> patterns.
>
> And nothing stops from calling a ejb in the struts framework.
>
> hope this helps.
>
> -----Original Message-----
> From: Patney [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 28, 2001 5:09 PM
> To: 'Struts Users Mailing List'
> Subject: Struts & EJB support
>
> Hi All,
> Can anyone give comment for my observation below :
>
> According to the struts documentation , it seams to be focusing a lot on
> the
> Servlet / JSP combination and does not seam to be exploiting the EJB
> features as extensively as it could.
>
> Do i need to use Sun Pet Store for best EJB design practises and
> possible
> pick up some code (generic classes) from it
>
> Thanks in advance
>
> --
> 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