vote up 0 vote down star

I recently stumbled upon flex/openlaszlo (OL). Both seem very useful and I have a few questions about them:

  1. What is needed to deploy flex apps? From what I understand, the flex sdk is open source, but the other tools (for development and deployment) are proprietary.

  2. What is needed to deploy openlaszlo? Is it completely open source (from development to deployment), or does it have development/deployment "gotchas" like flex?

  3. Specifically, I'd like to use flex or openlaszlo to either augment or replace an editable table I created using js, ajax, html, and css. Is this the type of thing flex/OL can/should be used for? Are there any drawbacks or pitfalls to using flex/OL for this rather than straight js, ajax, html, css?

Thanks.

Edit: Are there any licensing (use) restrictions on applications built on flex? i.e. applications built on flex can be for only non-commercial use, unless a commercial license is purchased?

flag

25% accept rate

4 Answers

vote up 0 vote down
  1. You do not need anything special to deploy Flex apps. Just put the compile app (a SWF file) on any web server. Flex apps can talk to any back-end.
link|flag
Thanks for the clarification. Do you know of any licensing restrictions? i.e. applications built on flex can be for only non-commercial use unless a a commercial license is purchased? – Dan Oct 9 at 19:00
There is a EULA for using the Flex SDK but you can certainly do whatever you want with the output from the SDK (the compiled SWF). The output is yours for however you want to use it. – James Ward Oct 9 at 20:01
vote up 0 vote down

Flex SDK is free, but Flex Builder is not. You can use the free and open source FlashDevelop to write flex apps - it doesn't have drag-n-drop features like flex builder, but it offers code hinting and stuff. I don't know about openlaszlo.

link|flag
vote up 0 vote down

I'll answer your last qustion: the biggest drawback to using Flex is that it requires the client to have the Flash Player plugin installed in their browser. Not that a big a deal for most people since Flash Player penetration is over 98% of all computers. With the straight js,ajax, html, css approach it should work on all browsers, assuming you wrote it correctly.

link|flag
1  
And assuming JavaScript is turned on. Some stats indicate that about 2% of users have JavaScript turned off. – James Ward Oct 9 at 20:02
Good point, James. So any way you slice it, you can at most target ~98% of all users. – Pedro Estrada Oct 10 at 3:55
vote up 0 vote down

The following link has some discussion about openlaszlo and flex, it may help you: Use the best open source client-side framework for cloud computing

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.