cliffs      2004/06/28 13:20:46

  Modified:    site     site.xml
               site/projects index.xml xmlbeans.cwiki
  Added:       site/projects beehive.cwiki
  Log:
  Added Beehive status page, references to it, and updated site to reflect 
XMLBeans graduation from incubator.
  
  Revision  Changes    Path
  1.34      +1 -0      incubator/site/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/incubator/site/site.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- site.xml  20 Jun 2004 12:38:27 -0000      1.33
  +++ site.xml  28 Jun 2004 20:20:46 -0000      1.34
  @@ -28,6 +28,7 @@
       <index  label="Index" href="index.html"/>
       <altrmi label="AltRMI" href="altrmi.html"/>
       <axion label="Axion" href="axion.html"/>    
  +    <beehive label="Beehive" href="beehive.html"/> 
       <depot label="Depot" href="depot.html"/>
       <directory label="Directory" href="directory.html"/>       
       <ftpserver label="FTPServer" href="ftpserver.html"/>
  
  
  
  1.38      +14 -7     incubator/site/projects/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/incubator/site/projects/index.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- index.xml 26 Jun 2004 07:52:55 -0000      1.37
  +++ index.xml 28 Jun 2004 20:20:46 -0000      1.38
  @@ -34,6 +34,13 @@
              <td>2003-12-19</td>
            </tr>  
             <tr>
  +           <td><link href="site:beehive">Beehive</link></td>
  +           <td>Extensible Java application framework with an integrated 
metadata-driven programming model for web services, web applications, and 
resource access.</td> 
  +           <td>Incubator PMC</td>       
  +           <td>Craig McClanahan</td>
  +           <td>2004-05-21</td>
  +         </tr>   
  +          <tr>
              <td><link href="site:directory">Directory</link></td>
              <td>Directory projects.</td> 
              <td>Incubator PMC</td>       
  @@ -112,13 +119,6 @@
              <td>Sam Ruby, Davanum Srinivas</td>
              <td>2003-09-03</td>
            </tr>   
  -          <tr>
  -           <td><link href="site:xmlbeans">XMLBeans</link></td>
  -           <td>XML-Java binding tool that uses XML Schemas as a 
specification</td> 
  -           <td>Xml PMC</td>       
  -           <td>Ted Leung</td>
  -           <td>2003-07</td>
  -         </tr>   
          </table>
       </section>   
       <section>
  @@ -131,6 +131,13 @@
              <th>Mentors</th>
              <th>Started/Ended</th>
            </tr>
  +          <tr>
  +           <td><link href="site:xmlbeans">XMLBeans</link></td>
  +           <td>XML-Java binding tool with 100% support for XML Schema and 
full Infoset fidelity</td> 
  +           <td>Xml PMC->Apache Board (became TLP upon graduation)</td>       
  +           <td>Ted Leung</td>
  +           <td>2003-07-30/2004-6-23</td>
  +         </tr>   
             <tr>
              <td><link href="site:spamassassin">SpamAssassin</link></td>
              <td>Mail filter to identify spam.</td> 
  
  
  
  1.13      +3 -3      incubator/site/projects/xmlbeans.cwiki
  
  Index: xmlbeans.cwiki
  ===================================================================
  RCS file: /home/cvs/incubator/site/projects/xmlbeans.cwiki,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- xmlbeans.cwiki    20 Jun 2004 12:38:27 -0000      1.12
  +++ xmlbeans.cwiki    28 Jun 2004 20:20:46 -0000      1.13
  @@ -6,7 +6,7 @@
   
   The website for XmlBeans is at [http://xml.apache.org/xmlbeans/]
   
  -!!!Tasks for XMLBeans incubation.
  +!!!NOTE: XMLBeans has graduated from Incubation - please see project Website 
above.
   
   ----
   
  @@ -138,11 +138,11 @@
   
     N/A If graduating to an existing PMC, has the PMC voted to accept it?
   
  -  -- If graduating to a new PMC, has the board voted to accept it?
  +  X- If graduating to a new PMC, has the board voted to accept it?
   
   !!Incubator sign-off:
   
  -  -- Has the Incubator decided that the project has accomplished all
  +  X- Has the Incubator decided that the project has accomplished all
        of the above tasks?
   
   !!!Incubation Status Reports
  
  
  
  1.1                  incubator/site/projects/beehive.cwiki
  
  Index: beehive.cwiki
  ===================================================================
  !!! Beehive Project Incubation Status
  
  This page tracks the project status, incubator-wise.
  For more general project status, look on the [project 
website|http://incubator.apache.org/beehive].
  
  !!! Description
  
  The Beehive project is an extensible Java application framework with an 
integrated metadata-driven programming model for web services, web 
applications, and resource access. 
  The framework leverages the latest innovations in the forthcoming JDK 1.5, 
particularly JSR 175 metadata annotations. 
  It currently builds on key Apache projects such as Tomcat, Struts, and Axis.
  
  
  While this proposal focuses on a framework consisting of these three 
subprojects, it is expected that the Apache community will come up with 
additional innovative ideas that will evolve into future subprojects. The 
currently planned components include: 
  
  * Controls: The Control architecture is a lightweight component framework 
based upon annotated JavaBeans, exposing a simple and consistent client model 
for accessing a variety of J2EE resource types. The framework provides a 
variety of functions including: JavaBean-based client access, configuration 
through JSR-175 metadata and external configuration data, automatic resource 
management, context services, and an extensible authoring model for creating 
new Control types. 
  * NetUI: NetUI Page Flow is a web application framework based on Apache 
Struts with an easy to use, single-file programming model based on JSR-175 
metadata. It builds on the core Struts separation of model/view/controller 
elements, and adds features such as automatic state management and first-class 
integration with Controls, XMLBeans, and Java Server Faces. 
  * Metadata for Java Web Services: This component is an implementation of the 
JSR-181 specification and is a key piece of the Beehive framework. JSR 181 uses 
JSR-175 metadata annotations in Java methods and classes to easily build Web 
services. 
  
  
  !!! News
  
  * BEA is expected to transfer code base to Apache around 15 July 04.  
  
  !!! Project info
  
  !! Project Web Site: http://incubator.apache.org/beehive
  !! Mailing List Info: http://incubator.apache.org/beehive/mailinglists.html
    
  !! Detailed References:
  
  || item              || type     || reference                 
  |  Website           | www       | 
[http://incubator.apache.org/beehive/|http://incubator.apache.org/beehive/]
  |  .                 | wiki      | *Not yet set up: 
http://wiki.apache.org/incubator/beehive*
  |  Mailing list      | dev       | [email protected]
  |  .                 | user      | [email protected]
  |  .                 | svn       | *Not yet set up: [EMAIL PROTECTED]
  |  Bug tracking      | .         | *Not yet set up: jira*.
  |  Source code       | SVN       | incubator-beehive
  |  Mentor            | craigmcc  | Craig R. McClanahan
  |  Committers        | cliffs    | Cliff Schmidt (previous Apache committer)
  |  Committers        | davidbau  | David Bau (previous Apache committer)
  |  Committers        | dims      | Davanum Srinivas (previous Apache 
committer)
  |  Committers        | dmkarr    | David M. Karr (previous Apache committer)
  |  Committers        | ias       | Changshin Lee (previous Apache committer)
  |  Committers        | ?         | Craig Crutcher (*NEED CLA*)
  |  Committers        | ?         | Daryl Olander (*NEED CLA*)
  |  Committers        | ?         | Eddie O'Neil (*NEED CLA*)
  |  Committers        | ?         | Giridhar Rao (*NEED CLA*)
  |  Committers        | ?         | Jongjin Choi (*NEED CLA*)
  |  Committers        | ?         | Kevin O'Connor (*NEED CLA*)
  |  Committers        | ?         | Kyle Marvin (*NEED CLA*)
  |  Committers        | ?         | Matt Mihic (*NEED CLA*)
  |  Committers        | cjudson   | Chris Judson (CLA faxed)
  |  Committers        | daveread  | David Read (CLA faxed)
  |  Committers        | heathers  | Heather Stephens (CLA faxed)
  |  Committers        | jsong     | James Song (CLA faxed)
  |  Committers        | kentam    | Kem Tam (CLA faxed)
  |  Committers        | mclark    | Michael Clark (CLA faxed)
  |  Committers        | rich      | Richard Feit (CLA faxed)
  |  Committers        | rod       | Rod Chavez (*NEED CLA*)
  |  Committers        | rotan     | Rotan Hanrahan (CLA faxed)
  |  Committers        | scottryan | Scott Ryan (CLA faxed)
  |  Committers        | stocco    | Steven Tocco (CLA faxed)
  |  Committers        | vsalvato  | Vince Salvato (CLA faxed)
  |  Proposal          | wiki      | 
http://wiki.apache.org/incubator/BeehiveProposal
    
  
  !!! Incubation status reports
  
  * none yet
  
  !!! Incubation work items
  
  !! Project Setup
  
  This is the first phase on incubation, needed to start the project at Apache.
  
  '' Item assignment is shown by the Apache id.''
  '' Completed tasks are shown by the completion date (YYYY-MM-dd). ''
  
  ! Identify the project to be incubated
  || date || item
  | ....-..-.. | Make sure that the requested project name does not already 
exist and check www.nameprotect.com to be sure that the name is not already 
trademarked for an existing software product.
  | ....-..-.. | If request from an existing Apache project to adopt an 
external package, then ask the Apache project for the cvs module and mail 
address names.
  | ....-..-.. | If request from outside Apache to enter an existing Apache 
project, then post a message to that project for them to decide on acceptance.
  | ....-..-.. | If request from anywhere to become a stand-alone PMC, then 
assess the fit with the ASF, and create the lists and modules under the 
incubator address/module names if accepted.
  
  ! Interim responsibility
  
  || date || item
  | ....-..-.. | Identify all the Mentors for the incubation, by asking all 
that can be Mentors. 
  | ....-..-.. | Subscribe all Mentors on the pmc and general lists. 
  | ....-..-.. | Give all Mentors access to all incubator CVS modules. (to be 
done by PMC chair)  
  | ....-..-.. | Tell Mentors to track progress in the file 
'incubator/projects/{project.name}.cwiki' 
  
  ! Copyright
  
  || date || item
  | ....-..-.. | Check and make sure that the papers that transfer rights to 
the ASF been received. It is only necessary to transfer rights for the package, 
the core code, and any new code produced by the project. 
  | ....-..-.. | Check and make sure that the files that have been donated have 
been updated to reflect the new ASF copyright. 
  
  ! Verify distribution rights
  
  || date || item
  | ....-..-.. | Check and make sure that for all code included with the 
distribution that is not under the Apache license, e have the right to combine 
with Apache-licensed code and redistribute. 
  | ....-..-.. | Check and make sure that all source code distributed by the 
project is covered by one or more of the following approved licenses:  Apache, 
BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or something with essentially the same 
terms.
  
  ! Establish a list of active committers !
  
  || date || item
  | ....-..-.. | Check that all active committers have submitted a contributors 
agreement. 
  | ....-..-.. | Add all active committers in the STATUS file. 
  | ....-..-.. | Ask root for the creation of committers' accounts on 
cvs.apache.org. 
  
  ! Infrastructure !
  
  || date || item
  | ....-..-.. | Ask infrastructure to create source repository modules and 
grant the committers karma. 
  | ....-..-.. | Ask infrastructure to set up and archive Mailing lists. 
  | ....-..-.. | Decide about and then ask infrastructure to setup an 
issuetracking system (Bugzilla, Scarab, Jira). 
  | ....-..-.. | Migrate the project to our infrastructure. 
  
  ! Project specific 
  
  ''Add project specific tasks here.''
  
  !! Incubation 
  
  These action items have to be checked for during the whole incubation process.
  
  '' These items are not to be signed as done during incubation, as they may 
change during incubation.  ''
  '' They are to be looked into and described in the status reports and 
completed in the request for incubation signoff.  ''
  
  ! Collaborative Development 
  
  * Have all of the active long-term volunteers been identified and 
acknowledged as committers on the project?
  * Are there three or more independent committers? (The legal definition of 
independent is long and boring, but basically it means that there is no binding 
relationship between the individuals, such as a shared employer, that is 
capable of overriding their free will as individuals, directly or indirectly.)
  * Are project decisions being made in public by the committers?
  * Are the decision-making guidelines published and agreed to by all of the 
committers?
  
  ! Licensing awareness 
  
  * Are all licensing, trademark, credit issues being taken care of and 
acknowleged by all committers?
  
  ! Project Specific 
  
  ''Add project specific tasks here.''
  
  !! Exit 
  
  ''Things to check for before voting the project out.''
  
  ! Organizational acceptance of responsibility for the project 
  
  * If graduating to an existing PMC, has the PMC voted to accept it?
  * If graduating to a new PMC, has the board voted to accept it?
  
  ! Incubator sign-off 
  
  * Has the Incubator decided that the project has accomplished all of the 
above tasks?
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to