狂暈……昨天夜里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(雖然我不知道這是什么玩藝)的支持?。。。?BR> 英文好的朋友可以看看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).