drawback of Validation Framework
where and how to write the connection pool object in the
programe
how to debug the programe and application in struts without
using eclips
Answer / chandra
Connection pool u need to specify in the struts-config.xml
<data-sources>
<!-- configuration for commons BasicDataSource -->
<data-source type="org.apache.commons.dbcp.BasicDataSource">
<set-property
property="driverClassName"
value="org.postgresql.Driver" />
<set-property
property="url"
value="jdbc:postgresql://localhost/mydatabase" />
<set-property
property="username"
value="me" />
<set-property
property="password"
value="test" />
<set-property
property="maxActive"
value="10" />
<set-property
</data-source>
</data-sources>
coming to debugging with out eclipse see the logfile
| Is This Answer Correct ? | 5 Yes | 0 No |
What are the action classes in struts?
What is the difference between struts and spring?
What is the purpose of '@customvalidator'?
What is ognl?
Hi i am murali.i need a excellent answer for the question Tell me about project and project flow ? i mean it is use full to any project,it is on STRUTS
What is Portlet???? when,where and why we use it ??
3 Answers Infotech, Rebaca, Wipro,
In which order struts framework searches for a message bundle?
What is s token?
Is it possible to create mulitple instance of one Action Class in struts?
How many action classes can be used in struts application?
How action mapping is configured in Struts?
What is struts? Explain