Author: fdesbois Date: 2009-08-31 13:23:49 +0200 (Mon, 31 Aug 2009) New Revision: 35 Modified: trunk/README.txt trunk/TODO.txt trunk/changelog.txt Log: Prepare text files for release Modified: trunk/README.txt =================================================================== --- trunk/README.txt 2009-08-31 11:23:28 UTC (rev 34) +++ trunk/README.txt 2009-08-31 11:23:49 UTC (rev 35) @@ -1 +1,47 @@ +INSTALLATION +------------ +VERSION : 1.0.0-alpha-2 + +TESTED ONLY IN TOMCAT 6 + +1- [choreg] Put the jar in the common libraries of the application server like Tomcat (lib folder). Add this dependency to used it in other applications : + + <dependency> + <groupId>org.chorem.choreg</groupId> + <artifactId>choreg</artifactId> + <version>1.0.0-alpha-2</version> + <scope>provided</scope> + </dependency> + +2- [choreg-test-webapp] Deploy the war in the same server where Choreg is running. Used to + test export of other Chorem applications like Bonzoms. + +3- [choreg-admin-webapp] Deploy the war in the same server where Choreg is running. Used to see + runtime services and formats. + +4- [oasis-ciq-api] Used as dependency in other Chorem applications : + + <dependency> + <groupId>org.chorem</groupId> + <artifactId>oasis-ciq-api</artifactId> + <version>1.0.0-alpha-2</version> + </dependency> + +5- [chorem-commons] Used as dependency in other Chorem applications : + + <dependency> + <groupId>org.chorem</groupId> + <artifactId>chorem-commons</artifactId> + <version>1.0.0-alpha-2</version> + </dependency> + +INFOS +----- + +Project site : http://chorem.org/projects/show/choreg +SVN : http://svn.chorem.org/svn/choreg +Documentation : http://maven-site.chorem.org/choreg + + + Modified: trunk/TODO.txt =================================================================== --- trunk/TODO.txt 2009-08-31 11:23:28 UTC (rev 34) +++ trunk/TODO.txt 2009-08-31 11:23:49 UTC (rev 35) @@ -1 +1,4 @@ +- Refaire completement l'api pour Oasis Ciq pour la rendre plus simple et pertinente par rapport aux besoin des applis qui l'utilisent (Bonzoms) +- Implémenter la gestion des filtres dans ChoReg +- Créer un projet pour la gestion de la sécurité qui implémente l'interface ChoremSecurity Modified: trunk/changelog.txt =================================================================== --- trunk/changelog.txt 2009-08-31 11:23:28 UTC (rev 34) +++ trunk/changelog.txt 2009-08-31 11:23:49 UTC (rev 35) @@ -1 +1,10 @@ - +1.0.0-alpha-2 + - [choreg] Static usage of ChoremRegistry (One instance for all applications) + - [choreg] Support for ChoremService and ChoremUIService implementations + - [choreg] Methods find, findAll and findViewUrl available in ChoremRegistry + - [choreg-admin-webapp] UI for showing available services and formats at runtime + - [choreg-test-webapp] UI for testing Bonzoms export in xPIL format + - [oasis-ciq-api] Api for using xPIL and xPRL format in Oasis CIQ standard (Usage of XMLBeans to generate ALL the classes corresponding to xml schemas) + - [chorem-commons] Convert tools for ids and dtos + - [chorem-commons] Helper for services implementation with error and exceptions management + - [chorem-commons] Tools for Date usage (DateValidator, DateUtils and PeriodDates)
participants (1)
-
fdesbois@users.chorem.org