| Author |
Retrieving datasource from init(ActionServlet, ModuleConfig)
|
Jesus Fernandez
Greenhorn
Joined: Aug 11, 2003
Posts: 14
|
|
Hi all, how can i obtain a datasource from de init(ActionServlet, ModuleConfig) methos inside a class that implements Plugin Here is the code: Thanks in advance
|
 |
Kerry Wilson
Ranch Hand
Joined: Oct 29, 2003
Posts: 251
|
|
It is generally considered bad design to use the Struts datasource feature since it introduces a dependency between your controller (struts) and your model. Instead use your JNDI, follow this link: http://www.coderanch.com/t/51774/Struts/struts-database-connection
|
http://www.goodercode.com
SCJP 1.4
|
 |
Jesus Fernandez
Greenhorn
Joined: Aug 11, 2003
Posts: 14
|
|
Thanks for the reply Kerry. But my goal is obtain a DataSource when my application startup ro retrieve some data from a BD. That's why i need the DataSource. My question is how can i obtain this one from the init method of a class that implements Plugin and execute both the init(..) and destroy() methods Thanks in advance
|
 |
 |
|
|
subject: Retrieving datasource from init(ActionServlet, ModuleConfig)
|
|
|