ErVeY
ErVeY

Reputation: 1524

JSF2 Form Authentication with database users

I'm currently using JSF 2 and icefaces framework for JavaScript.

I'm having some problems with j_security_check based on the url(that's not the point), that my taste is very strict my question is: Is there any better way of authentication, or some alternative? I find JAAS, but did not convince me because the users are stored in a database table.

At the moment I did not use any other framework as a seam or spring, I think I'll complicate my life a little, since I am a noob.

However, any suggestion is welcome, if you show how, I am willing to try, I want to learn =D

Upvotes: 0

Views: 751

Answers (1)

Dejell
Dejell

Reputation: 14317

I see that what bothers you is the fact that

the users are stored in a database table

You can save a list in XML or properties file and read it from there.

Upvotes: 1

Related Questions