You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by cl...@apache.org on 2004/08/08 01:19:40 UTC

cvs commit: xml-xmlbeans/v2/jam/website index.html

cliffs      2004/08/07 16:19:40

  Modified:    v2/jam/website index.html
  Log:
  update website page link to xmlbeans site.
  
  Revision  Changes    Path
  1.7       +13 -13    xml-xmlbeans/v2/jam/website/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v2/jam/website/index.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- index.html	23 Mar 2004 20:09:52 -0000	1.6
  +++ index.html	7 Aug 2004 23:19:40 -0000	1.7
  @@ -15,7 +15,7 @@
       It provides a superset of the features offered by similar APIs
       (such as Reflection or X/Javadoc), including a unique extensibility
       mechanism specifically designed to help Java developers cope with the
  -    rapidly-changing world of Java metadata.  
  +    rapidly-changing world of Java metadata.
       (<a href='overview.html'>read more...</a>)
     </p>
   
  @@ -24,8 +24,8 @@
   
     <i>
       I am not distributing JAM as a separate binary at the moment,
  -    though I hope to do so soon.  For the moment, please go to the 
  -    <a href='http://incubator.apache.org/projects/xmlbeans.html'>
  +    though I hope to do so soon.  For the moment, please go to the
  +    <a href='http://xmlbeans.apache.org/'>
       xml-beans website</a> at Apache to download xbeans, which includes JAM.
     </i>
   
  @@ -43,7 +43,7 @@
     <h2>Links</h2>
   
     <ul>
  -    <li><a href='http://groups.yahoo.com/group/metaJAM'>metaJAM,</a> 
  +    <li><a href='http://groups.yahoo.com/group/metaJAM'>metaJAM,</a>
        a Yahoo group for discussion and news about JAM</li>
       <li><a href='mailto:metaJAM-owner@yahoogroups.com'>Send email to Patrick</a></li>
       <li><a href='http://www.jcp.org/en/jsr/detail?id=175'>JSR175</a></li>
  @@ -59,23 +59,23 @@
     </p>
   
     <p>
  -    Note that JAM currently is still packaged under 
  +    Note that JAM currently is still packaged under
       <code>org.apache.xmlbeans.impl.jam</code>.  I know this looks weird,
       and I am working on finding a better package name.
     </p>
  -    
  +
   
   <h2>About</h2>
  -  
  +
     <p>
  -    JAM has evolved as part my work on 
  +    JAM has evolved as part my work on
       <a href='http://xml.apache.org/xmlbeans'>XML-Beans</a> at Apache,
  -    which I do on behalf of my employer, 
  +    which I do on behalf of my employer,
       <a href='http://www.bea.com'>BEA Systems</a>.
       In XML-Beans, I need to be able model Java types in order to generate
       XML schemas from them.  I found all of the existing Java object models
  -    (x/javadoc, reflection, qdox) to be lacking in 
  -    some respect.  They each have some features I wanted, but none of them 
  +    (x/javadoc, reflection, qdox) to be lacking in
  +    some respect.  They each have some features I wanted, but none of them
       brought all of those features together.  Perhaps more importantly,
       though, none of them provide a migration path from javadoc-based
       metadata to JSR175, which is a big concern for me.  JAM was written
  @@ -84,11 +84,11 @@
   
     <p>
       JAM is now proving to be a generally useful technology in its
  -    own right.  Most notably, it is already being used in Cedric Beust's 
  +    own right.  Most notably, it is already being used in Cedric Beust's
       <a href='http://www.beust.com/ejbgen'>EJBgen</a> and
       <a href='http://www.beust.com/sgen'>SGen</a>.  Accordingly, I am now
       exploring the possibility of spinning it up as a distinct open source
  -    project, but it doesn't yet have an official open source community.   
  +    project, but it doesn't yet have an official open source community.
       Until it does, my website here is serving as a temporary home.
     </p>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xmlbeans-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-cvs-help@xml.apache.org