You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@incubator.apache.org by Jochen Wiedmann <jo...@apache.org> on 2003/11/20 08:12:43 UTC

Announce: incubated-jaxme 0.2

Hi,

I'd like to announce incubated-jaxme 0.2. This is the first version of the 
former sf.net hosted JaxMe 2 after migration to the Apache Incubator project.

Note: JaxMe is an incubated subproject under the sponsorship of the Apache
Software Foundation's (ASF) Web Services project. Incubation is required of
all newly accepted projects until a further review indicates that the 
infrastructure, communications, and decision making process have
stabilized in a manner consistent with other successful ASF projects. While
incubation status is not necessarily a reflection of the completeness or
stability of the code, it does indicate that the project has yet to be fully
endorsed by the ASF.

incubated-jaxme 0.2 is available in the directory ws/jaxme on any Apache
mirror site: See http://www.apache.org/dyn/closer.cgi for details. For
questions or suggestions, contact the mailing list jaxme-dev@ws.apache.org.
Finally, the Apache Bugzilla may on http://nagoya.apache.org/bugzilla/
may be used for bug reports.

incubated-jaxme 0.2 includes the following components:

- JaxMe, an in-progress implementation of the JAXB specification. See

     http://ws.apache.org/jaxme
     http://java.sun.com/xml/jaxb

   for details. Compared to the previous version on sf.net this release
   includes mainly bug fixes.

- JaxMePM, a persistence management framework for JAXB generated classes.
   The framework includes an objectrelational mapper and two accessors
   for XML databases via XML:DB or the native Tamino API. The framework
   is currently loosely coupled to JaxMe, but could very well be used
   with any JAXB generator. See

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

   for details.

- A clean room implementation of the JAXB API. See

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

   for details. This implementation replaces the files jaxb-api.jar,
   jax-qname.jar, and namespace.jar from the JAXB RI.

- JaxMeXS, a parser for XML Schema, specifically designed for code
   generators based on XML Schema or language extensions like JAXB.
   See

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

   for details.

- JaxMeJS, a generic framework for writing source generators. It views
   the generated sources as an object tree, which may be manipulated in
   multiple stages. For example, in the case of JaxMe, one distinguishes
   between elements with multiplicity 1 (single objects) and multiplicity
   > 1 (lists). The pipelining process enables handling of these elements
   in two stages, where stage 2 (lists) is based on the work of stage 1
   (single objects). JaxMeJS includes a framework for generating SQL
   queries, following the same ideas. See

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

   for details.


Regards for reading until this point :-)

Jochen Wiedmann



---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


RE: Announce: incubated-jaxme 0.2

Posted by Ias <ia...@tmax.co.kr>.
Congratulations! I hope this release help people in need of a JAXB
implementation, in particular, a open source based one. Thanks for all who
have paid attention and interest to JaxMe.

Best wishes,

Ias

===========================================================
Lee, Changshin (Korean name)
Ias (International name)
               Company Web Site: http://www.tmax.co.kr
               Personal Web Site: http://www.iasandcb.pe.kr
---------------------------------------------------------
Senior Researcher, Emerging Technology Evangelist & JCP Activities
Coordinator
JCP member - http://jcp.org/en/participation/members/L
R&D Institute
Tmax Soft, Inc. 
JCP member - http://jcp.org/en/participation/members/T
========================================================== 

> -----Original Message-----
> From: Jochen Wiedmann [mailto:jochen@apache.org] 
> Sent: Thursday, November 20, 2003 4:13 PM
> To: jaxme-dev@ws.apache.org; 
> jaxme-users@lists.sourceforge.net; 
> jaxme-jaxb-dev@lists.sourceforge.net; general@incubator.apache.org
> Subject: Announce: incubated-jaxme 0.2
> 
> 
> Hi,
> 
> I'd like to announce incubated-jaxme 0.2. This is the first 
> version of the former sf.net hosted JaxMe 2 after migration 
> to the Apache Incubator project.
> 
> Note: JaxMe is an incubated subproject under the sponsorship 
> of the Apache Software Foundation's (ASF) Web Services 
> project. Incubation is required of all newly accepted 
> projects until a further review indicates that the 
> infrastructure, communications, and decision making process 
> have stabilized in a manner consistent with other successful 
> ASF projects. While incubation status is not necessarily a 
> reflection of the completeness or stability of the code, it 
> does indicate that the project has yet to be fully endorsed 
> by the ASF.
> 
> incubated-jaxme 0.2 is available in the directory ws/jaxme on 
> any Apache mirror site: See 
> http://www.apache.org/dyn/closer.cgi for details. For 
> questions or suggestions, contact the mailing list 
> jaxme-dev@ws.apache.org.
> Finally, the Apache Bugzilla may on http://nagoya.apache.org/bugzilla/
> may be used for bug reports.
> 
> incubated-jaxme 0.2 includes the following components:
> 
> - JaxMe, an in-progress implementation of the JAXB specification. See
> 
>      http://ws.apache.org/jaxme
>      http://java.sun.com/xml/jaxb
> 
>    for details. Compared to the previous version on sf.net 
> this release
>    includes mainly bug fixes.
> 
> - JaxMePM, a persistence management framework for JAXB 
> generated classes.
>    The framework includes an objectrelational mapper and two accessors
>    for XML databases via XML:DB or the native Tamino API. The 
> framework
>    is currently loosely coupled to JaxMe, but could very well be used
>    with any JAXB generator. See
> 
>      http://ws.apache.org/jaxme/pm/
> 
>    for details.
> 
> - A clean room implementation of the JAXB API. See
> 
>      http://ws.apache.org/jaxme/api/
> 
>    for details. This implementation replaces the files jaxb-api.jar,
>    jax-qname.jar, and namespace.jar from the JAXB RI.
> 
> - JaxMeXS, a parser for XML Schema, specifically designed for code
>    generators based on XML Schema or language extensions like JAXB.
>    See
> 
>      http://ws.apache.org/jaxme/xs
> 
>    for details.
> 
> - JaxMeJS, a generic framework for writing source generators. It views
>    the generated sources as an object tree, which may be 
> manipulated in
>    multiple stages. For example, in the case of JaxMe, one 
> distinguishes
>    between elements with multiplicity 1 (single objects) and 
> multiplicity
>    > 1 (lists). The pipelining process enables handling of 
> these elements
>    in two stages, where stage 2 (lists) is based on the work 
> of stage 1
>    (single objects). JaxMeJS includes a framework for generating SQL
>    queries, following the same ideas. See
> 
>      http://ws.apache.org/jaxme/js
> 
>    for details.
> 
> 
> Regards for reading until this point :-)
> 
> Jochen Wiedmann
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: jaxme-dev-help@ws.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


RE: Announce: incubated-jaxme 0.2

Posted by Ias <ia...@tmax.co.kr>.
Congratulations! I hope this release help people in need of a JAXB
implementation, in particular, a open source based one. Thanks for all who
have paid attention and interest to JaxMe.

Best wishes,

Ias

===========================================================
Lee, Changshin (Korean name)
Ias (International name)
               Company Web Site: http://www.tmax.co.kr
               Personal Web Site: http://www.iasandcb.pe.kr
---------------------------------------------------------
Senior Researcher, Emerging Technology Evangelist & JCP Activities
Coordinator
JCP member - http://jcp.org/en/participation/members/L
R&D Institute
Tmax Soft, Inc. 
JCP member - http://jcp.org/en/participation/members/T
========================================================== 

> -----Original Message-----
> From: Jochen Wiedmann [mailto:jochen@apache.org] 
> Sent: Thursday, November 20, 2003 4:13 PM
> To: jaxme-dev@ws.apache.org; 
> jaxme-users@lists.sourceforge.net; 
> jaxme-jaxb-dev@lists.sourceforge.net; general@incubator.apache.org
> Subject: Announce: incubated-jaxme 0.2
> 
> 
> Hi,
> 
> I'd like to announce incubated-jaxme 0.2. This is the first 
> version of the former sf.net hosted JaxMe 2 after migration 
> to the Apache Incubator project.
> 
> Note: JaxMe is an incubated subproject under the sponsorship 
> of the Apache Software Foundation's (ASF) Web Services 
> project. Incubation is required of all newly accepted 
> projects until a further review indicates that the 
> infrastructure, communications, and decision making process 
> have stabilized in a manner consistent with other successful 
> ASF projects. While incubation status is not necessarily a 
> reflection of the completeness or stability of the code, it 
> does indicate that the project has yet to be fully endorsed 
> by the ASF.
> 
> incubated-jaxme 0.2 is available in the directory ws/jaxme on 
> any Apache mirror site: See 
> http://www.apache.org/dyn/closer.cgi for details. For 
> questions or suggestions, contact the mailing list 
> jaxme-dev@ws.apache.org.
> Finally, the Apache Bugzilla may on http://nagoya.apache.org/bugzilla/
> may be used for bug reports.
> 
> incubated-jaxme 0.2 includes the following components:
> 
> - JaxMe, an in-progress implementation of the JAXB specification. See
> 
>      http://ws.apache.org/jaxme
>      http://java.sun.com/xml/jaxb
> 
>    for details. Compared to the previous version on sf.net 
> this release
>    includes mainly bug fixes.
> 
> - JaxMePM, a persistence management framework for JAXB 
> generated classes.
>    The framework includes an objectrelational mapper and two accessors
>    for XML databases via XML:DB or the native Tamino API. The 
> framework
>    is currently loosely coupled to JaxMe, but could very well be used
>    with any JAXB generator. See
> 
>      http://ws.apache.org/jaxme/pm/
> 
>    for details.
> 
> - A clean room implementation of the JAXB API. See
> 
>      http://ws.apache.org/jaxme/api/
> 
>    for details. This implementation replaces the files jaxb-api.jar,
>    jax-qname.jar, and namespace.jar from the JAXB RI.
> 
> - JaxMeXS, a parser for XML Schema, specifically designed for code
>    generators based on XML Schema or language extensions like JAXB.
>    See
> 
>      http://ws.apache.org/jaxme/xs
> 
>    for details.
> 
> - JaxMeJS, a generic framework for writing source generators. It views
>    the generated sources as an object tree, which may be 
> manipulated in
>    multiple stages. For example, in the case of JaxMe, one 
> distinguishes
>    between elements with multiplicity 1 (single objects) and 
> multiplicity
>    > 1 (lists). The pipelining process enables handling of 
> these elements
>    in two stages, where stage 2 (lists) is based on the work 
> of stage 1
>    (single objects). JaxMeJS includes a framework for generating SQL
>    queries, following the same ideas. See
> 
>      http://ws.apache.org/jaxme/js
> 
>    for details.
> 
> 
> Regards for reading until this point :-)
> 
> Jochen Wiedmann
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: jaxme-dev-help@ws.apache.org
> 


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


RE: Announce: incubated-jaxme 0.2

Posted by "Noel J. Bergman" <no...@devtech.com>.
Jochen Wiedmann wrote:
> I'd like to announce incubated-jaxme 0.2. This is the first version of the
> former sf.net hosted JaxMe 2 after migration to the Apache Incubator
project.

Congratulations.  :-)  A very nice milestone.

However, your download page, http://ws.apache.org/jaxme/downloads.html, does
not appear to be working.  That is because it is the wrong URL.  The
"download" item on your Project menu should point to
http://ws.apache.org/jaxme/downloads.cgi, which will use downloads.html, and
properly fixup the mirroring markup.

Would you please consider updating the structure to match the guidlines laid
out in http://www.apache.org/dev/mirrors.html?  I am referring to:

 |--- source/
 |--- binaries/
      |--- platform/  (optional)
 |--- KEYS (containing PGP keys of all Release Managers to date)
 |--- current (symlink to the current source tarball)
 |--- current-source-tarball (Optional symlink to source tarball)

which isn't used by http://www.apache.org/dist/ws/jaxme/.  Not a big deal
for this release, but for future ones.


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


RE: Announce: incubated-jaxme 0.2

Posted by "Noel J. Bergman" <no...@devtech.com>.
Jochen Wiedmann wrote:
> I'd like to announce incubated-jaxme 0.2. This is the first version of the
> former sf.net hosted JaxMe 2 after migration to the Apache Incubator
project.

Congratulations.  :-)  A very nice milestone.

However, your download page, http://ws.apache.org/jaxme/downloads.html, does
not appear to be working.  That is because it is the wrong URL.  The
"download" item on your Project menu should point to
http://ws.apache.org/jaxme/downloads.cgi, which will use downloads.html, and
properly fixup the mirroring markup.

Would you please consider updating the structure to match the guidlines laid
out in http://www.apache.org/dev/mirrors.html?  I am referring to:

 |--- source/
 |--- binaries/
      |--- platform/  (optional)
 |--- KEYS (containing PGP keys of all Release Managers to date)
 |--- current (symlink to the current source tarball)
 |--- current-source-tarball (Optional symlink to source tarball)

which isn't used by http://www.apache.org/dist/ws/jaxme/.  Not a big deal
for this release, but for future ones.


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org