All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.internet2.middleware.grouper.grouperUi.package.html Maven / Gradle / Ivy

There is a newer version: 5.13.5
Show 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)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy