CHANGELOG for featherlite server template (ServerTemplate), Version 1.1.0 r21616 Creating a server plug-in project from the featherlite server template is the simplest and fastest way of getting started with featherlite server applications. The ServerTemplate component is a fully functional server application that can be started and tested. It contains the default server configuration files and the models that are available in the tutorials. The server is configured to run in a scheduling context. In addition, the configuration files for the execution context, and for running the server with the JE Plug-in for persistence are also included. 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" to the ServerTemplate MANIFEST.MF file, solving RMI class loading exceptions [New] added further configuration options for template ------------------------------------------------------------------------ CHANGELOG for featherlite server template (ServerTemplate), Version 1.0.0 r20631 [New] Added an empty post initializer to the server template [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 server template (ServerTemplate), Version 1.0.0 r19785 [Bugfix] added missing policy configuration of CostCalculationPolicy [New] Added server template. ------------------------------------------------------------------------