狂晕……昨天夜里23:48,superwaba 4.1 正式发布,现在官方的网页上竟然说……竟然说下个版本会有: Native ARM VM for Palm OS 5, expecting 4-8 times faster…… 5-15 times faster VM for Windows CE using the SDL (and, in XScale processors, boosted by Intel's optimized compiler) ……最恐怖的是……下个版本将增加对linux PDA, Symbian V.7和Brew(虽然我不知道这是什么玩艺)的支持!!!!
英文好的朋友可以看看superwaba老大guich刚给我发的SW简介:
SuperWaba is a Java-like VM for PDAs. Can run in PalmOS, in Windows CE/PocketPC devices and in Windows 98 and beyond, and is fully emulated under JDK and browser. Have support for Exceptions, Threads, lots of user interface controls, double and long 64 bit types, supports Grayscale in all PalmOS devices starting 2.0, supports Color, has a beautiful set of 3d controls, supports JNI and Java libraries, its fast and small, lets you use all device's memory if needed, supports Symbol scanners, bluetooth, sockets and serial/IR. Also supports html and full UNICODE range (chinese, japanese, korean, etc).
You can make programs using your favorite Java IDE, debug everything in desktop and when finished just deploy it in the device. There are several libraries added by users that enhance the basic set of classes. The programs are totaly portable between the platforms, and even the database is also portable! SuperWaba has more than 10000 members from 150 countries worldwide. Welcome to the world of easy cross-platform!
SuperWaba 4.1 (December 15, 2003)
.Full Unicode Support! (Japanese, Chinese, Korean, etc) .New xml package .New Html Container .New HtmlBrowser .Support for Gif/Jpeg/Png library .Support for Treo 600, Intermec Norand 600, Zire 21, Mono WinCE devices .Improved Image loading speed .Now you can add a txt file using Warp and read it directly (Vm.getFile) .Lots of bug fixes
好,现在就先享受一下一行代码也没有打的成果吧!点工具栏最右边的绿色旗子图标(Save All, Compile and Start)或者按F10(怎么听起来有点像老美的轰炸机??),只要你最开始的路径全都设对了,现在就会看到一个可爱的Java applet,上面只有一个menu bar Faint……
waba.fx Classes related to Graphics, fonts, geometric classes (Rect, Coord), Image, sound. waba.io Input output basic classes, to access PDB files (represented by a Catalog), sockets, serial port, and some utility classes to make easier dealing with IO. waba.sys Classes that contains functions to deal with the underlying Operating System characteristics and configurations, and convertion classes. waba.ui The most important package, with all user interface controls you need to create good and fast programs. waba.utilUtility classes, to deal with date, random number generation, and data strUCtures (Vectors and Hashtables).