Hi,
I'm a beginner with java and I want to try and develop a web application. Web Application will have users with different roles. Roles will have different access to pages / files.
I came from developing web applications using Oracle Application Express and was used to its Authorization and Authentication built-in feature. I was wondering if there is a similar framework in java that already has this. Or do I need to implement this myself? What is the recommended way?
My preference is to use MySQL as the database, then not sure which java framework is best for this. Operating System would most likely be Linux or CentOS.
I would like to hear your comments and suggestions.
Thanks,
Allen