Wed, 09 Mar 2011 11:03:25 +0000 |
Ingo Weinzierl |
Parse the collection attribute of the incoming document of a create-collection call and store this in the Backend.
|
Wed, 09 Mar 2011 10:24:56 +0000 |
Ingo Weinzierl |
Fixed a typo in the sql statements.
|
Tue, 08 Mar 2011 10:38:14 +0000 |
Ingo Weinzierl |
Added a describe() action for collections - the implementation in the artifact server is currently just a stub that throws an not implemented exception.
|
Tue, 08 Mar 2011 10:35:40 +0000 |
Sascha L. Teichmann |
Fix a foreign key constraint violation when deleting outdated artifacts.
|
Tue, 08 Mar 2011 10:25:51 +0000 |
Sascha L. Teichmann |
Small typo fix
|
Tue, 08 Mar 2011 10:13:45 +0000 |
Sascha L. Teichmann |
Fixed issue with outdating an artifact if it is removed from a collection.
|
Tue, 08 Mar 2011 09:10:55 +0000 |
Ingo Weinzierl |
Implemented the getCollectionAttribute() and setCollectionAttribute() methods.
|
Tue, 08 Mar 2011 09:08:15 +0000 |
Ingo Weinzierl |
Fixed some sql statements that contained typos.
|
Tue, 08 Mar 2011 08:25:24 +0000 |
Ingo Weinzierl |
Implemented removeCollectionArtifact() method of the artifact database.
|
Mon, 07 Mar 2011 16:30:45 +0000 |
Ingo Weinzierl |
Implemented addCollectionArtifact() and listCollectionArtifacts() of the artifact database.
|
Mon, 07 Mar 2011 16:24:27 +0000 |
Ingo Weinzierl |
Fixed broken constructor of DefaultCollectionItem.
|
Mon, 07 Mar 2011 16:23:27 +0000 |
Ingo Weinzierl |
Fixed some backend specific stuff (sql statements, schema).
|
Mon, 07 Mar 2011 15:13:36 +0000 |
Ingo Weinzierl |
Added an interface for CollectionItems and renamed the CollectionItem class from the artifact-database package to DefaultCollectionItem - because this is the default implementation of the interface.
|
Mon, 07 Mar 2011 14:49:43 +0000 |
Sascha L. Teichmann |
Added missing class.
|
Mon, 07 Mar 2011 11:37:49 +0000 |
Sascha L. Teichmann |
Added Backend code to list the collection items in a collection.
|
Mon, 07 Mar 2011 11:13:39 +0000 |
Ingo Weinzierl |
Repaired the namespaces of the xml element attributes in the collecton context of the artifact database.
|
Mon, 07 Mar 2011 11:12:21 +0000 |
Sascha L. Teichmann |
Added helper to be return in Backend.listCollectionArtifacts()
|
Mon, 07 Mar 2011 11:10:45 +0000 |
Ingo Weinzierl |
Adapted the sql statements for fetching all collections and all user collections from database.
|
Sun, 06 Mar 2011 11:49:00 +0000 |
Sascha L. Teichmann |
Added code to remove an artifact from a collection
|
Sun, 06 Mar 2011 10:55:37 +0000 |
Sascha L. Teichmann |
Added code to set attribute of a collection item.
|
Sun, 06 Mar 2011 10:27:16 +0000 |
Sascha L. Teichmann |
Added code to get the attribute of a collection item
|
Sun, 06 Mar 2011 10:03:53 +0000 |
Sascha L. Teichmann |
Backend: isIdentifierValid more symmetric to new newIndentifier
|
Fri, 04 Mar 2011 17:51:15 +0000 |
Sascha L. Teichmann |
Added code to add artifacts to collections.
|
Fri, 04 Mar 2011 17:11:40 +0000 |
Sascha L. Teichmann |
Added code to delete collections.
|
Fri, 04 Mar 2011 16:43:03 +0000 |
Sascha L. Teichmann |
Reduce the code repetition and the complexity of the backend.
|
Fri, 04 Mar 2011 14:06:56 +0000 |
Sascha L. Teichmann |
Solve the SQL problem with the collection listings.
|
Fri, 04 Mar 2011 11:47:27 +0000 |
Ingo Weinzierl |
Added a new method to the ProtocolUtils that creates the necessary CREATE document for creating new artifact collections.
|
Fri, 04 Mar 2011 11:13:24 +0000 |
Sascha L. Teichmann |
Lifted H2 to version 1.3.152.
|
Fri, 04 Mar 2011 10:51:10 +0000 |
Sascha L. Teichmann |
Fix parameter propagation of creation time ond collection names.
|
Fri, 04 Mar 2011 09:56:35 +0000 |
Ingo Weinzierl |
The document returned by the createCollection() method will now contain the uuid of the created collection.
|
Fri, 04 Mar 2011 09:13:18 +0000 |
Ingo Weinzierl |
Avoid Nullpointer exception in listCollections() when no creation time of the collection is returned.
|
Thu, 03 Mar 2011 17:01:04 +0000 |
Sascha L. Teichmann |
Added code to list collections.
|
Thu, 03 Mar 2011 14:49:09 +0000 |
Ingo Weinzierl |
Implemented the method addCollectionArtifact() in the artifact database.
|
Thu, 03 Mar 2011 14:30:21 +0000 |
Sascha L. Teichmann |
Added Helper for lazy loading users.
|
Thu, 03 Mar 2011 14:28:02 +0000 |
Ingo Weinzierl |
Implemented the interface method listCollections() in the artifact database.
|
Thu, 03 Mar 2011 14:00:12 +0000 |
Ingo Weinzierl |
Fixed a wrong node in the demo configuration used for the ArtifactCollectionFactory.
|
Thu, 03 Mar 2011 13:56:27 +0000 |
Ingo Weinzierl |
Implemented the deleteCollection() interface method in the artifact database.
|
Thu, 03 Mar 2011 13:53:55 +0000 |
Ingo Weinzierl |
Bugfixed the collection creation in the Backend.
|
Thu, 03 Mar 2011 12:17:27 +0000 |
Ingo Weinzierl |
Enabled the artifact database to store and load roles of users.
|
Thu, 03 Mar 2011 12:13:24 +0000 |
Sascha L. Teichmann |
Added code to create collections.
|
Thu, 03 Mar 2011 10:54:33 +0000 |
Ingo Weinzierl |
Implemented the createCollection() method in the artifact database.
|
Thu, 03 Mar 2011 10:33:49 +0000 |
Sascha L. Teichmann |
Simplified creation of users.
|
Thu, 03 Mar 2011 09:53:02 +0000 |
Sascha L. Teichmann |
Added stubs for the collection handling in db backend.
|
Thu, 03 Mar 2011 09:51:09 +0000 |
Ingo Weinzierl |
Made a (single one) artifact collection factory configurable.
|
Thu, 03 Mar 2011 09:36:03 +0000 |
Sascha L. Teichmann |
Propagate delete user errors correctly.
|
Thu, 03 Mar 2011 08:51:02 +0000 |
Ingo Weinzierl |
Adjusted method signatures for deleting users in the UserFactory and in the Backend.
|
Thu, 03 Mar 2011 08:07:28 +0000 |
Ingo Weinzierl |
Implemented the deleteUser() method in the artifact server.
|
Thu, 03 Mar 2011 08:04:57 +0000 |
Ingo Weinzierl |
Bugfix: Replaced wrong SQL statements with the correct ones.
|
Thu, 03 Mar 2011 07:10:44 +0000 |
Ingo Weinzierl |
Implemented the listUsers() method in the artifact database.
|
Thu, 03 Mar 2011 06:53:51 +0000 |
Ingo Weinzierl |
Implemented the createUser() method in the artifact database.
|
Wed, 02 Mar 2011 18:18:16 +0000 |
Sascha L. Teichmann |
Added code to load all users from database.
|
Wed, 02 Mar 2011 18:08:37 +0000 |
Sascha L. Teichmann |
Added code to load user from database.
|
Wed, 02 Mar 2011 17:47:54 +0000 |
Sascha L. Teichmann |
Enable backend to delete users
|
Wed, 02 Mar 2011 17:47:20 +0000 |
Sascha L. Teichmann |
Enable backend to delete users
|
Wed, 02 Mar 2011 17:43:25 +0000 |
Sascha L. Teichmann |
Enable backend to delete users
|
Wed, 02 Mar 2011 16:02:47 +0000 |
Ingo Weinzierl |
Implemented an abstract class for the output of artifacts and collections. Added a CollectionOutResource.
|
Wed, 02 Mar 2011 15:10:34 +0000 |
Ingo Weinzierl |
Added a Rest resource that handles operations specific to a collection.
|
Wed, 02 Mar 2011 13:31:59 +0000 |
Ingo Weinzierl |
Added a Rest resource that lists all collections of a specific user.
|
Wed, 02 Mar 2011 11:48:34 +0000 |
Ingo Weinzierl |
Added a Rest resource that might be used to create new collections owned by a specific user.
|
Wed, 02 Mar 2011 11:26:19 +0000 |
Sascha L. Teichmann |
Removed needless imports
|
Wed, 02 Mar 2011 11:24:03 +0000 |
Sascha L. Teichmann |
Call database to create a new user.
|
Wed, 02 Mar 2011 11:07:21 +0000 |
Ingo Weinzierl |
Added a resource that handles user specific actions.
|
Wed, 02 Mar 2011 10:36:51 +0000 |
Ingo Weinzierl |
Added a Rest resource that lists all users provided by the artifact database.
|
Wed, 02 Mar 2011 10:30:27 +0000 |
Sascha L. Teichmann |
Added a convinience method to transform an document into a byte array.
|
Wed, 02 Mar 2011 10:21:19 +0000 |
Sascha L. Teichmann |
Wired Backend with DefaultUserFactory via the singleton.
|
Wed, 02 Mar 2011 10:07:37 +0000 |
Sascha L. Teichmann |
Fixed typo in keys.
|
Wed, 02 Mar 2011 09:52:21 +0000 |
Ingo Weinzierl |
Removed duplicated method to list users.
|
Wed, 02 Mar 2011 09:06:05 +0000 |
Ingo Weinzierl |
Added a resource '/create-user' to create new users.
|
Wed, 02 Mar 2011 07:36:00 +0000 |
Ingo Weinzierl |
The UserFactory got a setup() method that is called while bootstrap.
|
Wed, 02 Mar 2011 07:28:20 +0000 |
Ingo Weinzierl |
Bugfix: The artifacts package can be compiled with local modifications again.
|
Tue, 01 Mar 2011 18:52:48 +0000 |
Ingo Weinzierl |
Made the backend singleton.
|
Tue, 01 Mar 2011 18:45:34 +0000 |
Ingo Weinzierl |
Made the user factory available in the artifact database.
|
Tue, 01 Mar 2011 17:49:17 +0000 |
Ingo Weinzierl |
Added a user-factory configuration to the demo-config.
|
Tue, 01 Mar 2011 17:45:06 +0000 |
Ingo Weinzierl |
Added the registration of the UserFactory to the bootstrap process.
|
Tue, 01 Mar 2011 17:43:16 +0000 |
Sascha L. Teichmann |
Added SQL statements to handle users in database.
|
Tue, 01 Mar 2011 17:14:10 +0000 |
Ingo Weinzierl |
Added a default implementation of a UserFactory and a new constructor to create new DefaultUsers.
|
Tue, 01 Mar 2011 16:31:52 +0000 |
Ingo Weinzierl |
Added a default implementation of an ArtifactCollectionFactory.
|
Tue, 01 Mar 2011 16:26:27 +0000 |
Sascha L. Teichmann |
Extended db scheme to cope with collections, collection items and users.
|
Tue, 01 Mar 2011 16:07:25 +0000 |
Sascha L. Teichmann |
Added method to figure out TTL of a collection.
|
Tue, 01 Mar 2011 15:58:09 +0000 |
Ingo Weinzierl |
Added a default implementation of an ArtifactCollection and a User.
|
Tue, 01 Mar 2011 14:57:50 +0000 |
Sascha L. Teichmann |
Added creation time to collections.
|
Tue, 01 Mar 2011 14:42:58 +0000 |
Sascha L. Teichmann |
Added external API for users and collections.
|
Tue, 01 Mar 2011 14:07:05 +0000 |
Sascha L. Teichmann |
Added missing call contexts to API.
|
Tue, 01 Mar 2011 12:17:00 +0000 |
Sascha L. Teichmann |
Initial interfaces to handle with Collections and Users.
|
Fri, 18 Feb 2011 14:21:32 +0000 |
Ingo Weinzierl |
New XPath constants and methods that retrieve important nodes of the DESCRIBE document.
|
Wed, 16 Feb 2011 15:26:38 +0000 |
Ingo Weinzierl |
Added the ArtifactNamespaceContext and a ClientProtocolUtils that helps working with the artifact protocol.
|
Thu, 10 Feb 2011 07:40:09 +0000 |
Ingo Weinzierl |
The common package is now ready to be included as module in a GWT based client application.
|
Thu, 10 Feb 2011 07:36:51 +0000 |
Ingo Weinzierl |
Added an interface and its default implementation for a User.
|
Mon, 07 Feb 2011 17:35:16 +0000 |
Ingo Weinzierl |
Prepared the State and StateData interfaces with methods to add new data to a State and implemented a DefaultStateData class.
|
Mon, 07 Feb 2011 11:24:07 +0000 |
Ingo Weinzierl |
Improved the ProtocolUtils - there are new functions to append a current state and the reachable states to a root node.
|
Mon, 07 Feb 2011 11:20:31 +0000 |
Ingo Weinzierl |
Improved the StateEngine and the TransitionEngine to retrieve the reachable states of a current state.
|
Fri, 04 Feb 2011 16:52:39 +0000 |
Ingo Weinzierl |
Added a ProtocolUtils class that provides functions that help creating the artifact protocol documents.
|
Fri, 04 Feb 2011 10:50:53 +0000 |
Ingo Weinzierl |
Implementations to initialize and retrieve states.
|
Fri, 04 Feb 2011 08:55:17 +0000 |
Ingo Weinzierl |
Added an abstract implementation of a State.
|
Thu, 03 Feb 2011 18:00:41 +0000 |
Ingo Weinzierl |
Added interfaces and engines used in concrete artifact packages.
|
Wed, 02 Feb 2011 14:43:32 +0000 |
Ingo Weinzierl |
Corrected a package definition in the artifacts-common package.
|
Wed, 02 Feb 2011 14:37:28 +0000 |
Ingo Weinzierl |
Added a new package artifacts-common for classes and utilities used in several packages.
|
Tue, 01 Feb 2011 16:15:03 +0000 |
Ingo Weinzierl |
Upgraded the Restlet version to 2.0.4 (current stable).
|
Tue, 02 Nov 2010 17:23:36 +0000 |
Ingo Weinzierl |
Added license file and license headers.
|
Mon, 14 Jun 2010 21:23:13 +0000 |
Ingo Weinzierl |
Write revision to MANIFEST files while creating jar archives.
|
Wed, 28 Apr 2010 20:14:05 +0000 |
Hans Plum |
ChangeLog: Tagging version 1.0; explaining the reason for 1.0
1.0
|
Wed, 28 Apr 2010 20:12:03 +0000 |
Hans Plum |
ChangeLog: Tagging version 1.0
|
Wed, 28 Apr 2010 15:11:14 +0000 |
Ingo Weinzierl |
Summarized activities, created NEWS and Changes for the upcoming release.
|
Tue, 27 Apr 2010 16:12:37 +0000 |
Ingo Weinzierl |
The path to database can be configured with a path relative to the configuration directory.
|
Sat, 17 Apr 2010 10:28:43 +0000 |
Sascha L. Teichmann |
Brought all line lengths of non Javadoc lines below 80.
|
Sun, 28 Mar 2010 15:57:40 +0000 |
Sascha L. Teichmann |
Unified imports.
|
Sun, 28 Mar 2010 14:16:05 +0000 |
Sascha L. Teichmann |
Last bunch of javadoc
|
Sun, 28 Mar 2010 10:01:03 +0000 |
Sascha L. Teichmann |
More javadoc, some code formatting.
|
Fri, 26 Mar 2010 17:59:50 +0000 |
Sascha L. Teichmann |
More javadoc.
|
Fri, 26 Mar 2010 16:16:32 +0000 |
Sascha L. Teichmann |
More javadoc (fixes small glitches, too).
|
Fri, 26 Mar 2010 15:05:11 +0000 |
Sascha L. Teichmann |
Added javadoc to the REST package of the artifact database (complete).
|
Fri, 26 Mar 2010 11:40:28 +0000 |
Sascha L. Teichmann |
Added some javadoc to the artifactdatabase module. Not done yet.
|
Fri, 26 Mar 2010 10:04:34 +0000 |
Sascha L. Teichmann |
Removed trailing whitespace
|
Fri, 26 Mar 2010 09:41:38 +0000 |
Sascha L. Teichmann |
Completed Javadoc of sub module 'artifacts'.
|
Thu, 25 Mar 2010 17:32:54 +0000 |
Ingo Weinzierl |
Added the time to live of an artifact to the CallContext.
|
Mon, 22 Mar 2010 15:54:06 +0000 |
Ingo Weinzierl |
Installed a SLF4J bridge to route incoming jul logs (used by restlet) to log4j.
|
Mon, 22 Mar 2010 09:03:30 +0000 |
Ingo Weinzierl |
Call cleanup method to remove special data stored by an 'out'-target before exporting an artifact.
|
Fri, 19 Mar 2010 14:57:23 +0000 |
Ingo Weinzierl |
Set new identifiers on artifacts after an artifact import.
|
Fri, 19 Mar 2010 09:34:40 +0000 |
Ingo Weinzierl |
Implementation to import artifacts from incoming xml documents (applied patch from issue208 by SLT).
|
Tue, 16 Mar 2010 16:03:06 +0000 |
Ingo Weinzierl |
Implementation to export artifacts as xml (applied patch from issue208 by SLT).
|
Thu, 11 Mar 2010 10:53:59 +0000 |
Sascha L. Teichmann |
Repaired the javadoc stuff for almost all artifact interfaces.
|
Sun, 21 Feb 2010 23:05:32 +0000 |
Sascha L. Teichmann |
Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>'
0.5
|
Fri, 05 Feb 2010 14:11:27 +0000 |
Ingo Weinzierl |
Changed log4j version to 1.2.14
|
Mon, 01 Feb 2010 13:54:05 +0000 |
Tim Englich |
Extended the Artifact-Interface-Method setup to be able to put the XML-Document which can contain further Data
|
Wed, 27 Jan 2010 14:58:20 +0000 |
Hans Plum |
Summarized Changes and NEWS for Release 0.4
0.4
|
Fri, 22 Jan 2010 11:56:28 +0000 |
Sascha L. Teichmann |
Added url '/service/{service}' to REST server to offer the actual service over HTTP.
|
Fri, 22 Jan 2010 11:40:26 +0000 |
Sascha L. Teichmann |
Added '/services' url to web server to list the available services in XML.
|
Fri, 22 Jan 2010 11:27:57 +0000 |
Sascha L. Teichmann |
Load service factories and services during bootstrap.
|
Fri, 22 Jan 2010 11:08:40 +0000 |
Sascha L. Teichmann |
Serve services over artifact database.
|
Fri, 22 Jan 2010 10:19:27 +0000 |
Sascha L. Teichmann |
Added base class for services and service factories.
|
Fri, 22 Jan 2010 09:48:18 +0000 |
Sascha L. Teichmann |
Added interfaces for XML processing services. TODO: Implement them!
|
Sun, 17 Jan 2010 14:00:06 +0000 |
Sascha L. Teichmann |
Added method to XMLUtils to copy an XML document to an output stream.
|
Fri, 15 Jan 2010 17:39:32 +0000 |
Ingo Weinzierl |
Implemented some methods to get access to ArtifactFactories which are stored in the ArtifactDatabase.
|
Tue, 12 Jan 2010 08:42:49 +0000 |
Ingo Weinzierl |
Create namespace aware documents for 'create' and 'out' targets. Adapted XPath expressions for this.
|
Sat, 09 Jan 2010 16:59:00 +0000 |
Ingo Weinzierl |
Create a namespace aware document out of the request. We consider namespaces now. Adapted xpath to find action.
|
Thu, 17 Dec 2009 14:06:52 +0000 |
Sascha L. Teichmann |
Release 0.3
0.3
|
Wed, 16 Dec 2009 08:08:56 +0000 |
Sascha L. Teichmann |
Added XML utils method to load XML file from file.
|
Tue, 15 Dec 2009 15:47:16 +0000 |
Ingo Weinzierl |
Removed config path of chart template which doesn't belong here from Config.
|
Fri, 11 Dec 2009 10:12:15 +0000 |
Sascha L. Teichmann |
Removed needless import.
|
Mon, 23 Nov 2009 16:56:47 +0000 |
Ingo Weinzierl |
Added path to chart template and added a method to retrieve its configuration.
|
Mon, 23 Nov 2009 11:15:44 +0000 |
Sascha L. Teichmann |
Added a real artifact proxy class to be more flexible with artifact replacements
|
Fri, 13 Nov 2009 18:37:51 +0000 |
Hans Plum |
RELEASE 0.2: Summarized NEWS and Changes
0.2
|
Wed, 11 Nov 2009 16:25:26 +0000 |
Ingo Weinzierl |
Added HOWTO to setup the environment
|
Wed, 04 Nov 2009 14:38:37 +0000 |
Sascha L. Teichmann |
describe() in REST interface is also handled as POST to pass
|
Wed, 21 Oct 2009 11:06:23 +0000 |
Tim Englich |
Applied patch from slt to set the Configuration Folder into the AbsoluteFileName issue59
|
Wed, 07 Oct 2009 10:59:19 +0000 |
Sascha L. Teichmann |
RELEASE 0.1
0.1
|
Tue, 06 Oct 2009 14:51:28 +0000 |
Sascha L. Teichmann |
Renamed Changelog to ChangeLog to make eclipse happy.
|
Fri, 02 Oct 2009 12:15:58 +0000 |
Sascha L. Teichmann |
Fixed problem with non-initialized languages in call meta.
|
Fri, 02 Oct 2009 10:02:15 +0000 |
Sascha L. Teichmann |
Better implementation for fetching the preferred locale via meta of call context.
|
Fri, 02 Oct 2009 09:44:58 +0000 |
Sascha L. Teichmann |
Convenience method in call meta to get preferred language.
|
Thu, 01 Oct 2009 16:03:12 +0000 |
Sascha L. Teichmann |
Add i18n support via "Accept-Language" HTTP headers.
|
Thu, 01 Oct 2009 09:04:17 +0000 |
Sascha L. Teichmann |
Removed trailing whitespace.
|
Thu, 01 Oct 2009 08:51:24 +0000 |
Sascha L. Teichmann |
Removed needless imports.
|
Wed, 30 Sep 2009 10:32:45 +0000 |
Hans Plum |
Fixed inconsistencies in documentation after changes in h2-config
|
Tue, 29 Sep 2009 10:25:53 +0000 |
Sascha L. Teichmann |
Allow REST server to bind to configurable interface.
|
Thu, 24 Sep 2009 09:15:56 +0000 |
Sascha L. Teichmann |
Time delta calculation in SQL statement to figure out outdated artifacts
|
Thu, 24 Sep 2009 08:45:23 +0000 |
Sascha L. Teichmann |
Added debug output to DefaultArtifact tracing of artifact lifecyle easier.
|
Wed, 23 Sep 2009 16:55:12 +0000 |
Sascha L. Teichmann |
Made serilization more flexible. DB update required!!!
|
Wed, 23 Sep 2009 08:27:35 +0000 |
Sascha L. Teichmann |
Log RuntimeExceptions in REST calls to log4j.
|
Mon, 21 Sep 2009 11:56:10 +0000 |
Tim Englich |
Added some IDE-specific files to the Ignorelist.
|
Fri, 18 Sep 2009 09:34:14 +0000 |
Sascha L. Teichmann |
Added postgresql support.
|
Wed, 16 Sep 2009 12:43:03 +0000 |
Tim Englich |
Switched from Get to Post communication.
|
Wed, 16 Sep 2009 07:53:26 +0000 |
Tim Englich |
Bugfix done. Now the feed Method works fine
|
Tue, 15 Sep 2009 10:41:19 +0000 |
Sascha L. Teichmann |
More warning log output in POST case in REST interface of artifact.
|
Tue, 15 Sep 2009 09:43:57 +0000 |
Tim Englich |
Bug Fixed: Comparation for outdated Artifacts was Wrong.
|
Mon, 14 Sep 2009 13:36:35 +0000 |
Tim Englich |
Make the Interfaces Serializable to make them usable in the Artifactdatabase.
|
Sun, 13 Sep 2009 14:50:53 +0000 |
Sascha L. Teichmann |
Re-factored artifact API for better integration of background processing.
|
Sat, 12 Sep 2009 10:45:28 +0000 |
Sascha L. Teichmann |
Artifact.out() is now called with an java.io.Outpustream
|
Thu, 10 Sep 2009 23:16:18 +0000 |
Sascha L. Teichmann |
Added a cleanup thread which periodically removes
|
Thu, 10 Sep 2009 15:49:17 +0000 |
Sascha L. Teichmann |
Added REST out handler for artifacts reachable via HTTP GET '/artifact/{uuid}/{type}'.
|
Thu, 10 Sep 2009 14:44:25 +0000 |
Sascha L. Teichmann |
Added REST handler for 'advance' and 'feed' to be called by HTTP POST '/artifact/{uuid}'.
|
Thu, 10 Sep 2009 14:21:58 +0000 |
Sascha L. Teichmann |
Added REST handler for 'describe'.
|
Thu, 10 Sep 2009 12:29:57 +0000 |
Sascha L. Teichmann |
Connected /create with artifact db.
|
Thu, 10 Sep 2009 09:23:53 +0000 |
Sascha L. Teichmann |
Moved some XPath stuff from Config into XMLUtils.
|
Thu, 10 Sep 2009 08:57:09 +0000 |
Sascha L. Teichmann |
* Added callback parameter to Artifact.setup()
|
Thu, 10 Sep 2009 08:14:03 +0000 |
Sascha L. Teichmann |
Added possibibilty to ceate XPaths with namespace contextes.
|
Wed, 09 Sep 2009 16:36:46 +0000 |
Sascha L. Teichmann |
Removed meta data from resources.
|
Wed, 09 Sep 2009 15:43:47 +0000 |
Sascha L. Teichmann |
Added resource to create artifacts to web server.
|
Wed, 09 Sep 2009 14:33:25 +0000 |
Sascha L. Teichmann |
Added factory listing '/factories' to web app.
|
Wed, 09 Sep 2009 07:55:44 +0000 |
Sascha L. Teichmann |
* New configuration based on config directory
|
Tue, 08 Sep 2009 07:51:34 +0000 |
Tim Englich |
NameSpaceURL and NamespacePrefix added
|
Tue, 08 Sep 2009 06:29:52 +0000 |
Sascha L. Teichmann |
Integrated logging into artifact database.
|
Mon, 07 Sep 2009 13:22:48 +0000 |
Tim Englich |
Bug fixed in in XPath Expression.
|
Mon, 07 Sep 2009 10:06:23 +0000 |
Sascha L. Teichmann |
Implemented restoring artifacts from database.
|
Mon, 07 Sep 2009 08:41:05 +0000 |
Sascha L. Teichmann |
Initial checkin of artigact persistents back by database.
|
Sun, 06 Sep 2009 16:16:54 +0000 |
Sascha L. Teichmann |
Added not yet working backend to artifact database.
|
Sun, 06 Sep 2009 13:23:26 +0000 |
Sascha L. Teichmann |
Fixed typo in xpath expression (again)
|
Sun, 06 Sep 2009 13:22:34 +0000 |
Sascha L. Teichmann |
Fixed typo in xpath expression.
|
Sun, 06 Sep 2009 12:00:56 +0000 |
Sascha L. Teichmann |
* Made Artifact life cycle symmetric: setup/endOfLife.
|
Fri, 04 Sep 2009 16:06:44 +0000 |
Sascha L. Teichmann |
Laid tracks for artifacts being removed from artifact database.
|
Fri, 04 Sep 2009 15:20:28 +0000 |
Tim Englich |
Correct wrong Checkin
|
Fri, 04 Sep 2009 15:19:13 +0000 |
Tim Englich |
Insert new Parameter to Setuproutine
|
Fri, 04 Sep 2009 12:19:26 +0000 |
Tim Englich |
Buildplugins for Maven-Compiler and Maven-Eclipse Plugin integrated.
|
Fri, 04 Sep 2009 12:04:12 +0000 |
Sascha L. Teichmann |
Added config to artifact database and modelled bootstap of artifact factories on top of this.
|
Fri, 04 Sep 2009 08:32:09 +0000 |
Sascha L. Teichmann |
Added mechanism to create an share a global context in the artifact database.
|
Thu, 03 Sep 2009 16:13:25 +0000 |
Sascha L. Teichmann |
Added dependencies to H2 and restlet.
|
Thu, 03 Sep 2009 13:59:35 +0000 |
Sascha L. Teichmann |
Created a new sub project for artifact database server.
|
Wed, 02 Sep 2009 14:03:48 +0000 |
Sascha L. Teichmann |
Checked in the central interfaces of the artifact system.
|
Tue, 01 Sep 2009 15:25:41 +0000 |
Sascha L. Teichmann |
Moved misplaced files into trunk
|