J2ME Polish 1.0 32
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."
why Polish? (Score:5, Funny)
(clicks on link)
oh, wait a minute...
Re:why Polish? (Score:3, Informative)
(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 impl
Re:why Polish? (Score:1)
Re:why Polish? (Score:1)
Merde!
Re:why Polish? (Score:1)
As in TurtleWax (Score:2, Interesting)
I will definately look into this, a game engine? CSS layouts? *droooll* oh man this is awesome!
For practical people who preffer extraction and reporting languages, please let us mere mortals bask in this little triumph.
In 2 years Java on a mobile device will be so awesome! Hurrah for Java!
OK, back to superwaba hacking....
Re:As in TurtleWax (Score:1)
Re:As in TurtleWax (Score:1)
What is it like developing interfaces? Try superwaba if you like, great for interfaces.
Re:As in TurtleWax (Score:1)
Re:As in TurtleWax (Score:2, Informative)
The state of mobile development (Score:1, Informative)
You can download a linux only SDK for this right now, I haven;t tried it. Device support is 0 right now I think.
J2ME has two modes, a WAPesque card mode, where you decide what you want, but have no idea what it will look like, and a canvas mode (gaming) where you can draw things...
I rather distain the current J2ME, it placed a lot of focus on some really lame devices
Re:The state of mobile development (Score:4, Insightful)
the state of the things as it is now is that you don't usually have the liberty of choosing what tools to use since you're not in liberty to choose the target device.. so for anything that can be done in j2me midp, using j2me is best if you want somebody to be able to use the app.
Re:The state of mobile development (Score:1)
In this instance I do have the liberty of choosing the devices... but I agree, J2ME is great for many tools, but enterprise applications? The development costs are high... with J2ME Polish they are reduced.
Good work folks
Re:The state of mobile development (Score:2)
my bad was mixing the two up.
which (confusion) might very well be why sun seems to be 'hating' it.
ewesoft (Score:1)
Re:ewesoft (Score:3, Informative)
"The Most Portable VM Available"
Pfft. Every platform listed is supported by Squeak Smalltalk [squeak.org], 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.
Re:The state of mobile development (Score:3, Informative)
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 [j2mepolish.org].
Re:The state of mobile development (Score:1)
As I am doing PDA UI intensive work, superwaba is best.
I'll see when I want to write a neat game
Re:The state of mobile development (Score:1)
I'm working on it and it'll be cool. AWT
apps work without or with very little modification.
Btw Sharp Zaurus and PocketPC also have PP.
who came up with the name? (Score:1)
Java Polish - (prog lang) (lang)
Java Polish - (coffee) (lang)
Java Polish - (coffee flavored) (shining abrasive)
Java Polish - (prog lang) (variant spec to poland)
etc.
The ways of confusing the name is just ridiculus
Polish? (Score:1, Funny)
Re:Polish? (Score:2)
Bad license choice. (Score:2, Insightful)
And before anyone flames me, yeah, I realize the guy is free to license his code under whatever license he chooses and I can choose to not use it. In either case, it doesn't really matter to me since I don't program in Java. I'm just noting that he made a somewhat odd choice.
Re:Bad license choice. (Score:3, Informative)
Where was this 18 months ago? (Score:1)
Well done.
For more info about J2ME.... (Score:2, Interesting)
A lot of developers are confused about J2ME, I have some overviews on my site at www.ericgiguere.com/j2me [ericgiguere.com] that should clear things up somewhat, including my handy-dandy J2ME acronym list [ericgiguere.com].
Things are getting more exciting in the J2ME world, though I'd like to see more devices supporting the Personal Profile come on the market. It's interesting what people can do with today's devices and the quite-limited-in-comparison Mobile Information Device Profile.
Eric