Re: about DAO

2008-03-03 Thread Jeromy Evans
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

Re: about DAO

2008-03-03 Thread hns
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.

Re: about DAO

2008-03-02 Thread Jeromy Evans
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 DAO

2008-03-02 Thread hns
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