Changes between Version 40 and Version 41 of ReleaseNotes
- Timestamp:
- 19.09.2012 01:16:44 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v40 v41 5 5 ---- 6 6 7 == ''upcoming'': DeepaMehta 4.0.12 == 8 9 The Webclient's start URL has changed: 10 http://localhost:8080/de.deepamehta.webclient/ 7 == 2012-09-18: DeepaMehta 4.0.12 == 8 9 This release is all about publishing and collaboration. For the first time there are an **Access Control** mechanism and **Security** features. This enables new usage scenarios for DeepaMehta. **Topicmap Publishing**: everybody can access published topicmaps in a read-only fashion while the topicmaps are still fully interactive. **Team Collaboration**: per-object Access Control Lists (ACL) and 5 differentiated user roles allow fine control about who has access to what. **File Sharing**: authorized users can upload files to a structured repository and provide common access. 10 11 For usage and configuration hints about the new use cases see this mailing list posting: 12 https://lists.berlios.de/pipermail/deepamehta-users/2012-September/000383.html 13 14 The remaing is a comprehensive list of all changes in DeepaMehta 4.0.12 11 15 12 16 New Features: 13 * Shared File Repository (#291).14 * File Upload (#289) [3e6c020c].15 * Create folders (#292) [264c83a7].16 17 * Access Control Foundation (#262). 17 18 * Each topic, association, and type is attached with a Access Control List. There are 2 operations: WRITE, CREATE. There are 5 user roles: CREATOR, OWNER, MEMBER, USER, EVERYONE. … … 22 23 * Global subnet filter [aef56ac8]. 23 24 * HTTPS support (#295). 25 * Shared File Repository (#291). 26 * File Upload (#289) [3e6c020c]. 27 * Create folders (#292) [264c83a7]. 24 28 25 29 Improvements: … … 34 38 35 39 Plugin Development Framework: 36 * Simplified plugin development (more Convention Over Configuration):40 * More Convention Over Configuration: 37 41 * A plugin's REST resources and (JAX-RS) Provider classes are registered automatically. Plugins must no longer provide (JAX-RS) Application classes nor do manual configuration (#272) [a39e39c1]. 38 42 * All (JAX-RS) Provider classes are available to all plugins automatically [44d49e12].