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...resources.Questions.properties" null="false" 
key="esell.questions"/>






In jsp:

If it is from Image resources: bundle="esell.image"/>


If It is from Message resources  
no need or bundle bcoz there is no bundle name in messge-resources ie it is 
default message resources



Regards
Srinivasa Reddy



- Original Message - 
From: "Mallik" <[EMAIL PROTECTED]>

To: 
Sent: Tuesday, September 19, 2006 5:42 PM
Subject: how can i use two properties files?




Hi Friends
my application in big and it moduled into 4
i wnat to use one properties file for each module
let me know how to configure in struts-config.xml
and how can i specify which file to use
thanks inadvance
ur's
Mallik


--
View this message in context: 
http://www.nabble.com/how-can-i-use-two-properties-files--tf2298661.html#a6386912

Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 login page

Which type of security i need to apply for this...

Here all pages are secure pages only.
we are using the Sturts tiles to develop the application...

Thanks  for any help..


Regards
Srinivasa Reddy

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..

Regards
Nivas