hns wrote:
InputStream is = getClass().getResourceAsStream("/db.properties");
Don't include a leading slash unless you really mean the root directory
(which you shouldn't do in a webapp).
Instead, this line:
InputStream is = getClass().getResourceAsStream("db.properties");
will
LASSPATH");
return;
}
is there any rule to properties file
--
View this message in context:
http://www.nabble.com/about-DAO-tp15798783p15799947.html
Sent from the Struts - User mailing list archive at Nabble.com.
hns wrote:
i have use ms access database
i have set in login.java that if user is valid then username and userid and
connection object is stored in session
now this connection object i have pulled in entire session to workout with
common object
is this good for security and performance?
I little
about it
--
View this message in context:
http://www.nabble.com/about-DAO-tp15798783p15798783.html
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
4 matches
Mail list logo