Has anybody use javafx on CDC J9?
Posted
by 4NDR01D3
on Stack Overflow
See other posts from Stack Overflow
or by 4NDR01D3
Published on 2010-03-27T19:25:23Z
Indexed on
2010/03/27
19:33 UTC
Read the original article
Hit count: 433
Is that possible?? I mean, I have an already working project that runs in windows mobile using the J9 virtual machine for CDC. My user interface there is using AWT and it works fine and it looks OK, but been honest it doesn't take real advantage of the devices were is running... So I start reading about JavaFX and that looks really cool, but all that I see about mobiles there is applied to CLDC, MIDP, etc. but my application is already running on CDC J9 and I can't change this cause I'm using a Derby database on it.
So, my plan is to code the GUI again, but keeping the logic of the application. So do you guys think javafx is the way to go? or, am I wasting my time learning javafx for this project.
Thanks in advance,
Gustavo.
© Stack Overflow or respective owner