Turned the API packages into bundles.
[xmlrouter] / persistentids.txt
diff --git a/persistentids.txt b/persistentids.txt
deleted file mode 100644 (file)
index dc526d4..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-
-document types, filters, and transformations should define their own persistent ids. 
-
-Refactoring:
-* Id should become a String type.
-* Document type, filter, and transoformation should extend   Identifiable interface which defines Id<T> getId();
-* Id should be used in the config class to create the actual id. Id should no longer be returned.
-* deal with duplicate ids (runtime exception). 
-* unique ids at the xmlrouter level based on RouterConfig id. 
-
-
-* add new interface  with method updateConfig(RouterConfig) by which a service updates it's own part of the router config.
-* add copying of the RouterConfig. 
-* efficiently check for modifications based on the id. 
-