October 25th, 2007 — eclipse, frame2, general, release, sourceforge
Frame2 1.3.1 is now available. The full source package is not updated yet, but it should be in the next day or so. This is a pretty minor release - only two changes, but I think they’re important changes.
Enums are now supported in Events. This relies on the Enum.valueOf() behavior, so the values passed in to the event must be legal values that enum values can be built from. This means that things like case are important.
- Input views can now be events. I don’t know why this feature was missing. Frame2 already supported using an event for a cancel view (although the unit test didn’t actually test for that). What does it mean to be able to specify events in addition to forwards for input and cancel views? There may be cases where some data needs to be loaded or verified prior to displaying a JSP page. Sometimes this information can be lost when simply redirecting back to a JSP page. By specifying an event, the developer can be sure that the required data has been loaded before the JSP has been displayed.
The Eclipse plugins and sample web applications have been updated with the latest Frame2 jars. Follow the download links in the sidebar, or go to http://sourceforge.net/projects/frame2 if you don’t see the sidebar.
September 17th, 2007 — eclipse, frame2, general, release, sourceforge
The Eclipse plugin has just been updated, and a new plugin has been added to the mix. The new plugin allows users to create Frame2 projects with web services support by adding all of the required libraries and initial configuration. Also in the new plugin are two wizards: one for creating new Responders and one for creating Schema mappings. The Getting Started guide has also been expanded to explain how to add web services support to the example application.
Again, the Update Manager site is the preferred method for downloading the plugins, since it will gracefully handle version and dependency conflicts.
Update Site for Eclipse:
http://frame2.megatome.com/eclipse
Sourceforge Downloads:
Main Eclipse Plugin
Web Services Eclipse Plugin (requires at least version 1.3.3 of the regular plugin)
September 11th, 2007 — eclipse, frame2, general, release, sourceforge
The Eclipse plugin for Frame2 is done, and has been released. Grab the file over at Sourceforge, or point your Eclipse Update Manager to http://frame2.megatome.com/eclipse. Using the Update Manager is the preferred method for installing the plugin.
Sourceforge Download:
Eclipse Plugin
Update Site for Eclipse:
http://frame2.megatome.com/eclipse
September 7th, 2007 — frame2, general, release, sourceforge
Version 1.3 of Frame2 is officially available. The framework can be downloaded here, and the sample applications are available here.
Work on the Eclipse plugin continues, with a (hopeful) release date in the next week or two.