aspose file tools
The moose likes Struts and the fly likes Looking for : login authentication struts hibernate Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Looking for : login authentication struts hibernate" Watch "Looking for : login authentication struts hibernate" New topic
Author

Looking for : login authentication struts hibernate

majid nakit
Ranch Hand

Joined: Jun 26, 2001
Posts: 160
Hi,

I have done a struts login authentication using struts, it is working but too simple, now I am asked to start another one using :
struts + hibernate

Please have you ever created something similar so I can learn from.

Your help is very appreciated.

Majid
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8265

The preferred way to implement security in Struts is to use JEE declarative security (see here) or a third-party product like Spring Security.
Rolling your own, while possible, is asking for security exploits.


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Looking for : login authentication struts hibernate
 
Similar Threads
Form Authentication - not getting the user
JSF Login Solution
can I have two login page using form-based authentication?
Login action class using struts 2
struts2: what kicks in first- the interceptors or the form's validation?