edu.internet2.middleware.grouper.grouperUi.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grouper-ui Show documentation
Show all versions of grouper-ui Show documentation
Internet2 Groups Management User Interface
The newest version!
This is a new UI for grouper which is ajax based.
Ajax methods are very easily called from screens, JSPs can replace screen sections, there is an API so no project specific javascript is needed.
Packages:
- beans: stored in container beans for each module
- beans/api: common beans across modules
- beans/json: beans that go to the screen in json format for ajax
- beans/simpleMembershipUpdate: beans for the simpleMembershipUpdate module
- exceptions: custom exceptions
- j2ee: servlets, filters, etc
- serviceLogic: all methods of a signature with instance, void, take in req and resp, are directly callable from anywhere e.g. with ajax.
- tags: custom tags and EL functions
- util: utility classes (e.g. generic useful static things)