This might give you a start,
http://jakarta.apache.org/struts/faqs/database.html

However, I prefer not to involve Struts in the data access layer, so these
are also well worth a look:
- Hibernate http://hibernate.bluemars.net/
- Ibatis http://www.ibatis.com/

Rick Reumann has recently added an Ibatis tutorial which looks good
http://www.reumann.net/do/struts/ibatisLesson1

Steve
http://www.ninsky.com/struts/



> -----Original Message-----
> From: greg [mailto:[EMAIL PROTECTED]
> Sent: August 25, 2003 11:09 PM
> To: 'Struts Users Mailing List'
> Subject: Database Pooling and Factory Bean
>
>
> Ok, here is the question.
>
> I have been reading the doucmentation of struts and some books that
> I have gotten my hand on.  I think I understand most of the framework
> stuff. Now I would like to be able to incorporate database resource
> to my site using pooling resources and I would like to have a
> factory entity that would produce specific business objects
> on request.
>
> How do I create persistant entity that would be available to
> the framework's action classes?
>
> How can I incorporate database pooling into that?
>
> Thanks.
>
> Greg
>
>
> ---------------------------------------------------------------------
> 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