You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by robert burrell donkin <rd...@apache.org> on 2004/02/26 23:07:26 UTC

abbreviations in package names

some of the jaxme package names appeal to contain abbreviations. if i 
can get straight what these stand for, i'll probably add some top level 
package.html's. (a few good package level documents can be a very 
useful way to lead developers through the code.)

could people help me fill in the gaps:

org.apache.ws.jaxme.generator - generation of source (and schemas...?)

org.apache.ws.jaxme - is this original jaxme...?
org.apache.ws.jaxme.impl - implementation of org.apache.ws.jaxme...?

org.apache.ws.jaxme.js - JAXB...?

org.apache.ws.jaxme.pm - persistence manager and ...?

org.apache.ws.jaxme.sql - database mapping extensions(?)

org.apache.ws.jaxme.util - utilities

org.apache.ws.jaxme.logging - logging

org.apache.ws.jaxme.xs - ...?

- robert


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


Re: abbreviations in package names

Posted by Jochen Wiedmann <jo...@ispsoft.de>.
Hi, Robert,

a good start! I must admit that it never crossed my mind that someone
could wonder.


robert burrell donkin wrote:

> org.apache.ws.jaxme.generator - generation of source (and schemas...?)

Yes. Perhaps to be distinguished from js: JaxMe generators, as opposed
from generic source generators.


> org.apache.ws.jaxme - is this original jaxme...?

The runtime, interfaces, and utility classes, which the user will most
probably actually use in his/her classes.


> org.apache.ws.jaxme.impl - implementation of org.apache.ws.jaxme...?

Runtime implementation, which the user will rarely use explicitly.


> org.apache.ws.jaxme.js - JAXB...?

Generic framework for Java Source generators. See

   http://ws.apache.org/jaxme/js


> org.apache.ws.jaxme.pm - persistence manager and ...?

Persistence management. see

   http://ws.apache.org/jaxme/pm


> org.apache.ws.jaxme.sql - database mapping extensions(?)

Generic framework for SQL generators. Assumed to be a part of
js.


> org.apache.ws.jaxme.util - utilities

Utility classes, typically used by the jaxme runtime.


> org.apache.ws.jaxme.logging - logging

Yes.


> org.apache.ws.jaxme.xs - ...?

This is the generic XML Schema Parser. See

   http://ws.apache.org/jaxme/xs


Jochen

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