CHANGELOG for featherlite rich client template (ClientTemplate), Version 1.1.0 r21616 Creating a client plug-in project from the featherlite client template is the simplest and fastest way of getting started with featherlite rich client applications. The ClientTemplate component is a fully functional client, configured to run in a scheduling context that can be started and tested by using a standard server configuration. It contains the default client configuration files and is configured to work together with the server template. Click to download. Save the archive file to your favorite file system location, extract it. Please consult the Getting Started guide which can be downloaded on the documentation page. ------------------------------------------------------------------------ [Bugfix] added "Eclipse-RegisterBuddy: RSP, RSPCore" to the ClientTemplate MANIFEST.MF file, solving RMI class loading exceptions [New] added further configuration options for template ------------------------------------------------------------------------ CHANGELOG for featherlite rich client template (ClientTemplate), Version 1.0.0 r20631 [New] added a new client configuration property 'server.select' which if set to true, will allow the user to define the server configuration when the rich client starts. Default is false [New] Refactored packages and added i18n support [New] updated all RSPContainer.xml files to reflect new component order: 1. Initialize model (RSPAgent, Policy) 2. Initialize model observers (ObserverHandler) 3. Initialize model state (Violations, Costs, etc.) 4. Initialize access to model (QueryHandler, ServiceHandler) 5. Restore Control (ControlHandler) 6. Start Integration (IntegrationHandler, ApixxoS7ConnectionHandler) 7. Allow client access (ClientUpdateHandler, ClientUpdater) 8. Post Initialization (Recovering Workflows, and registering Violations are thus not anymore implemented here) ------------------------------------------------------------------------ CHANGELOG for featherlite client template (ClientTemplate), Version 1.0.0 r19785 [Bugfix] added missing policy configuration for CostCalculationPolicy [New] Added client template. ------------------------------------------------------------------------