I am looking for something like Drupal in Java, not Drupal as a CMS, but rather as an application programming infrastructure.
For example, I would like to exit the window:
- Login screen
- Ability to define new roles
- Ability to bind permissions (capabilities) to roles
- Ability to assign roles to specific users (and cancel roles)
- Possibility of self-service passwords (reset own password)
- Ability to create a CRUD application
- Menu system (which allows you to define a menu)
I understand that Ruby-on-Rails provides this type of material.
Thank.
source
share