Download NetBeans!

20080606 Friday June 06, 2008

TagsMe GUI: A NetBeans Platform Application in Action

The TagsMe GUI Editor is a NetBeans Platform application that Ibon Urrutia and others developed to provide a graphical editor for their JavaME framework, TagsMe. TagsMe is an application development platform for portable devices (principally PDAs and mobile telephones), based in XML, with a simple and intuitive syntax. One of the main advantages is that it isn't necessary to develop a different application for each existing manufacturer's model, allowing applications to be developed rapidly, easily, and consistently for any device that uses Java MIDP 2.0, using a syntax similar to HTML, and without having to know how to program.

With TagsMe, you define your screens in XML files that are parsed at runtime. You can also download those files, while the application is running, from a web server, allowing the creation of online applications. TagsMe provides an extensive component library (Buttons, bitmap fonts, animations, sprites, maps), a plugin architecture, and a script language that is very similar to Java.

Here's two pics of some of the tooling that the TagsMe GUI Editor provides (and here are more):

Also, check out the cool NetBeans.tv movie about this application:

I wonder if the movie screen's resolution can somehow be increased because it would be cool to see the actual tags in the XML editor.

PS: Fabrizio mentions this app in his blog too, here.

Jun 06 2008, 04:59:54 AM PDT Permalink