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 |
How do you know what to give for the "path " under in struts-config.xml ?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
Which configuration file is used for storing jsp configuration information in struts?
how to write the configuration file of struts application if any one had simple struts application please it to me
What is includeaction?
What are different Struts2 tags? How can we use them?
how handle when client send multiple request at atime for single servlet
session menagement in servlets explaion briefly?
tell me struts flow ?
5 Answers BA Continnum Solutions, Exira, Fidelity, iGate,
At the point, you should go for struts framework?
Explain struts.devmode?
explain the struts-configuration file?