Return-Path: Delivered-To: apmail-xmlbeans-user-archive@www.apache.org Received: (qmail 88960 invoked from network); 15 Dec 2006 12:45:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Dec 2006 12:45:45 -0000 Received: (qmail 48565 invoked by uid 500); 15 Dec 2006 12:40:37 -0000 Delivered-To: apmail-xmlbeans-user-archive@xmlbeans.apache.org Received: (qmail 45576 invoked by uid 500); 15 Dec 2006 12:40:16 -0000 Mailing-List: contact user-help@xmlbeans.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: user@xmlbeans.apache.org List-Id: Delivered-To: mailing list user@xmlbeans.apache.org Received: (qmail 43306 invoked by uid 99); 15 Dec 2006 12:39:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Dec 2006 04:39:59 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [212.57.141.103] (HELO rivendell-mx.compassplus.ru) (212.57.141.103) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Dec 2006 23:05:48 -0800 Received: from rivendell-mail.compassplus.ru (rivendell-mx.compassplus.ru [212.57.141.103]) by rivendell-mx.compassplus.ru (Postfix) with ESMTP id C8B6020554 for ; Fri, 15 Dec 2006 12:05:26 +0500 (YEKT) Received: from [192.168.50.60] (dgrigorenko.employees.compassplus.ru [192.168.50.60]) by rivendell-mail.compassplus.ru (Postfix) with ESMTP id 9AB4EFC for ; Fri, 15 Dec 2006 12:05:26 +0500 (YEKT) Message-ID: <45824935.5070702@compassplus.ru> Date: Fri, 15 Dec 2006 12:05:25 +0500 From: Den Grigorenko Reply-To: d.grigorenko@compassplus.ru Organization: Compass Plus User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: user@xmlbeans.apache.org Subject: Classes simplifying References: <7867963.post@talk.nabble.com> <7871978.post@talk.nabble.com> In-Reply-To: <7871978.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new X-Virus-Checked: Checked by ClamAV on apache.org Good day. We try to use XmlBeans in the project executed by Java-machine inside Oracle 10 database. That is why all the classes we have created should be loaded to the database. Our Xml-schemes are large (more than 100 Kbyte) and they are multiple. Thus, their compilation through the use of scomp utility results in the rather large *.jar files (several mb) whose loading to the database is a time consuming process (deploy and resolve are executed for thousands classes and resources correspondingly). At that, the resulting classes contain the most methods we don't apply. We have a question (wish): Are there any appropriate settings "simplifying" the classes being generated ? E.g, DO NOT include methods xgetXXX(), xsetXXX() in the interfaces, reduce the number of parse(...) methods in the inner Factory class, give up all the possible variants and leave the ones which are really needed. -- Den Grigorenko Compass Plus --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@xmlbeans.apache.org For additional commands, e-mail: user-help@xmlbeans.apache.org