Sun[tm] ONE Studio 4 update 1, Mobile Edition Release Notes
(formerly Forte[tm] for Java[tm], Mobile Edition)

Introduction

The Sun™ Open Net Environment (Sun ONE) Studio 4 Update 1, Mobile Edition Release Notes contain information originally contained in the Sun[tm] ONE Studio 4, Mobile Edition (formerly Forte™ for Java™ 4, Mobile Edition) Release Notes, with the addition of significant features and the addition and deletion of bugs specific to this update release.

NOTE: Sun ONE Studio 4 requires the Java™ 2 Software Development Kit, Standard Edition (J2SE™ SDK) v. 1.4.0_02 (for the Sun ONE Application Server) or a version no earlier than 1.3.1_01 (for use with other servers).

For more information about the J2ME Wireless Toolkit that is packaged with the Mobile Edition, and to see the release notes for version 1.0.4 of the toolkit, see the J2ME Wireless Toolkit Release Notes in the <s1studio_home>\emulator\j2mewtk-1.04-<xxx> directory of your installation. Note that some of the information might not apply. For example, tools such as the KToolbar have not been integrated into the Mobile Edition.

What's New: Enhancements and New Features

The SunTM ONE Studio 4, Mobile Edition IDE is specially customized to support and facilitate the development of CLDC/MIDP applications for the J2METM platform. It combines the technologies of the J2ME Wireless Toolkit with the Sun ONE Studio programming environment to provide the following:

Added in Sun ONE Studio 4 update 1

The Mobile Edition Customized Environment

To provide the simplest yet most comprehensive environment possible, Sun has removed some core modules of the Sun ONE Studio 4, Community Edition IDE. These features are unsupported by the J2ME platform, or are unnecessary for creating mobile device applications.

Note that some removed modules are still described in the core IDE help, due to their integral importance to programmers working on the J2SETM platform.

You can add many of the removed modules to the Mobile Edition IDE by using the Update Center.

The following table describes some of the modules that might be available from the Update Center. The table lists each module's name and a description of the module.

Module name Component/ feature
Applet Applet Executor and Debugger
Form Editor Form Editor
HTML HTML
Internationalization Helps developers internationalize their sources. Currently supports internationalization of Java sources, Java sources with form objects and JSP.
F4J-J2EE Common Library J2EE Common Library
J2EE Server Registry J2EE Server Registry
JDBC JDBC
JSP/Servlet JSP Support
Web module support for J2EE assembling JSP Support
JSP/Servlet Breakpoint Support JSP Support
JSP/Servlet Depl. Descriptor Editing JSP Support
JSP/Servlet (Advanced) JSP Support
JSP Parser JSP Support
JSP Syntax Coloring JSP Support
Logger (TraceLogger) Logger (TraceLogger)
HTTP Monitor HTTP Monitor
JSP Tag Library Editor JSP Tag Library Editor
XML Entity Catalog XML Entity Catalog
XML Core XML Core
TAX Library XML TAX (Tree API for XML) Library
XML Text Editor  XML Textual Editing Support (syntax coloring, code completion.)
XML Productivity Tools XML Productivity Tools
XML Tree Editor XML Tree (structural) Editing Support

 

Redistributing the Mobile Edition

The following files are a Redistributable, subject to the terms and conditions of the Binary Code License (BCL) and its Supplemental Terms.

  1. Files that comprise the Core IDE, stored in directories <s1studio-home>, _uninst, bin, docs, lib, sources, and system.
  2. Files that comprise the Core IDE as described in 1), and additional modules stored in the modules directory.

Core Modules

The following section describes enhancements and new features for the core IDE modules included in the Mobile Edition.

Ant Support
Debugger
JAR Packager (core)
Miscellaneous IDE Changes 
Output Window 
The Sun ONE Studio Output window has been re-implemented to behave more like a console; it has the following new features:
Projects 
Source Editor 
Version Control System Support 
Using KSOAP with Web Services

NOTE: Web Services support is not included in the Sun ONE Studio 4, Mobile Edition. For Web Services support, you must be using Sun ONE Studio 4, Enterprise Edition, updated with the kjava.nbm and kjava-emulator_xxx.nbm modules as described below.

  1. Use the Autoupdate Center to get the kjava-emulator_xxxxx.nbm (_linux.nbm, _sol.nbm or _win.nbm, depending on your platform) and the kjava.nbm
  2. Create and deploy your service.
  3. Set your generated clients Soap Runtime property to kSoap.
  4. Generate the client proxy.
  5. Set the client proxy's property sheet, in the execution tab, to the following:
  6. Create a MIDlet class to call the client proxy.
  7. Execute the MIDlet class.
    The MIDlet class calls the client proxy which, in turn, calls the web service and sends back the response.

For further information about Web Services, review the Sun ONE Studio 4, Enterprise Edition documentation.

System Requirements

The following table lists the system requirements needed to install a minimum configuration on any of the supported platforms. The first column lists the type of requirement: hardware system, memory, and necessary disk space. The right columns lists the requirements by platform: Solaris 8 operating environment, various Microsoft Windows platforms, and Linux.

 
Mobile Edition Solaris™ 8 operating environment, SPARC™ platform

Windows NT, Windows 2000, Windows XP Professional

Linux
Hardware System Ultra 10, 333MHz Pentium II, 350MHz Pentium III, 500MHz
Memory (RAM) 128 Mbytes 128 Mbytes 128 Mbytes
Free disk space for installation 100 Mbytes 100 Mbytes 100 Mbytes

 

Supported Platforms

Sun ONE Studio 4, Mobile Edition requires a JavaTM 2 SDK, v. 1.3.1, or 1.4.0_02.

The following lists the platforms upon which the Sun ONE Studio 4, Mobile Edition has been tested. The platforms upon which the J2ME, Wireless Toolkit 1.0.4_01 has been tested are also listed.

NOTE: The platforms supported by the Mobile Edition might differ from those supported by the emulator you plan to use. You should verify that both the Mobile Edition and the emulator you plan to use are supported on your particular platform.

Sun ONE Studio 4, Mobile Edition has been tested on the following platforms and we recommend you use these platforms:

This release has been tested on a limited basis on the following platforms:

The J2ME, Wireless Toolkit, version 1.0.4_01 has been tested on the following platforms and we recommend you use these platforms:

The J2ME, Wireless Toolkit, version 1.0.4_01 has been tested on a limited basis with the following, unsupported systems:

NOTE: Sun ONE Studio 4 requires J2SE SDK v. 1.4.0_02 or a version no earlier than 1.3.1_01.

Module Notes

General Considerations

On some Sun ONE Studio 4 configurations on the Solaris operating environment, Netscape will not be automatically started by the IDE In this situation, you should start Netscape manually, after which you will be able to use Netscape with the IDE correctly.

Debugger

JPDA Debugger on Windows uses sockets for a connection between two Java virtual machines by default. It might create an attempt to contact a firewall or an Internet provider. It this problem occurs, start the Sun ONE Studio 4 IDE with a shared memory connection by using the following command:

-J-Dnetbeans.debugger.jpda.transport=dt_shmem

Installation Bugs and Issues

Windows Platform

Mobile Edition Bugs and Issues

NOTE: Linked Bugs other than those available through SunSolve require a Java Developer Connection login to view.

Core IDE Bugs and Issues

Note: Linked Bugs other than those available through SunSolve require a Java Developer Connection login to view.

General IDE Issues

Ant Support

Debugger (Java)

The following are bugs in specific versions of the SDK or Java virtual machine that cause problems when debugging in the IDE.

Internationalization (I18N)

For Internationalization bugs, please refer to the Knowledge Base.

JAR Packager

Output Window

Projects

Source Editor

Version Control System Support

Accessibility

Documentation

Sun ONE Studio 4 product documentation is provided in accessible formats that are readable by assistive technologies. This includes programming guides, Getting Started Guides, and tutorials on the Sun ONE Studio portal.

Online Help Documentation

The IDE provides many accessibility features that enable you to read about and use the product in the manner that is most comfortable and convenient to you. These features include:

For information on the accessibility features of the IDE, open the the online help and click the Accessibility topic in the table of contents.

Modifying Cascading Style Sheets for Accessibility

The instructions in the online help for modifying the cascading style sheet require additional information.

Most help sets use the style sheet that is stored in modules/docs/usersguide.jar. If you change this style sheet, the display of most other help sets is also affected. The exceptions (which are not included with the Mobile Edition) are as follows:

To change the cascading style sheet for the online help:

1. In your IDE installation directory, navigate to modules/docs.

2. Use the jar command-line utility to unpack the JAR file.

On Microsoft Windows and UNIX systems, the command is:

jar xf jar-file

For jar-file, use one of the following:

The Jar tool makes copies of the files and writes them to the current directory. The directory structure is reproduced according to the package structure in the archive.

3. In the extracted hierarchy, navigate to the directory that contains the style sheet you want to edit:

4. Open the file ide.css in a text editor. Edit the file to your preferences and save the file.

5. For the Database Explorer help set only. Edit each HTML file in the help set by adding the following line before the </HEAD> tag:

<link rel="stylesheet" href="ide.css" type="text/css">

6. Return to modules/doc in your installation directory and update the JAR file. On Microsoft Windows and UNIX systems, the command is:

jar ufv jar-file input-file

For jar-file use the name of the original JAR file, for example,
usersguide.jar. For input-file use, one of the following:

Solaris Operating Environment

The Solaris operating environment allows you to set window behavior using the Window Style Manager. When using mnemonics with the IDE, the window behavior should be set to "Click In Window To Make Active."
If this option is not set, in some cases, a mnemonic can appear to fail.

Other Documentation

Books

The following books can be downloaded in PDF format at http://forte.sun.com//ffj/documentation/index.html.

Mobile Edition

Sun ONE Studio 4, Mobile Edition Getting Started Guide
Sun ONE Studio 4, Mobile Edition Tutorial

Community Edition

Sun ONE Studio 4, Community Edition Getting Started Guide
Sun ONE Studio 4, Community Edition Tutorial

Using Java Database Connectivity
Building Web Components

Enterprise Edition

Sun ONE Studio 4, Enterprise Edition for Java Getting Started Guide
Sun ONE Studio 4, Community Edition Getting Started Guide
Sun ONE Studio 4, Enterprise Edition Tutorial
Sun ONE Studio 4 Community Edition Tutorial
Building Web Services
Building Web Components
Building Enterprise JavaBeans Components
Building J2EE Applications

The following books are also available within the Sun ONE Studio product distribution:

Solaris Native Languages Support Quick Start Guide
Native Connector Tool Quick Start Guide
Forte X-Designer User's Guide

Online Help

You can access online help for the IDE by choosing Help > Help Sets menu item from the main window. The Help menu also includes links to the Sun ONE Studio Developer's Resources homepage and other useful URLs.

Examples

You can find tutorials and examples together under Sun ONE Studio Developer's Resources: at http://forte.sun.com/ffj/documentation/tutorialsandexamples.html..

Knowledge Base

You can find answers to many of your questions by accessing a large, searchable FAQ database. This database is a dynamic, growing knowledge base that offers customized searches based on your needs. The Knowledge Base is located at http://forte.sun.com/cgi-bin/WebX.

Access to Bugs

You can access most Sun ONE Studio bugs through Java Developer Connection's Bug Parade.

Choosing a Browser with the Setup Wizard

In the Setup wizard you will be able to choose the type of HTML browser you can use to both browse the documentation in addition to external websites such as the Sun ONE Studio Developer Web Resources site. If you have a browser such as Netscape or Internet Explorer installed, be sure to choose "External Browser" rather than "Swing HTML Browser". The Swing HTML Browser is intended only for browsing the documentation and does not work with with most web sites.

Update Center

You can dynamically update the IDE using the Update Center feature. When you connect to the Update Center, the IDE checks to see if there are new modules or new versions of already installed modules available. If new or updated modules are available, you can select which ones you would like. Then those modules are downloaded and installed in your IDE.

NOTE: Sun ONE Studio NBMs are available through the Sun ONE Studio Update Center folders.

The AutoUpdate Wizard enables you to install modules from the Update Center or to install modules (in the form of .nbm files) that have been previously downloaded to your system. For both methods, the modules are .nbm format.

If you choose to the Sun ONE Studio Update Center, you will need to enter your Update Center login and password. If you do not have an Update Center login and password, you need to obtain one by clicking on the Account Maintenance button on the wizard and by following the instructions provided.

If you do not register, you can leave the Login and Password fields blank and you can still connect to the Update Center and see generally available free modules. However, to obtain access to upgraded third party or Enterprise Editions, you must register.

The Update Center uses this login and password to track user entitlements to various products and modules. The IDE sends the login and password over HTTP when you connect to the Update Center. When you register with the Developer Resources web site to get the login and password, we do ask for some personal information, however you can chose to not be contacted by Sun. For more information on Sun's privacy policy,see the Developer Resources Site FAQs at http://forte.sun.com/feedback/sitefaq.html

If you need to set a proxy to get through a firewall, you can click Proxy Configuration on the first page of the wizard.

You also can update modules in the IDE without having to connect to an Update Center server.

To update the IDE offline:

  1. Manually download the NBM file of the module you want to update.
  2. Choose Tools > Update Center from the main window.
  3. In the first page of the wizard, select the Install Manually Downloaded Modules button.
  4. Proceed according to the instructions in the rest of the wizard.

By default, the IDE periodically asks you whether you want to connect to the Update Center to check for new updates. You can set the interval for this prompt or turn it off completely.

To set the frequency that you are prompted to check for updates:

  1. Choose Tools > Options from the main window.
  2. Select the Update Center node and set the Check Period property.

NetBeans Open Source Project

The Sun ONE Studio IDE is based upon the NetBeans Open Source Project, located at http://www.netbeans.org. NetBeans is a community-based project that fosters the use of the NetBeans IDE framework in new, creative ways. All developers are invited to join the effort to extend the NetBeans IDE and improve the framework upon which it is based in order to create an extremely powerful set of tools by and for the development community.

Third-Party Licenses and Attributions

A) The following software may be included in this product: JSP/Servlet; ANT, 1.4.1; Crimson v1.1; RegExp; SOAP RPC Runtime, v2.2; Xerces 1.4.3; JAXPv1.2 RE; Tomcat v4.0.1; Xalan v2.3.1; Xalan v2.2; Xerces2 Java Parser 2.0.0; Servlet API v2.2; Use of any of this software is governed by the terms of the license below:

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistribution of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistribution 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. All advertising materials mentioning features or use of this software must display the following acknowledgment: This product includes software developed by the Java Apache Project for use in the Apache JServ servlet engine project (http://java.apache.org/).

The names "Apache JServ", "Apache JServ Servlet Engine" and "Java Apache Project" must not be used to endorse or promote products derived from this software without prior written permission. Products derived from this software may not be called "Apache JServ" nor may "Apache" nor "Apache JServ" appear in their names without prior written permission of the Java Apache Project. Redistribution of any form whatsoever must retain the following acknowledgment: This product includes software developed by the Java Apache Project for use in the Apache JServ servlet engine project (http://java.apache.org/).

THIS SOFTWARE IS PROVIDED BY THE JAVA APACHE PROJECT "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 THE JAVA APACHE PROJECT 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.

Enhydra PUBLIC LICENSE Version 1.1 below:

1. Definitions. This license is a union of the following two parts that should be found as text files in the same place (directory), in the order of preeminence: [1] This file itself, named EPL.html, [2] The contents of the file opl.html, stating the general licensing policy of the software.

2. Precedence of the license parts. In case of conflicting dispositions in the parts of this license, the terms of the lower-numbered part will always be superseded by the terms of the higher numbered part.

3. Lutris Technologies, Inc. is License Author. For the purposes of this License the "License Author" defined in section 1.13 of OPL.html shall be Lutris Technologies, Inc., 1200 Pacific Ave., Santa Cruz, CA. 95060. (http://www.lutris.com) 4. Section 11 of the OPL.html:

11. MISCELLANEOUS. This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California, excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in, the United States of America: (a) unless otherwise agreed in writing, all disputes relating to this License (excepting any dispute relating to intellectual property rights) shall be subject to final and binding arbitration, with the losing party paying all costs of arbitration; (b) any arbitration relating to this Agreement shall be held in San Francisco County, California, under the auspices of JAMS/EndDispute; and (c) any litigation relating to this Agreement shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in San Francisco County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.

5. Exhibit A. "The contents of this file are subject to the Enhydra Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License on the Enhydra web site (http://www.enhydra.org). Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific terms governing rights and limitations under the License. The Initial Developer of the Enhydra Application Server is Lutris Technologies, Inc. The Enhydra Application Server and portions created by Lutris Technologies, Inc. are Copyright Lutris Technologies, Inc. All Rights Reserved. Contributor(s): ______________________________________. "

6. Exhibit B. Part of the software embedded in this product is Enhydra (Java[TM]/XML Application Server), a trademark of Lutris Technologies Inc. Portions created by Lutris are Copyright 1997-2000 Lutris Technologies (http://www.lutris.com). All Rights Reserved.

THE SOFTWARE IN THIS PRODUCT WAS IN PART PROVIDED BY LUTRIS AND ANY EXPRESS 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 THE AUTHOR 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.

7. Trademarks. You shall not remove or alter any Lutris or Enhydra trademark or trade name placed in the Original Code by Lutris. All copies of the Covered Code distributed by You shall include any such Lutris and Enhydra trademarks and trade names, as well as all required notices provided for in Sections 3.5 and 3.6. Except for the foregoing obligation, You are granted no rights to reproduce or display any Lutris or Enhydra trademarks or trade names.

8. Section 1.10 of OPL The following shall be added to section 1.10: "Original Code" shall include, but is not limited to, all the files in the Java packages in coveredCode.html.

Section 3.2 of OPL 1.0 As used in section 3.2 of the OPL "Contact Means" shall mean the email address info@lutris.com



D) The following software may be included in this product: Xemacs and libdwarf . Use of any of this software is governed by the terms of the license below:


GNU GENERAL PUBLIC LICENSE Version 2, June 1991


Copyright (C) 1989, 1991 Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA

Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.

Preamble. The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too.

When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.

To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.

For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.

We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.

Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations.

Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all.

The precise terms and conditions for copying, distribution and modification follow.

TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you".

Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does.

1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.

2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Programor any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)

These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.

3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)

The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.

If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.

4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.

5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it.

6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.

7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.

It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.

8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.

9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation.

10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.

NO WARRANTY

11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

END OF TERMS AND CONDITIONS

E) The following software may be included in this product: SAC v1.0, 1.1; Flute v1.1; DOM (Document Object Model); SAC v1.1. Use of any of this software is governed by the terms of the license below:

W3C® SOFTWARE NOTICE AND LICENSE

Copyright © 1994-2002 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/

This W3C work (including software, documents, or other related items) is being provided by the copyright holders under the following license. By obtaining, using and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions:

Permission to use, copy, modify, and distribute this software and its documentation, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the software and documentation or portions thereof, including modifications, that you make:

1.The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.

2.Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, a short notice of the following form (hypertext is preferred, text is permitted) should be used within the body of any redistributed or derivative code: "Copyright © [$date-of-software] World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/"

3.Notice of any changes or modifications to the W3C files, including the date changes were made. (We recommend you provide URIs to the location from which the code is derived.)

THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.

The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the software without specific, written prior permission. Title to copyright in this software and any associated documentation will at all times remain with copyright holders.

F) The following software may be included in this product: OpenORB. Use of any of this software is governed by the terms of the license below:

The OpenORB Enterprise Suite is available as an Open Source project in harmony with the BSD-like license [license.txt]:

Copyright (C) 1999-2001 Intalio, Inc. 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 ExoLab Group. For written permission, please contact info@exolab.org.

4. Products derived from this Software may not be called "ExoLab" nor may "ExoLab" appear in their names without prior written permission of ExoLab Group. Exolab is a registered trademark of ExoLab Group.

5. Due credit should be given to the ExoLab Group (http://www.exolab.org).

THIS SOFTWARE IS PROVIDED BY INTALIO, INC. 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, INC. 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.