java - Role based access control for JSF 1.2? -


i need suggestions on implementing role based access control in existing jsf 1.2 application.

here few constraints have:

  1. stuck jsf 1.2, cannot upgrade higher version
  2. no custom solution, though writing integrating existing api or framework (spring security? other?) shall fine.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -