Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Index - Wiki - Apache Pivot


Apache Pivot is an open-source platform for building rich internet applications in Java. installable Internet applications (IIAs).
It combines the enhanced productivity and usability features of a modern RIA user interface toolkit with the robustness of the industry-standard Java platform.

Image Removed

Pivot applications are written using a combination of Java and XML and can be run either as an applet or as a standalone (optionally offline) desktop application. While Pivot was designed to be familiar to web developers who have experience building AJAX applications using HTML, CSS, and JavaScript, it provides a much richer set of standard widgets than HTML, and allows developers to create sophisticated user experiences much more quickly and easily. Pivot will also seem familiar to Swing developers, as both Swing and Pivot are based on Java2D and employ a model-view-controller (MVC) architecture to separate component data from presentation. However, Pivot includes additional features that make building modern GUI applications much easier, including declarative UI, data binding, effects and transitions, and web services integration.

This is the Wiki for the Pivot project. It includes a list of frequently asked questions and information for platform developers.


News

News
Archived News

Developer Informations

Major Feature Changes Between 1.5.x and 2.0
Platform Developer Info
Continuous Integration

Feedback

References
User Comments

Other Pages

Other Demos


For more information, please visit the project home page. Frequently Asked Questions (FAQ)
Platform Developer Info

...

HTML
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-7977275-2");
pageTracker._trackPageview();
} catch(err) {}</script>

...