Author: projects_role
Date: Fri Jun 10 04:20:03 2022
New Revision: 1901799

URL: http://svn.apache.org/viewvc?rev=1901799&view=rev
Log:
updating projects data

Modified:
    comdev/projects.apache.org/trunk/site/json/foundation/projects.json
    comdev/projects.apache.org/trunk/site/json/foundation/releases-files.json
    comdev/projects.apache.org/trunk/site/json/foundation/releases.json

Modified: comdev/projects.apache.org/trunk/site/json/foundation/projects.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/projects.json?rev=1901799&r1=1901798&r2=1901799&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/projects.json 
(original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/projects.json Fri Jun 
10 04:20:03 2022
@@ -14158,97 +14158,6 @@
 ],
 "shortdesc": "Java API To Access Microsoft Document File Formats"
 },
-"poi-xmlbeans": {
-"bug-database": 
"http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10436";,
-"category": "xml",
-"created": "2006-03-27",
-"description": "XMLBeans is a tool that allows you to access the full power of 
XML in a Java friendly way. The idea\n            is that you can take 
advantage of the richness and features of XML and XML Schema and have these 
features\n            mapped as naturally as possible to the equivalent Java 
language and typing constructs. XMLBeans uses XML\n            Schema to 
compile Java interfaces and classes that you can then use to access and modify 
XML instance data.\n            Using XMLBeans is similar to using any other 
Java interface/class, you will see things like getFoo or setFoo\n            
just as you would expect when working with Java. While a major use of XMLBeans 
is to access your XML\n            instance data with strongly typed Java 
classes there are also API's that allow you access to the full XML\n            
infoset (XMLBeans keeps XML Infoset fidelity) as well as to allow you to 
reflect into the XML schema itself\n            through an XML Schema Object 
model
 .\n\n            For more details on XMLBeans see the XMLBeans Wiki pages or 
the XMLBeans documentation (the Documentation\n            tab on this 
website).\n            What Makes XMLBeans Different\n\n            There are 
at least two major things that make XMLBeans unique from other XML-Java binding 
options.\n\n            1. Full XML Schema support. XMLBeans fully supports XML 
Schema and the corresponding java classes provide\n            constructs for 
all of the major functionality of XML Schema. This is critical since often 
times you do not\n            have control over the features of XML Schema that 
you need to work with in Java. Also, XML Schema oriented\n            
applications can take full advantage of the power of XML Schema and not have to 
restrict themselvs to a\n            subset.\n            2. Full XML Infoset 
fidelity.When unmarshalling an XML instance the full XML infoset is kept and 
is\n            available to the developer. This is critical because beca
 use of the subset of XML that is not easily\n            represented in java. 
For example, order of the elements or comments might be needed in a 
particular\n            application.\n\n            A major objective of 
XMLBeans has been to be applicable in all non-streaming (in memory) XML 
programming\n            situations. You should be able to compile your XML 
Schema into a set of java classes and know that 1) you\n            will be 
able to use XMLBeans for all of the schemas you encounter (even the warped 
ones) and 2) that you\n            will be able to get to the XML at whatever 
level is necessary - and not have to resort to multple tools to\n            do 
this.\n\n            To accomplish this XMLBeans provides three major APIs:\n\n 
           * XmlObject The java classes that are generated from an XML Schema 
are all derived from XmlObject. These\n            provide strongly typed 
getters and setters for each of the elements within the defined XML. Complex 
types\n     
        are in turn XmlObjects. For example getCustomer might return a 
CustomerType (which is an XmlObject). Simple\n            types turn into 
simple getters and setters with the correct java type. For example getName 
might return a\n            String.\n            * XmlCursor From any XmlObject 
you can get an XmlCursor. This provides efficient, low level access to the\n    
        XML Infoset. A cursor represents a position in the XML instance. You 
can move the cursor around the XML\n            instance at any level of 
granularity you need from individual characters to Tokens.\n            * 
SchemaType XMLBeans provides a full XML Schema object model that you can use to 
reflect on the underlying\n            schema meta information. For example, 
you might want to generate a sample XML instance for an XML schema or\n         
   perhaps find the enumerations for an element so that you can display 
them.\n\n            All of this was built with performance in mind. Informal 
benchma
 rks and user feedback indicate that XMLBeans\n            is extremely fast.\n 
       ",
-"doap": 
"http://svn.apache.org/repos/asf/xmlbeans/trunk/xkit/doap_XMLBeans.rdf";,
-"download-page": "http://www.apache.org/dyn/closer.cgi/xmlbeans/";,
-"homepage": "http://xmlbeans.apache.org/";,
-"license": "http://usefulinc.com/doap/licenses/asl20";,
-"mailing-list": "http://www.mail-archive.com/user%40xmlbeans.apache.org/";,
-"maintainer": [
-{
-"mbox": "mailto:[email protected]";,
-"name": "Cezar Andrei"
-}
-],
-"name": "Apache XMLBeans",
-"pmc": "poi",
-"programming-language": "Java",
-"release": [
-{
-"created": "2021-12-29",
-"name": "XMLBeans v5.0.3",
-"revision": "5.0.3"
-},
-{
-"created": "2021-10-20",
-"name": "XMLBeans v5.0.2",
-"revision": "5.0.2"
-},
-{
-"created": "2021-07-10",
-"name": "XMLBeans v5.0.1",
-"revision": "5.0.1"
-},
-{
-"created": "2021-03-14",
-"name": "XMLBeans v5.0.0",
-"revision": "5.0.0"
-},
-{
-"created": "2020-10-16",
-"name": "XMLBeans v4.0.0",
-"revision": "4.0.0"
-},
-{
-"created": "2019-03-22",
-"name": "XMLBeans v3.1.0",
-"revision": "3.1.0"
-},
-{
-"created": "2018-10-28",
-"name": "XMLBeans v3.0.2",
-"revision": "3.0.2"
-},
-{
-"created": "2018-08-24",
-"name": "XMLBeans v3.0.1",
-"revision": "3.0.1"
-},
-{
-"created": "2018-06-29",
-"name": "XMLBeans v3.0.0",
-"revision": "3.0.0"
-},
-{
-"created": "2005-11-16",
-"name": "XMLBeans v2.1.0",
-"revision": "2.1.0"
-},
-{
-"created": "2005-06-30",
-"name": "XMLBeans v2.0.0",
-"revision": "2.0.0"
-},
-{
-"created": "2005-02-24",
-"name": "XMLBeans v1.0.4",
-"revision": "1.0.4"
-},
-{
-"created": "2005-02-24",
-"name": "XMLBeans v1.0.4-jdk1.3",
-"revision": "1.0.4-jdk1.3"
-}
-],
-"repository": [
-"http://svn.apache.org/repos/asf/xmlbeans/trunk/";
-],
-"shortdesc": "XMLBeans is a technology for accessing XML by binding it to Java 
types. XMLBeans provides several\n            ways to get at the XML: strong 
XMLSchema typed model, cursor API, streaming (SAX, Stax) and DOM. XMLBeans\n    
        covers 100% XMLSchema support while giving access to full infoset of 
documents.\n        "
-},
 "portals": {
 "bug-database": "http://portals.apache.org/issue-tracking.html";,
 "category": "web-framework",
@@ -16487,9 +16396,9 @@
 "revision": "10.0.21"
 },
 {
-"created": "2022-05-16",
+"created": "2022-06-09",
 "name": "Latest Stable 9.0.x Release",
-"revision": "9.0.63"
+"revision": "9.0.64"
 },
 {
 "created": "2022-05-23",


Reply via email to