Changes between Version 40 and Version 41 of ReleaseNotes


Ignore:
Timestamp:
19.09.2012 01:16:44 (12 years ago)
Author:
jri
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v40 v41  
    55---- 
    66 
    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 
     9This 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 
     11For usage and configuration hints about the new use cases see this mailing list posting: 
     12https://lists.berlios.de/pipermail/deepamehta-users/2012-September/000383.html 
     13 
     14The remaing is a comprehensive list of all changes in DeepaMehta 4.0.12 
    1115 
    1216New Features: 
    13 * Shared File Repository (#291). 
    14     * File Upload (#289) [3e6c020c]. 
    15     * Create folders (#292) [264c83a7]. 
    1617* Access Control Foundation (#262). 
    1718    * 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. 
     
    2223    * Global subnet filter [aef56ac8]. 
    2324    * HTTPS support (#295). 
     25* Shared File Repository (#291). 
     26    * File Upload (#289) [3e6c020c]. 
     27    * Create folders (#292) [264c83a7]. 
    2428 
    2529Improvements: 
     
    3438 
    3539Plugin Development Framework: 
    36 * Simplified plugin development (more Convention Over Configuration): 
     40* More Convention Over Configuration: 
    3741    * 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]. 
    3842    * All (JAX-RS) Provider classes are available to all plugins automatically [44d49e12].