From general-return-2313-archive-asf-public=cust-asf.ponee.io@attic.apache.org Sun Jun 10 21:18:22 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 77C9E18062B for ; Sun, 10 Jun 2018 21:18:21 +0200 (CEST) Received: (qmail 4449 invoked by uid 500); 10 Jun 2018 19:18:20 -0000 Mailing-List: contact general-help@attic.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@attic.apache.org Delivered-To: mailing list general@attic.apache.org Received: (qmail 4438 invoked by uid 99); 10 Jun 2018 19:18:20 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jun 2018 19:18:20 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id DD2D53A0100 for ; Sun, 10 Jun 2018 19:18:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1833294 - /xmlbeans/trunk/xkit/doap_XMLBeans.rdf Date: Sun, 10 Jun 2018 19:18:19 -0000 To: general@attic.apache.org From: hboutemy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180610191819.DD2D53A0100@svn01-us-west.apache.org> Author: hboutemy Date: Sun Jun 10 19:18:19 2018 New Revision: 1833294 URL: http://svn.apache.org/viewvc?rev=1833294&view=rev Log: ATTIC-169 XMLBeans un-Attic'ed to POI PMC Modified: xmlbeans/trunk/xkit/doap_XMLBeans.rdf Modified: xmlbeans/trunk/xkit/doap_XMLBeans.rdf URL: http://svn.apache.org/viewvc/xmlbeans/trunk/xkit/doap_XMLBeans.rdf?rev=1833294&r1=1833293&r2=1833294&view=diff ============================================================================== --- xmlbeans/trunk/xkit/doap_XMLBeans.rdf (original) +++ xmlbeans/trunk/xkit/doap_XMLBeans.rdf Sun Jun 10 19:18:19 2018 @@ -18,7 +18,7 @@ Apache XMLBeans - + XMLBeans is a technology for accessing XML by binding it to Java types. XMLBeans provides several ways to get at the XML: strong XMLSchema typed model, cursor API, streaming (SAX, Stax) and DOM. XMLBeans covers 100% XMLSchema support while giving access to full infoset of documents. XMLBeans is a tool that allows you to access the full power of XML in a Java friendly way. The idea is that you can take advantage of the richness and features of XML and XML Schema and have these features mapped as naturally as possible to the equivalent Java language and typing constructs. XMLBeans uses XML Schema to compile Java interfaces and classes that you can then use to access and modify XML instance data. Using XMLBeans is similar to using any other Java interface/class, you will see things like getFoo or setFoo just as you would expect when working with Java. While a major use of XMLBeans is to access your XML instance data with strongly typed Java classes there are also API's that allow you access to the full XML infoset (XMLBeans keeps XML Infoset fidelity) as well as to allow you to reflect into the XML schema itself through an XML Schema Object model. @@ -45,7 +45,6 @@ All of this was built with performance i Java - XMLBeans v2.1.0