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 is struts actionmapping?
If we close the browser,when the specific user session is active.Again if we open browse how to retrive it same user??what code i have to da???
Can you explain struts.properties in struts2?
What is the purpose of @before?
How do I install struts?
How do you find the struts version being used in a project?
Provide some important Struts2 constants that you have used?
What are the ways in which duplicate form submission can occur?
What is actionform in struts?
Why we use struts over servlets?
project architechture in java
3 Answers AC, IBM, INDUS, Satyam,
Even though Servlets and JSP are web based concepts .wht is the use of using Struts using then