Code generation using hibernatetools-3.1.0.beta5 in MyEclipse4.1.1

2006-09-22 Thread SrinivasaReddy
HI All.., I want to generate hibernate code by using hibernatetools-3.1.0.beta5. but i dont know how to do Any one know help me we are using Struts 1.2 Hibernate3 MyEclipse4.1.1+EclipseSDK3.1 and i downloaded the hibernatetools-3.1.0.beta5

Re: how can i use two properties files?

2006-09-19 Thread SrinivasaReddy
Ex code here null="false"/> null="false" key="esell.image"/> parameter="comresources.ErrorMessageResources" null="false" key="esell.error" /> parameter="comresources.ButtonMessageResources" null="false" key="esell.button" /> parameter="com.

Web Application Security -- Help needed

2006-09-18 Thread SrinivasaReddy
HI All.., I am developing the Application in Struts+Hibernate, it is an Web Application.I need to apply the security for this applicaiton like --> If Session Timeout over that should redirect to Login page --> After login if we copy the url and open it in new browser, that should redirect to log

Security for the Struts web application

2006-09-05 Thread SrinivasaReddy
HI All.., I am developing an web application in Struts. I want to give the security for the application like --> if the session present(user is logged in) then only requested pages should display otherwise redirect to login page. In this application all pages are secured. Anyone help me..