Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Sample Web Security

  Asked By: Bryant    Date: Dec 22    Category: Java    Views: 632
  

has anyone a sample about j2ee web security?(declarative or
programaticly)

Share: 

 

4 Answers Found

 
Answer #1    Answered By: Huette Miller     Answered On: Dec 22

use google, or read the specification.
servlet spec, if security  on servlets,
or ejb spec if secutiry on your beans.

 
Answer #2    Answered By: Maria Miller     Answered On: Dec 22

As it seems implementing security  in JEE platform would be a tedious task.
but consider this:
1-if you want security at EJB level, learn how to integrate security with EJB
2-if you need security at servlet level, read your AppServer manual. but instead

 
Answer #3    Answered By: Elias Turner     Answered On: Dec 22

I have uploaded some sections of certain books under "Security" folder
in files section of this group, hope you find them useful, there are
descriptions for declarative and progremmatic approaches to web
security

you may aslo look into java.sun.com and www.javaworld.com to find more
RI based samples and articles,

 
Answer #4    Answered By: Kifah Malik     Answered On: Dec 22

I have used JGuard in a sample  project and it worked fine. It has some sort of integeration with Struts too.
http://sourceforge.net/projects/jguard

 
Didn't find what you were looking for? Find more on Sample Web Security Or get search suggestion and latest updates.




Tagged: