I am pretty new to Struts; I am just working on my first application using STUTS, and in accessing the data Source and working on Databases, I am using an approach something like:
I create a class which implements PlugIn and in the init method i extract the dataSource and put it in the ServletContext..
and in every action class i retrieve it from the ServletContext..
Any thing like a bad design on this approach..??? I think this is ok, but just want to hear about your opinions and want to know how you extract the datasource in Struts framework..
I really appreciate your help in this matter.. thanks again
Jack Daniel
Ranch Hand
Joined: Jun 15, 2002
Posts: 163
posted
0
guys, looking forward for your suggestions, on how you access the Data Source..