Package edu.internet2.middleware.grouper.grouperUi


package edu.internet2.middleware.grouper.grouperUi
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)