You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2006/01/30 04:17:20 UTC

DO NOT REPLY [Bug 38439] New: - [id] URI generators

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38439>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38439

           Summary: [id] URI generators
           Product: Commons
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Sandbox
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: heuermh@acm.org


Attached are an initial implementation and weak unit tests for URI generator(s), another example of a 
composite identifier generator.

Any String identifier generator may be used to generate the path part

urn:foo:bar/baz/0
urn:foo:bar/baz/1
urn:foo:bar/baz/2
urn:foo:bar/baz/3

or the fragment part

urn:foo:bar/baz#0
urn:foo:bar/baz#1
urn:foo:bar/baz#2
urn:foo:bar/baz#3

of URIs.  A similar set of classes might be created for URL and javax.xml.namespace.QName generators.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 38439] - [id] URI generators

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38439>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38439





------- Additional Comments From heuermh@acm.org  2006-01-30 04:19 -------
Created an attachment (id=17532)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17532&action=view)
src tarball

contents include
src/java/org/apache/commons/id/URIGenerator.java
src/java/org/apache/commons/id/uri/PathURIGenerator.java
src/java/org/apache/commons/id/uri/FragmentURIGenerator.java
src/test/org/apache/commons/id/uri/PathURIGeneratorTest.java
src/test/org/apache/commons/id/uri/FragmentURIGeneratorTest.java

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org