Search |
|||||
Announcing Apache Pivot 1.3Posted by gkbrown on September 22, 2009 at 12:51 PM PDT
The Pivot development team is happy to announce the release of Apache Pivot 1.3. 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. Pivot is currently undergoing incubation at the Apache Software Foundation. Notable updates in this release include:
Finally, unlike earlier versions, which required a minimum of Java 5, Pivot 1.3 will require Java 6 update 10 or greater, allowing us to fully take advantage of the improvements Sun has made to the JRE in the new Java Plugin. Complete release notes for Pivot 1.3 are available here. For more information, please visit the Pivot home page.
»
Comments
Comments are listed in date ascending order (oldest first)
Re: Eclipse Plugin for Pivot WTKX?
Submitted by gkbrown on Tue, 2009-10-13 07:16.
Hi,
We don't currently have such a plugin, but I personally find Eclipse's built-in support for XML editing to be sufficient for most tasks. We have tentative plans to investigate improving IDE support in version 2, though.
-Greg
Database Application
Submitted by reycat67 on Tue, 2009-10-13 06:58.
Greetings from Philippines!
Sir, I hope the Apache Pivot Team could come up with a demo database application which has online/offline capabilities.
That would be helpful to a lot of developers who are planning to use Pivot Framework for their projects.
Thanks for any reply.
Rey
Re: Database Application
Submitted by gkbrown on Tue, 2009-10-13 07:13.
I agree that such an application would make a good demo. Not sure when we might have time to get around to it, but just to offer some suggestions in the meantime - you could implement online access using a JSON-based REST API via Pivot's web query classes, and store JSON data in the local file system using JSONSerializer for offline access.
-Greg
Thanks for the reply
Submitted by reycat67 on Tue, 2009-10-13 07:31.
Thanks for the reply sir!
Would it be easier to implement Java DB as local storage in Pivot offline App?
Re: Thanks for the reply
Submitted by gkbrown on Tue, 2009-10-13 07:38.
Don't know - I've never used Java DB. :-) But I don't see any reason why you wouldn't be able to do so, if it made sense for your app.
MDI Dialog
Submitted by reycat67 on Wed, 2009-11-04 08:15.
Hello sir! How will you create a desktop like MDI (Multiple Document Interface) forms/dialogs in Pivot?
Thanks for any pointers.
Rey
MDI app
Submitted by gkbrown on Wed, 2009-11-04 11:06.
There are a number of ways you might approach building an MDI app in Pivot. Pivot supports a variety of components for navigating between "pages" including CardPane (similar to AWT card layout), TabPane, and Accordion. You can see examples of each of these in the "Navigation" section of the "Kitchen Sink" demo:
http://incubator.apache.org/pivot/1.3/demos/kitchen_sink.html Pivot also supports multiple top-level windows, similar to JInternalFrames in Swing. You can see some examples here: http://incubator.apache.org/pivot/1.4/tutorials/windows.html Note that this is a pre-release example - Pivot 1.4 has not yet been officially released. If you have any additional questions, please feel free to post them to the Pivot User list. Instructions for subscribing are located here: http://incubator.apache.org/pivot/lists.html -Greg |
|||||
|
|
Eclipse Plugin for Pivot WTKX?