[jbossts-issues] [JBoss JIRA] (JBTM-1771) Source directory names of the rest-tx modules need improving

Michael Musgrove (JIRA) jira-events at lists.jboss.org
Sun Jun 9 09:48:54 EDT 2013


Michael Musgrove created JBTM-1771:
--------------------------------------

             Summary: Source directory names of the rest-tx modules need improving
                 Key: JBTM-1771
                 URL: https://issues.jboss.org/browse/JBTM-1771
             Project: JBoss Transaction Manager
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: REST
    Affects Versions: 5.0.0.M3
            Reporter: Michael Musgrove
            Assignee: Michael Musgrove
             Fix For: 5.0.0.M4


The source directory names of the REST modules is confusing and does not accurately reflect what they are for. Currently we  have:
{noformat}
rest-tx
  tx
  integration
  util
  webservice
{noformat}
which I'd like to rationalize to:
{noformat}
rts (RESTful Transaction Service)
  at (Atomic Transactions)
    tx (the JAX-RS service that implements the spec)
    integration (simple API for writing Java based participants)
    util (various utility methods for making it easy to conform to the spec)  
    webservice (bundles tx as a deployable war)
{noformat}
(and later on we'll add jdi at the same level as at).




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list