You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2009/03/26 20:06:10 UTC

svn commit: r758800 - in /incubator/pivot/trunk: README RELEASE-NOTES

Author: gbrown
Date: Thu Mar 26 19:06:08 2009
New Revision: 758800

URL: http://svn.apache.org/viewvc?rev=758800&view=rev
Log:
Update README and RELEASE-NOTES.

Modified:
    incubator/pivot/trunk/README
    incubator/pivot/trunk/RELEASE-NOTES

Modified: incubator/pivot/trunk/README
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/README?rev=758800&r1=758799&r2=758800&view=diff
==============================================================================
--- incubator/pivot/trunk/README (original)
+++ incubator/pivot/trunk/README Thu Mar 26 19:06:08 2009
@@ -0,0 +1,17 @@
+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:
+
+* Core (pivot-core.jar) - A set of common, non-UI classes.
+
+* 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. 
+
+* Web (pivot-web.jar, pivot-web.server.jar) - Classes to facilitate communicate with and implementation of remote data services.
+
+* 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.
+
+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.

Modified: incubator/pivot/trunk/RELEASE-NOTES
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/RELEASE-NOTES?rev=758800&r1=758799&r2=758800&view=diff
==============================================================================
--- incubator/pivot/trunk/RELEASE-NOTES (original)
+++ incubator/pivot/trunk/RELEASE-NOTES Thu Mar 26 19:06:08 2009
@@ -14,3 +14,5 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 ================================================================================
+
+There are no release notes specific to this release.