Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Flex 3 with Java

You're reading from  Flex 3 with Java

Product type Book
Published in Jun 2009
Publisher Packt
ISBN-13 9781847195340
Pages 304 pages
Edition 1st Edition
Languages

Table of Contents (18) Chapters

Flex 3 with Java
Credits
About the Author
About the Reviewers
1. Preface
1. Installing and Configuring Adobe Flex 2. Introduction to Flex 3 Framework 3. Introduction to ActionScript 3.0 4. Using External API and LocalConnection 5. Working with XML 6. Overview of LiveCycle Data Services and BlazeDS 7. Flex Data Access Methods 8. Communicating with Server-side Java 9. Debugging Techniques 10. Styling your Application 11. Packaging and Deployment 12. Internationalization and Localization 13. Creating an E-commerce Application

Deploying your application


By default, Flex Builder sets compiler settings for your development needs, such as warning messages, strict data type checking, and so on. This means that when you compile and build your Flex application, it outputs a debug version of the SWF file that is stored in the bin-debug folder. This debug version of SWF file should not be used for the production mode for the simple reason that it contains debug information, and also the overall application size is more than the non-debug version, which may cause performance-related issues.

You can set compiler settings for your deployment needs, such as accessibility, Flash Player version detection, wrapper generation, and browser history management. To modify compiler settings, right-click on your project and choose the Properties menu option, and then select the Flex Compiler option from the Properties window as shown in following screenshot:

In the compiler settings, you can set many compiler-related options, such...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}