Codehaus     ExoLab     OpenEJB     OpenJMS     OpenORB     Castor     Tyrex     
 

Main
  Home
  About
  Features
  Download
  API
  Schema
  Castor Forums
  Mailing Lists
  CVS / JIRA
  Support
  CastorWiki
  RSS news feed

XML
  Using XML
  Source Generator
  Schema Support
  XML Mapping
  XML FAQ
  Custom Handlers

JDO
  Introduction
  Using JDO
  JDO Config
  Types
  JDO Mapping
  JDO FAQ
  JDO Examples
  JDO How-Tos
  Other Features

Advanced JDO
  OQL
  Trans. & Locks
  Design
  KeyGen
  Long Trans.
  Nested Attrs.
  Pooling Examples
  LOBs
  Best practice

More
  Presentations
  The Examples
  3rd Party Tools
  JDO Tests
  XML Tests
  Configuration
  Tips & Tricks
  Full JavaDoc
  CastorWiki
  
  

About
  License
  Contributors
  Marketplace
  Status, Todo
  Changelog
  Library
  Contact
  Project Name

  



Download


License
News
Latest Stable Release
Past Releases
CVS Snapshots


License

Original Intalio license

The code of this project is released under a BSD-like license [license.txt]:

 
Copyright 1999-2004 (C) Intalio Inc., and others. All Rights 
Reserved. Redistribution and use of this software and 
associated documentation ("Software"), with or without 
modification, are permitted provided that the following 
conditions are met: 

1. Redistributions of source code must 
   retain copyright statements and notices. Redistributions must 
   also contain a copy of this document. 
				
2. Redistributions in 
   binary form must reproduce the above copyright notice, this 
   list of conditions and the following disclaimer in the 
   documentation and/or other materials provided with the 
   distribution. 
				
3. The name "ExoLab" must not be used to endorse 
   or promote products derived from this Software without prior 
   written permission of Intalio Inc. For written permission, 
   please contact info@exolab.org. 
				
4. Products derived from this Software may not be called "Castor" nor may 
   "Castor" appear in their names without prior written permission 
   of Intalio Inc. Exolab, Castor and Intalio are trademarks of 
   Intalio Inc. 
				
5. Due credit should be given to the ExoLab Project 
   (http://www.exolab.org/). 
   
   
THIS SOFTWARE IS PROVIDED BY INTALIO AND CONTRIBUTORS ``AS IS'' AND 
ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTALIO OR 
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 
DAMAGE. 
			

New Apache-style license

As of release 0.9.7, any new code artefacts should carry a new, Apache 2.0-style license. This shall include files that have been changed substantially through e.g. refactoring.

 
Copyright 2004-2005 Werner Guttmann

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
			

News

As of release 0.9.9.1, a new JAR file with the suffix '-commons' has been introduced, holding classes that can be used independend of Castor XML and Castor JDO. With 0.9.9.1 release it only contains Base64Decoder, Base64Encoder, IdentityMap and IdentitySet classes but more (e.g. Castor's cache) will follow with future releases. As this classes are also required for Castor XML and/or Castor JDO they are also included in the other JARs (XML, JDO) that require them. Therefore you don't need to change your class path if it includes one of the other Castor JARs (XML, JDO). Its only intention is to provide you with a small JAR containing classes that are commonly needed by applications even if they do not need Castor's XML and/or JDO part.

Latest Stable Release

Lastest Released Version: Castor 0.9.9.1
-What changed?
-NEW *** The Castor Commons JAR *** NEW
http://dist.codehaus.org/castor/0.9.9.1/castor-0.9.9.1-commons.jar
 
-The Castor JAR (XML, JDO, DAX)
http://dist.codehaus.org/castor/0.9.9.1/castor-0.9.9.1.jar
 
-The Castor JAR (XML only)
http://dist.codehaus.org/castor/0.9.9.1/castor-0.9.9.1-xml.jar
 
-The Castor JARs, docs, DTDs, command line tools and examples
http://dist.codehaus.org/castor/0.9.9.1/castor-0.9.9.1.tgz
http://dist.codehaus.org/castor/0.9.9.1/castor-0.9.9.1.zip
 
-Full documentation including all JavaDocs and specs (big)
http://dist.codehaus.org/castor/0.9.9.1/castor-0.9.9.1-doc.tgz
http://dist.codehaus.org/castor/0.9.9.1/castor-0.9.9.1-doc.zip
 
-Full CVS snapshot: all sources, docs, libraries (big)
http://dist.codehaus.org/castor/0.9.9.1/castor-0.9.9.1-src.tgz
http://dist.codehaus.org/castor/0.9.9.1/castor-0.9.9.1-src.zip
 
-Ant task definition for the source generator
http://dist.codehaus.org/castor/0.9.9.1/castor-0.9.9.1-srcgen-ant-task.jar
 

The tarball and zips includes all the JARs required by Castor, the docs and API JavaDocs. To fully install Castor, simply extract all the JARs into your classpath.

The CVS snapshot includes additional JARs required to build Castor. It is self sufficient and does not require any external components, except for javac.

The documentation set includes JavaDocs for the API and JavaDocs for the full source code, including class usage. A small documentation set without the full source JavaDocs is available in the tarball and zips.

All the JARs included with Castor and used for building Castor are available for distribution free of charge, subject to the respective license agreements.

All implementation JARs (i.e. non APIs) are available under an open source license and available from our FTP server. Open source licenses in use include Apache (ASF), Exolab, Mozilla (MPL), and public domain. All licenses are fully compatible with each other.

Past Releases

You may be able to find some past releases on the HTTP Server:

http://dist.codehaus.org/castor/

CVS Snapshots

To obtain the latest CVS version, please use a CVS-ebabled client to access our CVS server. Instructions for doing so can be found here.

For those of you behind a firewall with the CVS port non-accessible, please download Castor from the CVS server using the HTTP interface at http://cvs.castopr.codehaus.org as provided by FishEye (tm):

-zip
-tgz
-tbz2
 
   
  
   
 


Copyright ? 1999-2005 ExoLab Group, Intalio Inc., and Contributors. All rights reserved.
 
Java, EJB, JDBC, JNDI, JTA, Sun, Sun Microsystems are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and in other countries. XML, XML Schema, XSLT and related standards are trademarks or registered trademarks of MIT, INRIA, Keio or others, and a product of the World Wide Web Consortium. All other product names mentioned herein are trademarks of their respective owners.