2009-10-01 |
Sascha L. Teichmann |
Removed needless imports.
|
2009-09-30 |
Hans Plum |
Fixed inconsistencies in documentation after changes in h2-config
|
2009-09-29 |
Sascha L. Teichmann |
Allow REST server to bind to configurable interface.
|
2009-09-24 |
Sascha L. Teichmann |
Time delta calculation in SQL statement to figure out outdated artifacts
|
2009-09-24 |
Sascha L. Teichmann |
Added debug output to DefaultArtifact tracing of artifact lifecyle easier.
|
2009-09-23 |
Sascha L. Teichmann |
Made serilization more flexible. DB update required!!!
|
2009-09-23 |
Sascha L. Teichmann |
Log RuntimeExceptions in REST calls to log4j.
|
2009-09-21 |
Tim Englich |
Added some IDE-specific files to the Ignorelist.
|
2009-09-18 |
Sascha L. Teichmann |
Added postgresql support.
|
2009-09-16 |
Tim Englich |
Switched from Get to Post communication.
|
2009-09-16 |
Tim Englich |
Bugfix done. Now the feed Method works fine
|
2009-09-15 |
Sascha L. Teichmann |
More warning log output in POST case in REST interface of artifact.
|
2009-09-15 |
Tim Englich |
Bug Fixed: Comparation for outdated Artifacts was Wrong.
|
2009-09-14 |
Tim Englich |
Make the Interfaces Serializable to make them usable in the Artifactdatabase.
|
2009-09-13 |
Sascha L. Teichmann |
Re-factored artifact API for better integration of background processing.
|
2009-09-12 |
Sascha L. Teichmann |
Artifact.out() is now called with an java.io.Outpustream
|
2009-09-10 |
Sascha L. Teichmann |
Added a cleanup thread which periodically removes
|
2009-09-10 |
Sascha L. Teichmann |
Added REST out handler for artifacts reachable via HTTP GET '/artifact/{uuid}/{type}'.
|
2009-09-10 |
Sascha L. Teichmann |
Added REST handler for 'advance' and 'feed' to be called by HTTP POST '/artifact/{uuid}'.
|
2009-09-10 |
Sascha L. Teichmann |
Added REST handler for 'describe'.
|
2009-09-10 |
Sascha L. Teichmann |
Connected /create with artifact db.
|
2009-09-10 |
Sascha L. Teichmann |
Moved some XPath stuff from Config into XMLUtils.
|
2009-09-10 |
Sascha L. Teichmann |
* Added callback parameter to Artifact.setup()
|
2009-09-10 |
Sascha L. Teichmann |
Added possibibilty to ceate XPaths with namespace contextes.
|
2009-09-09 |
Sascha L. Teichmann |
Removed meta data from resources.
|
2009-09-09 |
Sascha L. Teichmann |
Added resource to create artifacts to web server.
|
2009-09-09 |
Sascha L. Teichmann |
Added factory listing '/factories' to web app.
|
2009-09-09 |
Sascha L. Teichmann |
* New configuration based on config directory
|
2009-09-08 |
Tim Englich |
NameSpaceURL and NamespacePrefix added
|
2009-09-08 |
Sascha L. Teichmann |
Integrated logging into artifact database.
|
2009-09-07 |
Tim Englich |
Bug fixed in in XPath Expression.
|
2009-09-07 |
Sascha L. Teichmann |
Implemented restoring artifacts from database.
|
2009-09-07 |
Sascha L. Teichmann |
Initial checkin of artigact persistents back by database.
|
2009-09-06 |
Sascha L. Teichmann |
Added not yet working backend to artifact database.
|
2009-09-06 |
Sascha L. Teichmann |
Fixed typo in xpath expression (again)
|
2009-09-06 |
Sascha L. Teichmann |
Fixed typo in xpath expression.
|
2009-09-06 |
Sascha L. Teichmann |
* Made Artifact life cycle symmetric: setup/endOfLife.
|
2009-09-04 |
Sascha L. Teichmann |
Laid tracks for artifacts being removed from artifact database.
|
2009-09-04 |
Tim Englich |
Correct wrong Checkin
|
2009-09-04 |
Tim Englich |
Insert new Parameter to Setuproutine
|
2009-09-04 |
Tim Englich |
Buildplugins for Maven-Compiler and Maven-Eclipse Plugin integrated.
|
2009-09-04 |
Sascha L. Teichmann |
Added config to artifact database and modelled bootstap of artifact factories on top of this.
|
2009-09-04 |
Sascha L. Teichmann |
Added mechanism to create an share a global context in the artifact database.
|
2009-09-03 |
Sascha L. Teichmann |
Added dependencies to H2 and restlet.
|
2009-09-03 |
Sascha L. Teichmann |
Created a new sub project for artifact database server.
|
2009-09-02 |
Sascha L. Teichmann |
Checked in the central interfaces of the artifact system.
|
2009-09-01 |
Sascha L. Teichmann |
Moved misplaced files into trunk
|