log

age author description
2011-11-23 Sascha L. Teichmann Changed namespace awareness in XML parsing to use no auto-boxing. Fixed a stranged compilation bug with OpenJDK.
2011-11-21 Ingo Weinzierl Added a method that allows to specify if a document needs to be namespace aware while parsing from InputStream.
2011-11-07 Ingo Weinzierl Enabled 'post-describe' hooks for Artifacts.
2011-10-28 Felix Wolfsteller Let StateEngine compute compatibility matrix based on a list of states.
2011-10-21 Ingo Weinzierl Bugfix: added missing bracket to a H2 sql statement.
2011-10-20 Sascha L. Teichmann Backend.getMasterArtifact: Limit result to one row.
2011-10-19 Felix Wolfsteller Fix accidental corruption of key for sql statement.
2011-10-19 Felix Wolfsteller Add functionality to get 'oldest' artifact of a collection.'
2011-10-17 Sascha L. Teichmann StringUtils: Added static method to convert an array of string to their uppercase counterparts.
2011-10-13 Felix Wolfsteller Helper function to create a document to remove an artifact from an collection.
2011-10-13 Felix Wolfsteller Fix SQL typo.
2011-10-10 Felix Wolfsteller Added accidentally ommitted ChangeLog entry for last commit (cosmetics).
2011-10-10 Felix Wolfsteller Cosmetics (and fix for XMLUtils.toString(Element)).
2011-10-07 Sascha L. Teichmann Fixed flys/issue255
2011-09-23 Felix Wolfsteller Fix debug helper toString(Node).
2011-09-23 Felix Wolfsteller Added XMLUtils functions helping to debug parts of xml documents.
2011-09-22 Ingo Weinzierl Removed superfluous CollectionCallContext creation.
2011-09-19 Ingo Weinzierl Tagged RELEASE 1.4 of artifacts system.
2011-09-19 Ingo Weinzierl Tagged RELEASE 1.4 of artifacts system. 1.4
2011-09-09 Ingo Weinzierl Integrated a messaging system for Artifacts and Collections that started background threads.
2011-09-07 Ingo Weinzierl Added a CallContext.isInBackground() method to determine if an Artifact or a Collection has started a background thread and is currently locked.
2011-08-25 Ingo Weinzierl Inserted a new utility class FileTools to work with files.
2011-08-25 Sascha L. Teichmann ArtifactDatabase: Called context listeners too early.
2011-08-25 Ingo Weinzierl Enhanced the State interface with an endOfLife() method.
2011-08-25 Felix Wolfsteller Minor cosmetics.
2011-08-24 Sascha L. Teichmann Write filters to create document if they are given.
2011-08-24 Ingo Weinzierl Renamed an XML attribute in the code to create document for new Artifacts.
2011-08-24 Ingo Weinzierl Improved the XMLUtils to support xpath expressions that contain variables.
2011-08-23 Sascha L. Teichmann Added deepCopy() method to facets and state data.
2011-08-22 Sascha L. Teichmann Bumped PostgreSQL driver version up to same version as flys-backend
2011-08-10 Sascha L. Teichmann Extract the collection and artifact creation times when doing the initial, too.
2011-08-08 Sascha L. Teichmann Fixed H2 SQL to set TTL of collection.
2011-08-02 Sascha L. Teichmann Swapped SQL parameter indices when fetching collection name.
2011-08-02 Sascha L. Teichmann When loading all artifacts fetch the name of the collections, too.
2011-08-02 Sascha L. Teichmann Added dummy user to fresh created collections to have it available in the backend listeners.
2011-08-02 Sascha L. Teichmann Generate kill events if and only if there were killed collections or artifacts.
2011-08-02 Sascha L. Teichmann forward list of deleted collections and artifacts from data cleaner to backend to backend listeners.
2011-08-01 Sascha L. Teichmann Backend: Handle forgotten store/create event source.
2011-08-01 Sascha L. Teichmann Fixed NPE with list of backend listeners.
2011-08-01 Sascha L. Teichmann Made backend listeners loadable at boot time.
2011-08-01 Sascha L. Teichmann Added interface to listen events in the backend.
2011-07-31 Sascha L. Teichmann Use real db connection pooling for artifact database.
2011-07-31 Sascha L. Teichmann Fixed broken SQL statement. Added debug output.
2011-07-31 Sascha L. Teichmann Make artifact server bootable again.
2011-07-28 Sascha L. Teichmann Added simple in-memory LRU cache
2011-07-28 Sascha L. Teichmann Artifact database: Refactorized the usage of dialect independent SQL to be reusable.
2011-07-27 Sascha L. Teichmann Added lifetime listeners to be called when system is up and is going down.
2011-07-27 Sascha L. Teichmann Added method to artifact database to load all artifacts.
2011-07-26 Sascha L. Teichmann Bumped H2 version up to latest stable 1.3.158
2011-07-22 Sascha L. Teichmann Moved StringUtils to common package. Added some Override annotations.
2011-07-21 Ingo Weinzierl CREATE documents for Artifact creation might contain db-ids now.
2011-07-21 Sascha L. Teichmann Services now take GlobalContext on setup and process.
2011-07-21 Sascha L. Teichmann Made namespace resolution more compatible.
2011-07-20 Ingo Weinzierl Adapted the signature of Artifact.setup() - a parameter of type CallMeta has been added.
2011-07-19 Ingo Weinzierl Added a addFacets(List<Facet) method to Outputs to be able to add more than only a single facet to an output.
2011-07-18 Ingo Weinzierl Facets can write its internal representation to XML using a toXML() method now.
2011-07-14 Ingo Weinzierl Adapted the signature of Hook.execute() which now retrieves a Document as third parameter.
2011-07-14 Ingo Weinzierl Set an interface for the global context; added a method to the artifact database to return an instance of an Artifact.
2011-07-13 Ingo Weinzierl Introduced a hook concept - currently used for 'post-feed' and 'post-advance'.
2011-07-13 Sascha L. Teichmann Fix for flys/issue20
2011-07-08 Ingo Weinzierl Outputs can have a member variable 'type' that should make it easier to distinguish the type of an Output.
2011-06-28 Ingo Weinzierl Tagged RELEASE 1.3 of artifacts system.
2011-06-28 Ingo Weinzierl Tagged RELEASE 1.3 of artifacts system. 1.3
2011-06-27 Ingo Weinzierl Prepared Changes for the upcoming release.
2011-06-27 Ingo Weinzierl Made XMLUtils.toString(Document) static.
2011-06-22 Ingo Weinzierl Improved the ClientProtocolUtils: new methods to create collection action specific documents.
2011-06-21 Ingo Weinzierl The ttl is now contained in the document that is returned after a collection has been created.
2011-06-21 Sascha L. Teichmann Added DefaultFacet.toString() method to help debugging.
2011-06-21 Ingo Weinzierl Put the ttl of each collection into the document that contains the user collections.
2011-06-21 Ingo Weinzierl Made the TTL of a Collection retrievable via getter method.
2011-06-17 Ingo Weinzierl Facets got a method that return its required data from the owner artifact.
2011-06-16 Ingo Weinzierl ProtocolUtils write the index value of a facet into the document.
2011-06-16 Ingo Weinzierl Facets are serializable now.
2011-06-15 Ingo Weinzierl Facets have indices now.
2011-06-09 Sascha L. Teichmann Added static toString(Document) method which transform XML documents to Strings.
2011-06-08 Ingo Weinzierl Enabled the artifact database to retrieve requests to change the name of a specific collection.
2011-06-07 Ingo Weinzierl #50 Added code on database level to recognize the oldest collection item in a collection (-> master artifact).
2011-06-07 Ingo Weinzierl Enables the artifact server to set the TTL of a specific collection via REST call.
2011-06-07 Sascha L. Teichmann Use generics more precisely
2011-06-06 Sascha L. Teichmann flys/issue75: fixed doc and schema to make H2 work again.
2011-06-03 Ingo Weinzierl Modified the method to create the document to trigger the out() operation of a collection in ClientProtocolUtils.
2011-05-31 Ingo Weinzierl Added support for the 'type' parameter of artifacts and collections out() call.
2011-05-27 Ingo Weinzierl Repaired the setting of a new attribute for a Collection.
2011-05-27 Ingo Weinzierl Enhanced the ClientProtocolUtils with a method to create a document that sets the attribute of a collection.
2011-05-23 Sascha L. Teichmann Jetty HTTP server: Do not bind context to restlet app for security reasons.
2011-05-23 Sascha L. Teichmann XMLUtils.xpathString() returns empty string not null.
2011-05-22 Sascha L. Teichmann flys/issue65: Added Jetty HTTP server as a replacement option to foster better scalability. Needs testing.
2011-05-22 Sascha L. Teichmann Make used HTTP server exchangeable.
2011-05-18 Sascha L. Teichmann flys/issue65: Set number of max. restlet threads to 1024 and make it configurable.
2011-05-17 Ingo Weinzierl Bugfix: the document that is used to trigger the OUT operation of a collection will now contain the name of the output mode and its concrete subtype.
2011-05-17 Sascha L. Teichmann Bumped restlet to version 2.0.7 in hope to mitigate flys/issue65.
2011-05-13 Ingo Weinzierl Updated Changes and NEWS for release 1.2 1.2
2011-05-12 Ingo Weinzierl Improved the ClientProtocolUtils: collections OUT document contains attributes now.
2011-04-28 Ingo Weinzierl Modified Transition.isValid() - added the artifact and the current state to the parameter list.
2011-04-28 Ingo Weinzierl Added a getData(String) method to a State to get just a single StateData object.
2011-04-28 Ingo Weinzierl Improved the ClientProtocolUtils - new function to create a document that is used to set the attribute of a CollectionItem.
2011-04-27 Ingo Weinzierl Bugfix: do not write empty xml documents into database any longer - caused exceptions while serialization/deserialization.
2011-04-26 Ingo Weinzierl Enabled the artifact database to handle requests specific to collection attributes and collection item attributes.
2011-04-26 Ingo Weinzierl Changed the method names to get and set the attributes of collection items.
2011-04-21 Ingo Weinzierl Added a method to add new facets to an output.
2011-04-14 Ingo Weinzierl Bugfix: Removed CallContext specific method calls.
2011-04-14 Ingo Weinzierl Enhanced the bootstrap - the CallContext.Listener is initialized (if configured).
2011-04-14 Ingo Weinzierl Added a setup() method to the CallContext.Listener.
2011-04-14 Sascha L. Teichmann Added instance variable to hold a call context listener.
2011-04-14 Sascha L. Teichmann Added calls to call init/close for call contextes.
2011-04-14 Sascha L. Teichmann Added a listener to be called if a call context was created and closed
2011-04-14 Ingo Weinzierl Improved the describe() of a State - a reference to an artifact has been added.
2011-04-13 Sascha L. Teichmann Granularity of ttls should be milliseconds and not microseconds.
2011-04-13 Sascha L. Teichmann Fix for flys/issue9
2011-04-13 Sascha L. Teichmann Fix for flys/issue8 (part 3)
2011-04-12 Ingo Weinzierl Improved the ClientProtocolUtils with a method that returns a document that is used to trigger the DESCRIBE operation of artifacts.
2011-04-07 Ingo Weinzierl Enhanced the ClientProtocolUtils with a method that creates an XML document used for the Collection's out() operation.
2011-04-06 Sascha L. Teichmann Fix for flys/issue8 (part 2)
2011-04-06 Sascha L. Teichmann Possible fix for flys/issue8
2011-04-06 Ingo Weinzierl Bugfix: Decompress CollectionItems when they are fetched from Backend.
2011-04-04 Sascha L. Teichmann The XML documents stored aside users, collections and collection items are now compressed/decompressed transparently.
2011-04-03 Sascha L. Teichmann Added a boolean flag to XML byte serialisation to compress/decompress, too.
2011-04-03 Sascha L. Teichmann Removed trailing whitespace.
2011-03-31 Sascha L. Teichmann Database cleaner: Removes outdated collections, too.
2011-03-31 Sascha L. Teichmann Database cleaner: Ignoring locked artifacts is now done on database level.
2011-03-31 Sascha L. Teichmann Changed semantics of locked artifact ids.
2011-03-31 Sascha L. Teichmann When an artifact is touched the collections which contain the artifact are touched, too.
2011-03-31 Ingo Weinzierl Added an implementation of DeferredOutput for ArtifactCollections and implemented the out() operation of ArtifactCollections.
2011-03-30 Ingo Weinzierl The output nodes written into the DESCRIBE document by ProtocolUtils have nodes for each facet supported by an output.
2011-03-30 Ingo Weinzierl Added support for facets - facets of output modes are read from configuration now.
2011-03-30 Ingo Weinzierl Tagged Release 1.1 1.1
2011-03-30 Ingo Weinzierl Tagged Release 1.1
2011-03-30 Ingo Weinzierl Enhanced the ClientProtocolUtils with a method to create a document to trigger the DESCRIBE operation of a collection.
2011-03-25 Ingo Weinzierl The operation that adds an artifact to an artifact collection will now return the DESCRIBE document of the artifact collection.
2011-03-24 Ingo Weinzierl Made the 'attribute' document of an ArtifactCollection accessible with getter and setter methods.
2011-03-24 Ingo Weinzierl Bugfix: Creating new ArtifactCollection will create artifact collections with empty - but not null - attributes.
2011-03-24 Ingo Weinzierl Refactored the CallContextImpl - there are two concrete classes for Artifacts and ArtifactCollections now.
2011-03-24 Ingo Weinzierl Added a describe() method for ArtifactCollections.
2011-03-24 Ingo Weinzierl The Backend got a method that retrieves an ArtifactCollection based on its GID.
2011-03-24 Sascha L. Teichmann Added a cast to uuid in collections.select.by.gid
2011-03-24 Ingo Weinzierl Added new collection specific sql statements.
2011-03-23 Ingo Weinzierl Enhanced the ClientProtocolUtils with a method that creates a document that is used to add an artifact to a collection.
2011-03-23 Ingo Weinzierl Bugfix: Repaired broken SQL statement.
2011-03-23 Ingo Weinzierl Bugfix: Repaired a broken XPath.
2011-03-23 Ingo Weinzierl Enhanced the ProtocolUtils and ClientProtocolUtils to append and retrieve output modes.
2011-03-23 Ingo Weinzierl Enhanced the State interface to retrieve its output modes.
2011-03-22 Ingo Weinzierl Enhanced the abstract state: the output modes are read now.
2011-03-21 Ingo Weinzierl Changed a return type of a ClientProtocolUtils method.
2011-03-15 Sascha L. Teichmann Move Config and XMLUtils totally to commons package.
2011-03-15 Sascha L. Teichmann Added a copy of Config in the commons package. TODO: Remove it from artifacts-database.
2011-03-14 Ingo Weinzierl Changed the return type of a State's describe() method.
2011-03-10 Ingo Weinzierl Implemented a new method in the ClientProtocolUtils that creates the document for a ADVANCE operation.
2011-03-10 Ingo Weinzierl Implemented a new method in the ClientProtocolUtils that creates the document for a FEED operation.
2011-03-10 Ingo Weinzierl Fixed a bug in the ElementCreator of the XMLUtils.
2011-03-09 Ingo Weinzierl Improved the TransitionEngine with a method that determines if a State B is reachable from a State A.
2011-03-09 Ingo Weinzierl Added a further constructor to the DefaultStateData class.
2011-03-09 Sascha L. Teichmann Insert collection attribute into database, too.
2011-03-09 Ingo Weinzierl Parse the collection attribute of the incoming document of a create-collection call and store this in the Backend.
2011-03-09 Ingo Weinzierl Fixed a typo in the sql statements.
2011-03-08 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.
2011-03-08 Sascha L. Teichmann Fix a foreign key constraint violation when deleting outdated artifacts.
2011-03-08 Sascha L. Teichmann Small typo fix
2011-03-08 Sascha L. Teichmann Fixed issue with outdating an artifact if it is removed from a collection.
2011-03-08 Ingo Weinzierl Implemented the getCollectionAttribute() and setCollectionAttribute() methods.
2011-03-08 Ingo Weinzierl Fixed some sql statements that contained typos.
2011-03-08 Ingo Weinzierl Implemented removeCollectionArtifact() method of the artifact database.
2011-03-07 Ingo Weinzierl Implemented addCollectionArtifact() and listCollectionArtifacts() of the artifact database.
2011-03-07 Ingo Weinzierl Fixed broken constructor of DefaultCollectionItem.
2011-03-07 Ingo Weinzierl Fixed some backend specific stuff (sql statements, schema).
2011-03-07 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.
2011-03-07 Sascha L. Teichmann Added missing class.
2011-03-07 Sascha L. Teichmann Added Backend code to list the collection items in a collection.
2011-03-07 Ingo Weinzierl Repaired the namespaces of the xml element attributes in the collecton context of the artifact database.
2011-03-07 Sascha L. Teichmann Added helper to be return in Backend.listCollectionArtifacts()
2011-03-07 Ingo Weinzierl Adapted the sql statements for fetching all collections and all user collections from database.
2011-03-06 Sascha L. Teichmann Added code to remove an artifact from a collection
2011-03-06 Sascha L. Teichmann Added code to set attribute of a collection item.
2011-03-06 Sascha L. Teichmann Added code to get the attribute of a collection item
2011-03-06 Sascha L. Teichmann Backend: isIdentifierValid more symmetric to new newIndentifier
2011-03-04 Sascha L. Teichmann Added code to add artifacts to collections.
2011-03-04 Sascha L. Teichmann Added code to delete collections.
2011-03-04 Sascha L. Teichmann Reduce the code repetition and the complexity of the backend.
2011-03-04 Sascha L. Teichmann Solve the SQL problem with the collection listings.
2011-03-04 Ingo Weinzierl Added a new method to the ProtocolUtils that creates the necessary CREATE document for creating new artifact collections.
2011-03-04 Sascha L. Teichmann Lifted H2 to version 1.3.152.
2011-03-04 Sascha L. Teichmann Fix parameter propagation of creation time ond collection names.
2011-03-04 Ingo Weinzierl The document returned by the createCollection() method will now contain the uuid of the created collection.
2011-03-04 Ingo Weinzierl Avoid Nullpointer exception in listCollections() when no creation time of the collection is returned.
2011-03-03 Sascha L. Teichmann Added code to list collections.
2011-03-03 Ingo Weinzierl Implemented the method addCollectionArtifact() in the artifact database.
2011-03-03 Sascha L. Teichmann Added Helper for lazy loading users.
2011-03-03 Ingo Weinzierl Implemented the interface method listCollections() in the artifact database.
2011-03-03 Ingo Weinzierl Fixed a wrong node in the demo configuration used for the ArtifactCollectionFactory.
2011-03-03 Ingo Weinzierl Implemented the deleteCollection() interface method in the artifact database.
2011-03-03 Ingo Weinzierl Bugfixed the collection creation in the Backend.
2011-03-03 Ingo Weinzierl Enabled the artifact database to store and load roles of users.
2011-03-03 Sascha L. Teichmann Added code to create collections.
2011-03-03 Ingo Weinzierl Implemented the createCollection() method in the artifact database.
2011-03-03 Sascha L. Teichmann Simplified creation of users.
2011-03-03 Sascha L. Teichmann Added stubs for the collection handling in db backend.
2011-03-03 Ingo Weinzierl Made a (single one) artifact collection factory configurable.
2011-03-03 Sascha L. Teichmann Propagate delete user errors correctly.
2011-03-03 Ingo Weinzierl Adjusted method signatures for deleting users in the UserFactory and in the Backend.
2011-03-03 Ingo Weinzierl Implemented the deleteUser() method in the artifact server.
2011-03-03 Ingo Weinzierl Bugfix: Replaced wrong SQL statements with the correct ones.
2011-03-03 Ingo Weinzierl Implemented the listUsers() method in the artifact database.
2011-03-03 Ingo Weinzierl Implemented the createUser() method in the artifact database.
2011-03-02 Sascha L. Teichmann Added code to load all users from database.
2011-03-02 Sascha L. Teichmann Added code to load user from database.
2011-03-02 Sascha L. Teichmann Enable backend to delete users
2011-03-02 Sascha L. Teichmann Enable backend to delete users
2011-03-02 Sascha L. Teichmann Enable backend to delete users
2011-03-02 Ingo Weinzierl Implemented an abstract class for the output of artifacts and collections. Added a CollectionOutResource.
2011-03-02 Ingo Weinzierl Added a Rest resource that handles operations specific to a collection.
2011-03-02 Ingo Weinzierl Added a Rest resource that lists all collections of a specific user.
2011-03-02 Ingo Weinzierl Added a Rest resource that might be used to create new collections owned by a specific user.
2011-03-02 Sascha L. Teichmann Removed needless imports
2011-03-02 Sascha L. Teichmann Call database to create a new user.
2011-03-02 Ingo Weinzierl Added a resource that handles user specific actions.
2011-03-02 Ingo Weinzierl Added a Rest resource that lists all users provided by the artifact database.
2011-03-02 Sascha L. Teichmann Added a convinience method to transform an document into a byte array.
2011-03-02 Sascha L. Teichmann Wired Backend with DefaultUserFactory via the singleton.
2011-03-02 Sascha L. Teichmann Fixed typo in keys.
2011-03-02 Ingo Weinzierl Removed duplicated method to list users.
2011-03-02 Ingo Weinzierl Added a resource '/create-user' to create new users.
2011-03-02 Ingo Weinzierl The UserFactory got a setup() method that is called while bootstrap.
2011-03-02 Ingo Weinzierl Bugfix: The artifacts package can be compiled with local modifications again.
2011-03-01 Ingo Weinzierl Made the backend singleton.
2011-03-01 Ingo Weinzierl Made the user factory available in the artifact database.
2011-03-01 Ingo Weinzierl Added a user-factory configuration to the demo-config.
2011-03-01 Ingo Weinzierl Added the registration of the UserFactory to the bootstrap process.
2011-03-01 Sascha L. Teichmann Added SQL statements to handle users in database.
2011-03-01 Ingo Weinzierl Added a default implementation of a UserFactory and a new constructor to create new DefaultUsers.
2011-03-01 Ingo Weinzierl Added a default implementation of an ArtifactCollectionFactory.
2011-03-01 Sascha L. Teichmann Extended db scheme to cope with collections, collection items and users.
2011-03-01 Sascha L. Teichmann Added method to figure out TTL of a collection.
2011-03-01 Ingo Weinzierl Added a default implementation of an ArtifactCollection and a User.
2011-03-01 Sascha L. Teichmann Added creation time to collections.
2011-03-01 Sascha L. Teichmann Added external API for users and collections.
2011-03-01 Sascha L. Teichmann Added missing call contexts to API.
2011-03-01 Sascha L. Teichmann Initial interfaces to handle with Collections and Users.
2011-02-18 Ingo Weinzierl New XPath constants and methods that retrieve important nodes of the DESCRIBE document.
2011-02-16 Ingo Weinzierl Added the ArtifactNamespaceContext and a ClientProtocolUtils that helps working with the artifact protocol.
2011-02-10 Ingo Weinzierl The common package is now ready to be included as module in a GWT based client application.
2011-02-10 Ingo Weinzierl Added an interface and its default implementation for a User.
2011-02-07 Ingo Weinzierl Prepared the State and StateData interfaces with methods to add new data to a State and implemented a DefaultStateData class.
2011-02-07 Ingo Weinzierl Improved the ProtocolUtils - there are new functions to append a current state and the reachable states to a root node.
2011-02-07 Ingo Weinzierl Improved the StateEngine and the TransitionEngine to retrieve the reachable states of a current state.
2011-02-04 Ingo Weinzierl Added a ProtocolUtils class that provides functions that help creating the artifact protocol documents.
2011-02-04 Ingo Weinzierl Implementations to initialize and retrieve states.
2011-02-04 Ingo Weinzierl Added an abstract implementation of a State.
2011-02-03 Ingo Weinzierl Added interfaces and engines used in concrete artifact packages.
2011-02-02 Ingo Weinzierl Corrected a package definition in the artifacts-common package.
2011-02-02 Ingo Weinzierl Added a new package artifacts-common for classes and utilities used in several packages.
2011-02-01 Ingo Weinzierl Upgraded the Restlet version to 2.0.4 (current stable).
2010-11-02 Ingo Weinzierl Added license file and license headers.
2010-06-14 Ingo Weinzierl Write revision to MANIFEST files while creating jar archives.
2010-04-28 Hans Plum ChangeLog: Tagging version 1.0; explaining the reason for 1.0 1.0
2010-04-28 Hans Plum ChangeLog: Tagging version 1.0
2010-04-28 Ingo Weinzierl Summarized activities, created NEWS and Changes for the upcoming release.
2010-04-27 Ingo Weinzierl The path to database can be configured with a path relative to the configuration directory.
2010-04-17 Sascha L. Teichmann Brought all line lengths of non Javadoc lines below 80.
2010-03-28 Sascha L. Teichmann Unified imports.
2010-03-28 Sascha L. Teichmann Last bunch of javadoc
2010-03-28 Sascha L. Teichmann More javadoc, some code formatting.
2010-03-26 Sascha L. Teichmann More javadoc.
2010-03-26 Sascha L. Teichmann More javadoc (fixes small glitches, too).
2010-03-26 Sascha L. Teichmann Added javadoc to the REST package of the artifact database (complete).
2010-03-26 Sascha L. Teichmann Added some javadoc to the artifactdatabase module. Not done yet.
2010-03-26 Sascha L. Teichmann Removed trailing whitespace
2010-03-26 Sascha L. Teichmann Completed Javadoc of sub module 'artifacts'.
2010-03-25 Ingo Weinzierl Added the time to live of an artifact to the CallContext.
2010-03-22 Ingo Weinzierl Installed a SLF4J bridge to route incoming jul logs (used by restlet) to log4j.
2010-03-22 Ingo Weinzierl Call cleanup method to remove special data stored by an 'out'-target before exporting an artifact.
2010-03-19 Ingo Weinzierl Set new identifiers on artifacts after an artifact import.
2010-03-19 Ingo Weinzierl Implementation to import artifacts from incoming xml documents (applied patch from issue208 by SLT).
2010-03-16 Ingo Weinzierl Implementation to export artifacts as xml (applied patch from issue208 by SLT).
2010-03-11 Sascha L. Teichmann Repaired the javadoc stuff for almost all artifact interfaces.
2010-02-21 Sascha L. Teichmann Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>' 0.5
2010-02-05 Ingo Weinzierl Changed log4j version to 1.2.14
2010-02-01 Tim Englich Extended the Artifact-Interface-Method setup to be able to put the XML-Document which can contain further Data
2010-01-27 Hans Plum Summarized Changes and NEWS for Release 0.4 0.4
2010-01-22 Sascha L. Teichmann Added url '/service/{service}' to REST server to offer the actual service over HTTP.
2010-01-22 Sascha L. Teichmann Added '/services' url to web server to list the available services in XML.
2010-01-22 Sascha L. Teichmann Load service factories and services during bootstrap.
2010-01-22 Sascha L. Teichmann Serve services over artifact database.
2010-01-22 Sascha L. Teichmann Added base class for services and service factories.
2010-01-22 Sascha L. Teichmann Added interfaces for XML processing services. TODO: Implement them!
2010-01-17 Sascha L. Teichmann Added method to XMLUtils to copy an XML document to an output stream.
2010-01-15 Ingo Weinzierl Implemented some methods to get access to ArtifactFactories which are stored in the ArtifactDatabase.
2010-01-12 Ingo Weinzierl Create namespace aware documents for 'create' and 'out' targets. Adapted XPath expressions for this.
2010-01-09 Ingo Weinzierl Create a namespace aware document out of the request. We consider namespaces now. Adapted xpath to find action.
2009-12-17 Sascha L. Teichmann Release 0.3 0.3
2009-12-16 Sascha L. Teichmann Added XML utils method to load XML file from file.
2009-12-15 Ingo Weinzierl Removed config path of chart template which doesn't belong here from Config.
2009-12-11 Sascha L. Teichmann Removed needless import.
2009-11-23 Ingo Weinzierl Added path to chart template and added a method to retrieve its configuration.
2009-11-23 Sascha L. Teichmann Added a real artifact proxy class to be more flexible with artifact replacements
2009-11-13 Hans Plum RELEASE 0.2: Summarized NEWS and Changes 0.2
2009-11-11 Ingo Weinzierl Added HOWTO to setup the environment
2009-11-04 Sascha L. Teichmann describe() in REST interface is also handled as POST to pass
2009-10-21 Tim Englich Applied patch from slt to set the Configuration Folder into the AbsoluteFileName issue59
2009-10-07 Sascha L. Teichmann RELEASE 0.1 0.1
2009-10-06 Sascha L. Teichmann Renamed Changelog to ChangeLog to make eclipse happy.
2009-10-02 Sascha L. Teichmann Fixed problem with non-initialized languages in call meta.
2009-10-02 Sascha L. Teichmann Better implementation for fetching the preferred locale via meta of call context.
2009-10-02 Sascha L. Teichmann Convenience method in call meta to get preferred language.
2009-10-01 Sascha L. Teichmann Add i18n support via "Accept-Language" HTTP headers.
2009-10-01 Sascha L. Teichmann Removed trailing whitespace.
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

http://dive4elements.wald.intevation.org