简体   繁体   中英

Flash Builder With Java Integration

i am trying to build a desktop application that requires no run time, therefore Flash builder seems to be the only choice.

There is a Flash Builder and Java Integration as show here but it seems to be a server that is supporting it. Its more applicable to website?

Is it feasible to do it , if i am building a desktop application?

Flash Builder, if used to generate a desktop app, will require Adobe AIR to be installed, which is a small runtime. If you prefer, it can accessed as a website as well, which will require the flash player be installed.

Flex, the language used by Flash Builder, has to be able to connect to Java somehow. You can use SOAP objects, BlazeDS, JSON, HTTP or even PHP/JavaBridge combo (Zend Server Community Server and PHP 5.3 have one).

The point is, there has to be an accessible server somewhere with JAR files on it. How you get to it is totally up to you.

For more FlashBuilder & Flex info, I recommend http://adobe.com/devnet/flex

Java需要VM才能运行,因此没有VM可能无法实现。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM