Currently, Frame2 does not work on Macs. This, of course, is due to the fact that there is no (easily) available Java 6 implementation for MacOS. I’ve been trying to decide if this is an issue or not. Reasons why it might be an issue: I use a Mac for most of development, and I [...]
read on »All posts tagged as “oss”
Frame2 Gets a Point Release
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 [...]
read on »Overly Ambitious Eclipse Decorators
I don’t think It’s just me, but maybe I am the only person who gets easily frustrated working on Eclipse plugins. I almost feel like I’ve missed a secret meeting sometimes that ties together all of the loose ends of plugin development. One particular problem I ran into lately was with adding a project decorator. [...]
read on »Using Pipes to Squash a Bug
There’s been a bug in the Frame2 Eclipse plugin from day 1 that I believe I have finally squashed. The reading and writing of the frame2-config file happened outside of the Eclipse API, and when the file was updated using a wizard the resource got out of sync with the workspace. It hasn’t really been [...]
read on »Build Web Services with the Plugin
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 [...]
read on »The Plugin, It Is Done (For Now)
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
read on »Eclipse Plugin Nearly Ready
As the title says, the Eclipse plugin for Frame2 is almost done. Of course, “done” is a relative term. In this case, it means that the plugin has been updated to work with the latest version of the framework, including the updated DTD. Unfortunately, it also means that it still has the same limitations that [...]
read on »Version 1.3 is Released
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.
read on »Documentation is Always the Hardest Part
I’ve pretty much wrapped up the coding for the next version of Frame2, and decided to give the documentation a once-over. All in all, it’s not too bad, but it’s not great either. There’s some real improvements that can be made, but I don’t see it happening any time soon. Don’t get me wrong – [...]
read on »Adding Features Uncovers Old Bugs
This seems to happen to me no matter what project I’m on. I try to implement a simple (or not so simple) feature and end up exposing at least one bug that’s been hiding around for quite some time. As an illustration, I was adding a feature to Frame2 today to allow some parameters to [...]
read on »