开发者

frontend application in java

can开发者_如何学Python we develop java frontend application just like we do in WPF? that runs on windows platform?


Of course, just use Swing or SWT.


of course you can use java also for frontend applications, those applications will require the java VM and will probably run in some platforms not only windows, this in general then depends on the details of your specific application.

Said so, I am not aware of libraries available in the Java world which would let you compose rich and advanced user interface like you can do with WPF.


Of course, Java can be used to create front-end applications that run not only on Windows, but on any operating system that has Java installed on it.

To create front-end GUIs, you could use either AWT(very old, not recommended), Swing or SWT(the latest addition to the Java GUI library by IBM).


XUI is an XML-based frontend development toolset for Java.

If you're looking for a ClickOnce equivalent, Java Web Start would be appropriate.


There are several GUI toolkits out there (as already mentioned by others), but they only provide the basic building blocks. (WPF also falls in this category, AFAIK.)

I recommend to build GUI application on top of a modular Rich Client Platform (RCP) such as the NetBeans Platform (Swing-based) or Eclipse RCP (SWT-based).

Here some links for the NetBeans Platform:

http://platform.netbeans.org/

http://netbeans.org/features/platform/features.html

http://netbeans.org/features/platform/all-docs.html


There´s a technology for desktop frontends from ADOBE called Adobe AIR. It´s similar to WPF (it uses a variation of XML, in this case MXML), and has several rich components and effects!

Try it out at http://get.adobe.com/air/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜