File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes free code for secuity or pattern recognition 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 » Java » Servlets
Reply Bookmark "free code for secuity or pattern recognition" Watch "free code for secuity or pattern recognition" New topic
Author

free code for secuity or pattern recognition

John Toozen
Greenhorn

Joined: Nov 25, 2002
Posts: 3
I need some free code, JSP, Servlet, or applet to simulate part of a "security" problem such as:
* an easy to use sign on validation routine
* an easy to use encryption package
I've search around - and I'm looking for examples I can easily download, compile, and run.
Also, any rules engine in JAVA that is easy to install may be good.
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

For validation (authorisation and authentiation), this is usually built into the J2EE complient server.
It is better to manage security via configuration rather than programatically since you don't have to write the same code into every page and there is no danger of getting wrong once and leaving a security hole in your site.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: free code for secuity or pattern recognition
 
Similar Threads
Applet Designer
DBMS Help
Java GUI Builders?
how to display results using charts?
Best IDE for GUI building