If your trying to avoid the overhead of EJB, then you may want
to look into the Spring framework. I've been wanting to find a
flexible architecture/framework which allows me to start with a
non-EJB type of approach and easily scale to using an EJB container
while minimizing the impact on the application.

This article may provide some insight:
http://www.theserverside.com/articles/printfriendly.tss?l=SpringFramework

I would still advise wrapping your dataccess code in a business delegate or
application service instead of binding your Struts Action to the business
logic implementation.

robert

> -----Original Message-----
> From: Lucas Gonzalez [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 23, 2004 2:07 PM
> To: Struts Users Mailing List
> Subject: Struts and PL/SQL
>
>
> Hi all!
>
> Iīve been using Struts a lot with EJB and Hibernate with no problems.
>
> But I always wondered if itīs possible to use an architecture that uses
> STRUTS and goes directly to PL/SQL for the database layer. I know it is
> possible in many way, but I would like to know if there is any special
> product or package that integrates with PL ( the only one I found is
> http://portalstudio.oracle.com/servlet/page?_pageid=473&_dad=ops&_schema=OPSTUDIO ) 
> ... any pointers?
>
> Thanks a lot
> Lucas
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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

Reply via email to