Expand my Community achievements bar.

Distribute Application Development

Avatar

Level 1

Hi.

What is the best way to develop a distribute application using flex and java ?

Regards

Amila

2 Replies

Avatar

Level 3

If it's a flex app for the web, an url it's all you need

Avatar

Former Community Member

It depends on what you want to distribute.

If your application is an AIR application, it can be downloaded and installed, installed from the web without downloading, or provided via CD or DVD and installed.

If your application is a Flex application, it is usually hosted on a web server, and wrapped in an HTML file, so the user just accesses the URL of the HTML wrapper file to access your application, then they can login if you have built in such functionality or just use your app if no login is required.

You could even build a Flex app to deliver other programs, like C++, Java, or other applications. In that case your app would simply be the delivery method, and once again it would be accessed via the HTML wrapper file.

If this post answers your question or helps, please mark it as such.