Has anyone user CASTOR JDO.. Can someone tell me what is the logic behind dirty = ignore...
Sometimes we have to to use to it and sometimes not.. i dont know when should we use it and when not to...
Vaneet
There is a way for Tomcat to recompile your classes.i did it for my servlets. In server.xml go to Context
<!-- Tomcat Root Context -->
<Context path="" docBase="ROOT" debug="0" />
<Context path="/applicationDir"...
Can anyone give me a code for a property file.I want certain parameters to initialize as soon as my servlet initializes.i would like to call a property file in init() method. so that file can take care of all the paths in my application and i dont have to hard code the path in my java code.I am...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.