You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/03/27 17:09:16 UTC

svn commit: r759190 - /incubator/pivot/trunk/README

Author: tvolkert
Date: Fri Mar 27 16:09:15 2009
New Revision: 759190

URL: http://svn.apache.org/viewvc?rev=759190&view=rev
Log:
Cross-ported from 1.1 branch

Modified:
    incubator/pivot/trunk/README

Modified: incubator/pivot/trunk/README
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/README?rev=759190&r1=759189&r2=759190&view=diff
==============================================================================
--- incubator/pivot/trunk/README (original)
+++ incubator/pivot/trunk/README Fri Mar 27 16:09:15 2009
@@ -1,24 +1,58 @@
-Apache Pivot is a platform for building rich internet applications in Java. It combines the enhanced productivity and usability features of a modern RIA toolkit with the robustness of the industry-standard Java platform.
 
-Like most modern development platforms, Pivot provides a comprehensive set of foundation classes that together comprise a "framework". These classes form the building blocks upon which more complex and sophisticated applications can be built. Pivot classes are grouped into the following categories and distributed in their associated libraries:
+Welcome to Pivot
+================
 
-* Core (pivot-core.jar) - A set of common, non-UI-specific classes.
+Apache Pivot is a platform for building rich internet applications in Java.
+It combines the enhanced productivity and usability features of a modern RIA
+toolkit with the robustness of the industry-standard Java platform.
 
-* WTK (pivot-wtk.jar, pivot-wtk.terra.jar) - Classes for user interface development, including windows, dialogs, buttons, lists, text input, layout, drag and drop, XML markup, etc. 
+Like most modern development platforms, Pivot provides a comprehensive set of
+foundation classes that together comprise a "framework". These classes form the
+building blocks upon which more complex and sophisticated applications can be
+built. Pivot classes are grouped into the following categories and distributed
+in their associated libraries:
 
-* Web (pivot-web.jar, pivot-web.server.jar) - Classes to facilitate communication with and implementation of remote data services.
 
-* Charting (pivot-charts.jar) - Classes for adding interactive charting capabilities to Pivot applications.
+Distribution JARs
+=================
 
-* Tools (pivot-tools.jar) - Development tools and utility applications.
+* Core (pivot-core.jar):
+  A set of common, non-UI-specific classes.
 
-To begin developing with Pivot, simply include the necessary libraries on your project classpath.
+* WTK (pivot-wtk.jar, pivot-wtk.terra.jar):
+  Classes for user interface development, including windows, dialogs, buttons,
+  lists, text input, layout, drag and drop, XML markup, etc. 
 
-Pivot requires Java 5 or greater. WTKX support in Java 5 requires StAX 1.2, available from http://stax.codehaus.org. Charting requires JFreeChart 1.0.9 and JCommon 1.0.12, available from http://www.jfree.org. Later releases may also work, but have not been tested.
+* Web (pivot-web.jar, pivot-web.server.jar):
+  Classes to facilitate communication with and implementation of remote data
+  services.
 
-For more information, visit:
+* Charting (pivot-charts.jar):
+  Classes for adding interactive charting capabilities to Pivot applications.
+
+* Tools (pivot-tools.jar):
+  Development tools and utility applications.
+
+To begin developing with Pivot, simply include the necessary libraries on your
+project classpath.
+
+
+Dependencies
+============
+
+Pivot requires Java 5 or greater.
+
+WTKX support in Java 5 requires StAX 1.2, available from
+http://stax.codehaus.org.
+
+Charting requires JFreeChart 1.0.9 and JCommon 1.0.12, available from
+http://www.jfree.org. Later releases may also work, but have not been tested.
+
+
+Documentation
+=============
 
 Pivot home page: http://incubator.apache.org/pivot
-Demos: http://cwiki.apache.org/PIVOT/demos.html
-Tutorials: http://cwiki.apache.org/PIVOT/tutorial.html
-Javadoc: http://incubator.apache.org/pivot/1.1/docs/api/index.html
+Demos:           http://cwiki.apache.org/PIVOT/demos.html
+Tutorials:       http://cwiki.apache.org/PIVOT/tutorial.html
+Javadoc:         http://incubator.apache.org/pivot/1.1/docs/api/index.html