J2ME Polish 1.0
Reader enough2000 writes "After nine months of intense programming, J2ME Polish 1.0 has now been released on j2mepolish.org. J2ME Polish is a GPL'd suite of tools, of which every one meets a definite need of J2ME developers. It includes an Ant based build tool, an integrated device database, an UI which can be designed using simple CSS-textfiles, a game-engine and a
logging framework. I'm the developer of this suite and would like to know your opinions and suggestions for future versions."
the name isn't the best
(hell, it fooled me at first) imho but it does work, it's about making j2me apps look better and about helping you when building for multiple different platforms(preprocessor kinda stuff, some phones have different capabilities and extensions).
there's game I coded using the gameapi in midp2 that now works somewhat in midp1 phones as well when build by using j2me polish(the game itself was done for an upcoming article and the j2me polish author fixed a lot of stuff in the gameapi implementation so now it's playable on midp1 phones with minor graphical glitches).
world was created 5 seconds before this post as it is.
Pfft. What liars! On their site they say:
:P
"The Most Portable VM Available"
Pfft. Every platform listed is supported by Squeak Smalltalk, with the exception of the JVM itself, though it makes up for it by supporting many other platforms, including Psion/EPOC32.
Sorry, not really relevant, but I hate it when developers make claims that aren't true.
Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
Hi Guys, thanks for the feedback. The GUI of J2ME Polish works on almost any J2ME capable device, so it usually does not need to be ported. The build tools of J2ME Polish (preprocessing, compiling, preverification, obfuscation, packaging, etc) are device independent anyhow. Best regards - Robert
Hi MisterFancypants, the GPL ensures the freedom of the project, and also this project is licensed commercially as well (like Trolltech's QT for example).
To the first J2ME "mode" you mention: "you decide what you want, but have not idea what it will look like":
This "mode" is actually what the J2ME Polish GUI is changing. You can use the normal Form, List, StringItem etc but you can design this stuff with CSS. Which I think is kinda cool. Also it has a "fallback" mode for devices which are not powerful enough to support the GUI - in that case it just uses the native GUI of the device. Voila!
You can find more info about this stuff at the introduction.