graph
- Installed a SLF4J bridge to route incoming jul logs (used by restlet) to log4j.2010-03-22, by Ingo Weinzierl
- Call cleanup method to remove special data stored by an 'out'-target before exporting an artifact.2010-03-22, by Ingo Weinzierl
- Set new identifiers on artifacts after an artifact import.2010-03-19, by Ingo Weinzierl
- Implementation to import artifacts from incoming xml documents (applied patch from issue208 by SLT).2010-03-19, by Ingo Weinzierl
- Implementation to export artifacts as xml (applied patch from issue208 by SLT).2010-03-16, by Ingo Weinzierl
- Repaired the javadoc stuff for almost all artifact interfaces.2010-03-11, by Sascha L. Teichmann
- Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>'0.5 2010-02-21, by Sascha L. Teichmann
- Changed log4j version to 1.2.142010-02-05, by Ingo Weinzierl
- Extended the Artifact-Interface-Method setup to be able to put the XML-Document which can contain further Data2010-02-01, by Tim Englich
- Summarized Changes and NEWS for Release 0.40.4 2010-01-27, by Hans Plum
- Added url '/service/{service}' to REST server to offer the actual service over HTTP.2010-01-22, by Sascha L. Teichmann
- Added '/services' url to web server to list the available services in XML.2010-01-22, by Sascha L. Teichmann
- Load service factories and services during bootstrap.2010-01-22, by Sascha L. Teichmann
- Serve services over artifact database.2010-01-22, by Sascha L. Teichmann
- Added base class for services and service factories.2010-01-22, by Sascha L. Teichmann
- Added interfaces for XML processing services. TODO: Implement them!2010-01-22, by Sascha L. Teichmann
- Added method to XMLUtils to copy an XML document to an output stream.2010-01-17, by Sascha L. Teichmann
- Implemented some methods to get access to ArtifactFactories which are stored in the ArtifactDatabase.2010-01-15, by Ingo Weinzierl
- Create namespace aware documents for 'create' and 'out' targets. Adapted XPath expressions for this.2010-01-12, by Ingo Weinzierl
- Create a namespace aware document out of the request. We consider namespaces now. Adapted xpath to find action.2010-01-09, by Ingo Weinzierl
- Release 0.30.3 2009-12-17, by Sascha L. Teichmann
- Added XML utils method to load XML file from file.2009-12-16, by Sascha L. Teichmann
- Removed config path of chart template which doesn't belong here from Config.2009-12-15, by Ingo Weinzierl
- Removed needless import.2009-12-11, by Sascha L. Teichmann
- Added path to chart template and added a method to retrieve its configuration.2009-11-23, by Ingo Weinzierl
- Added a real artifact proxy class to be more flexible with artifact replacements2009-11-23, by Sascha L. Teichmann
- RELEASE 0.2: Summarized NEWS and Changes0.2 2009-11-13, by Hans Plum
- Added HOWTO to setup the environment2009-11-11, by Ingo Weinzierl
- describe() in REST interface is also handled as POST to pass2009-11-04, by Sascha L. Teichmann
- Applied patch from slt to set the Configuration Folder into the AbsoluteFileName issue592009-10-21, by Tim Englich
- RELEASE 0.10.1 2009-10-07, by Sascha L. Teichmann
- Renamed Changelog to ChangeLog to make eclipse happy.2009-10-06, by Sascha L. Teichmann
- Fixed problem with non-initialized languages in call meta.2009-10-02, by Sascha L. Teichmann
- Better implementation for fetching the preferred locale via meta of call context.2009-10-02, by Sascha L. Teichmann
- Convenience method in call meta to get preferred language.2009-10-02, by Sascha L. Teichmann
- Add i18n support via "Accept-Language" HTTP headers.2009-10-01, by Sascha L. Teichmann
- Removed trailing whitespace.2009-10-01, by Sascha L. Teichmann
- Removed needless imports.2009-10-01, by Sascha L. Teichmann
- Fixed inconsistencies in documentation after changes in h2-config2009-09-30, by Hans Plum
- Allow REST server to bind to configurable interface.2009-09-29, by Sascha L. Teichmann
- Time delta calculation in SQL statement to figure out outdated artifacts2009-09-24, by Sascha L. Teichmann
- Added debug output to DefaultArtifact tracing of artifact lifecyle easier.2009-09-24, by Sascha L. Teichmann
- Made serilization more flexible. DB update required!!!2009-09-23, by Sascha L. Teichmann
- Log RuntimeExceptions in REST calls to log4j.2009-09-23, by Sascha L. Teichmann
- Added some IDE-specific files to the Ignorelist.2009-09-21, by Tim Englich
- Added postgresql support.2009-09-18, by Sascha L. Teichmann
- Switched from Get to Post communication.2009-09-16, by Tim Englich
- Bugfix done. Now the feed Method works fine2009-09-16, by Tim Englich
- More warning log output in POST case in REST interface of artifact.2009-09-15, by Sascha L. Teichmann
- Bug Fixed: Comparation for outdated Artifacts was Wrong.2009-09-15, by Tim Englich
- Make the Interfaces Serializable to make them usable in the Artifactdatabase.2009-09-14, by Tim Englich
- Re-factored artifact API for better integration of background processing.2009-09-13, by Sascha L. Teichmann
- Artifact.out() is now called with an java.io.Outpustream2009-09-12, by Sascha L. Teichmann
- Added a cleanup thread which periodically removes2009-09-10, by Sascha L. Teichmann
- Added REST out handler for artifacts reachable via HTTP GET '/artifact/{uuid}/{type}'.2009-09-10, by Sascha L. Teichmann
- Added REST handler for 'advance' and 'feed' to be called by HTTP POST '/artifact/{uuid}'.2009-09-10, by Sascha L. Teichmann
- Added REST handler for 'describe'.2009-09-10, by Sascha L. Teichmann
- Connected /create with artifact db.2009-09-10, by Sascha L. Teichmann
- Moved some XPath stuff from Config into XMLUtils.2009-09-10, by Sascha L. Teichmann
- * Added callback parameter to Artifact.setup()2009-09-10, by Sascha L. Teichmann
- Added possibibilty to ceate XPaths with namespace contextes.2009-09-10, by Sascha L. Teichmann
- Removed meta data from resources.2009-09-09, by Sascha L. Teichmann
- Added resource to create artifacts to web server.2009-09-09, by Sascha L. Teichmann
- Added factory listing '/factories' to web app.2009-09-09, by Sascha L. Teichmann
- * New configuration based on config directory2009-09-09, by Sascha L. Teichmann
- NameSpaceURL and NamespacePrefix added2009-09-08, by Tim Englich
- Integrated logging into artifact database.2009-09-08, by Sascha L. Teichmann
- Bug fixed in in XPath Expression.2009-09-07, by Tim Englich
- Implemented restoring artifacts from database.2009-09-07, by Sascha L. Teichmann
- Initial checkin of artigact persistents back by database.2009-09-07, by Sascha L. Teichmann
- Added not yet working backend to artifact database.2009-09-06, by Sascha L. Teichmann
- Fixed typo in xpath expression (again)2009-09-06, by Sascha L. Teichmann
- Fixed typo in xpath expression.2009-09-06, by Sascha L. Teichmann
- * Made Artifact life cycle symmetric: setup/endOfLife.2009-09-06, by Sascha L. Teichmann
- Laid tracks for artifacts being removed from artifact database.2009-09-04, by Sascha L. Teichmann
- Correct wrong Checkin2009-09-04, by Tim Englich
- Insert new Parameter to Setuproutine2009-09-04, by Tim Englich
- Buildplugins for Maven-Compiler and Maven-Eclipse Plugin integrated.2009-09-04, by Tim Englich
- Added config to artifact database and modelled bootstap of artifact factories on top of this.2009-09-04, by Sascha L. Teichmann
- Added mechanism to create an share a global context in the artifact database.2009-09-04, by Sascha L. Teichmann
- Added dependencies to H2 and restlet.2009-09-03, by Sascha L. Teichmann
- Created a new sub project for artifact database server.2009-09-03, by Sascha L. Teichmann
- Checked in the central interfaces of the artifact system.2009-09-02, by Sascha L. Teichmann
- Moved misplaced files into trunk2009-09-01, by Sascha L. Teichmann