简体   繁体   中英

Should I use standart autorization methods in Java EE site?

I tried to use standart authorization mechanizm using Glassfish/Realms, but it is very strange. it is very inconvenient and inflexible. The only suitable variant of authorization - FORM, and I must create separated login and login_error pages for use it. I don't like such structure of my site. I must create structures with data duplication in my database, or a few views. It seems strange. Should I use it? Or I must create my own bicycle?

/sorry 4 my english/

尝试查看http://projects.spring.io/spring-security/您会发现很多东西!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM