Java and Flex Integration Bible and over one million other books are available for Amazon Kindle. Learn more

Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Buy Used
Used - Good See details
$4.32 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Kindle Edition
 
   
More Buying Choices
Have one to sell? Sell yours here
Java and Flex Integration Bible
 
 
Start reading Java and Flex Integration Bible on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Java and Flex Integration Bible [Paperback]

Matthew Keefe (Author), Charles A. Christiansen (Author)
2.6 out of 5 stars  See all reviews (5 customer reviews)

Price: $44.99 & this item ships for FREE with Super Saver Shipping. Details
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 3 left in stock--order soon (more on the way).
Want it delivered Tuesday, January 31? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $26.99  
Paperback $44.99  

Book Description

0470400749 978-0470400746 March 3, 2009 1
Providing you with invaluable information for delivering rich, cross-platform Internet applications within the enterprise and across the web, this book shows you how to fully integrate Java and Flex. Pages of examples, step-by-step instructions, and from-the-field techniques guide you through the creation of your first Java/Flex applications.

Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Java and Flex Integration Bible + Beginning Java and Flex: Migrating Java, Spring, Hibernate and Maven Developers to Adobe Flex (Expert's Voice in Web Development) + Enterprise Development with Flex: Best Practices for RIA Developers (Adobe Dev Lib)
Price For All Three: $113.38

Show availability and shipping details

Buy the selected items together


Editorial Reviews

From the Back Cover

Marry Java and Flex to live happily ever after in Web development bliss

Whether you're a designer who wants to master programming or a creative developer seeking to broaden your skills beyond coding, now you have two powerful tools and a valuable guide to get you there. Thanks to the step-by-step instructions and practical examples in this in-depth book, you'll quickly get up to speed on relational databases, learn the ins and outs of Java and Flex, and discover the art and science of mashups by mixing code and graphics to create custom interfaces.

  • Set up the Java development environment and configure Flex

  • Send data from Flex and start writing Java Web applications

  • Create a storefront server application with Java

  • Develop a storefront client application with Flex

  • Connect Java and Flex to create a real-time messaging system

  • Configure Cascading Style Sheets for custom interfaces

  • Master advanced concepts, including enterprise-level development

About the Author

Matthew Keefe is a new-media designer and developer with a strong background in application development for the Web and offline. Matt is the author of the Flash and PHP Bible.

Charles A. Christiansen Jr. is a senior software engineer who currently uses Java and Flex 3. Charles has written applications that run the gamut — from heavy client Java applications that use RMI over dialup to fast, lightweight Web applications that use Spring and Hibernate.


Product Details

  • Paperback: 552 pages
  • Publisher: Wiley; 1 edition (March 3, 2009)
  • Language: English
  • ISBN-10: 0470400749
  • ISBN-13: 978-0470400746
  • Product Dimensions: 7.4 x 1.1 x 9.2 inches
  • Shipping Weight: 1.8 pounds (View shipping rates and policies)
  • Average Customer Review: 2.6 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon Best Sellers Rank: #1,320,071 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

5 Reviews
5 star:
 (1)
4 star:    (0)
3 star:
 (1)
2 star:
 (2)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
2.6 out of 5 stars (5 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

4 of 4 people found the following review helpful:
2.0 out of 5 stars Beginning Java and Flex Integration, August 11, 2009
By 
This review is from: Java and Flex Integration Bible (Paperback)
"a bible is meant to target a large audience" claims the author, indeed... but this book targets only the beginners! In my humble oppinion a bible should try to cover all the topics on a subject not only the basic ones. there are a lot of integration topics missing in this so called "bible" like: integrating Flex with a Java Seam based backend, Flex client authentication to a Java backend server, Flex MVC with Cairngorm + Java, how to secure your Flex application (btw any webstore is a secure application).
Short resumé: this book is structured into 3 parts, first part starts provides a lot of "how to" + screen shots on: Java, Eclipse, Ant installation -not so sure if those topics belong to a bible related on Flex-Java Integration, and it ends with an application about Flex.
Second part starts ok, first 3 chapter provide the basics about how to connect flex to java, how to develop a java web application with flex front-end, how to write JUnit and Flex Unit tests which so far is OK, but chapter 8 introduces databases and provides AGAIN a lot of screen shots of how to install MySQL (?!) there is also a screen with the MySQL download website!! - I agree a DB is almost a must for todays applications but wasn't this chapter supposed to belong to the first part where there also the other install procedures, next chapter introduces hibernate but never mentions about the hbm2ddl.auto property which if is set to create or update then hibernate can auto create the DB tables instead of manually creating tables.
Third part promises to teach reader how to build advanced flex-java applications, but it simply fails! The authors continue their "writing with screen shots" style (I think their goal was to provide at least one screen shot per page for e.g. chapter 8 has 28 pages but 32 pictures/ screen shots, even if they repeat the screen shots) despite of what this part claims. For e.g. they provide again screen shots of how to connect to your MySQL server (ch .12 page 310) even if the same screen shots was provided in (ch 8. page 219), figure 8.16 page 220 is the same with figure 12.2 on page 311. I mean if the reader learns from ch. 8 how to login to his MySQL DB, how to define a new schema, how to create tables with MySQL GUI tools why do you repeat the same things in ch. 12?! why don't you modify your hibernate.cfg.xml file and add a line like this:
< property name = " hbm2ddl.auto " > " update < / property >
and say that now hibernate will take care of creating the tables? wasn't this part supposed to be an advanced part?
the good part is that the book provides also ant scripts of how to build the example code besides the eclipse build

Conclusion: The real title should be: "Beggining Java and Flex Integration" or "Java and Flex Integration for non-programmers". If you are an absolute beginner - who never installed ant, eclipse, mysql - then you can buy this book, if you have just a little experience on the above mentioned technologies than my advice is to search another book or google is your best friend (for e.g. you can find better tutorials on Flex + BlazeDS + Spring + hibernate)
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 12 people found the following review helpful:
5.0 out of 5 stars Excellent Book with Qualifications, April 12, 2009
By 
Michael J. Bullock (Neptune Beach, FL USA) - See all my reviews
(REAL NAME)   
This review is from: Java and Flex Integration Bible (Paperback)
This is a great book. I've been designing and developing enterprise level software systems for about 10 years. I have a lot of experience with java web services and just wrapped up a large CRM implementation using PHP server side and the EXTJS javascript library on the client side. I've not done any work with Flex and I picked up a copy of this book to get some insights into how it works. Over the years, I've read a lot of books about software languages and software design. The Java and Flex Integration bible is better than most books.

This book will teach you the following things:

-How to use java and flex to develop MVC patterned web applications. If you are designing web-based applications you owe it to yourself to understand the MVC (model view controller) paradigm. I'm not evangelical when it comes to patterns, but MVC is proven and you should know how to do it.

-How to incorporate an ORM (object relational mapping) layer into your designs. The book uses the java hibernate library to accomplish this. I'm not a huge fan of hibernate, but the concept of abstracting your data layer is important.

-How to us object interfaces and abstract classes to create extensible and durable code libraries.

-How to use modern development environments like eclipse.

-How to use build and test tools like Ant and JUnit.

-How to leverage pre-package libraries like hibernate, spring framework, JMS, etc.

Now for some qualifications. This is not a typical "bible" sort of book. If you are an advanced developer looking for top to bottom coverage of flex, you are going to be disappointed. If you've done a lot of pattern based development, or already have lots of experience with frameworks and the various tools covered in the book, you will find the detailed play-by-play coverage a bit tiresome. It is also true that some of the content in this book (specifically the step-by-step instructions on how to perform various operations with different tools) will become dated pretty rapidly as the tools continue to evolve and change.

You will not find any advanced ninja like tricks in this book, but after 10 years writing software, I'm not particularly impressed with that sort of stuff anyway. I _am_ impressed by clean design based on established patterns and best practices. I respect developers who understand that the real goal is to create simple, durable, and extensible solutions for complex problems. The authors of this book are the latter sort of developers and they do a good job of imparting some important and timeless lessons to their readers.

Based on these qualifications, this book may not be right for everyone. If you are a novice or mid-level developer, there is a lot you will learn between the covers of Java and Flex Integration Bible. If you are an experienced developer you will see some familiar and time tested concepts interpreted in a context you may not be familiar with.

In sum, this is a good book. I enjoyed it and learned some things I didn't know. I hope others enjoy the book as much as I did.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 5 people found the following review helpful:
2.0 out of 5 stars Luke warm, April 15, 2009
This review is from: Java and Flex Integration Bible (Paperback)
I am luke warm about this book. It seems to have missed its audience in placing itself midway between the beginner and advanced levels.

It's great for a beginner in that it's very detailed in installing the necessary software and getting going but at the same time it can be confusing as it has a significant amount of code errors and omissions that make compiling the applications at times difficult (down to misspellings of "nww" instead of "new" or pieces of code left out of a function inside a script block - i.e. page 270 ProductEditor.mxml). So if you don't know how to correct them you're stuck.

I am quite well versed in Flex but very little in Java so I was thrilled at the option of learning all the details of the inner workings of Flex and Java integration (especially with BlazeDS). Unfortunately there is a lot left to be inferred by the authors just where you thought that everything is properly configured and it would compile properly. I still have to go through the advanced examples but this book is no "Adobe Flex 3: Training from the Source" book. I wished they had done one complex project from beginning to the end, explained in detail instead of small simpler training parts before getting to the complex application. I started very thrilled and ended up frustrated. Too bad because there is definitely a huge need for clarity in this fairly new field (Flex with Java).
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews



Only search this product's reviews



Inside This Book (learn more)
First Sentence:
Before you start working with Java, you need to set up a Java development environment. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
spring elements, index columns, foreign key name, ant spring, security extension, sample story, ref table, ant home, unexpected exception, tory dialog box, interfaces text field, abstract methods check boxes, directory text field, cfg folder, interfaces list box, public function set data, stock ticker application, item renderer, mxml file, private function init, shopping cart code, username text field, unit testing libraries, mxml application, storefront application
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Project Explorer, Flex Builder, The New File, Storefront Server Application, Building Advanced Applications, Spring Framework, Table Editor, The Import, The New Java Class, Column Name, The Select, Java Web, Click the Browse, System Library, Java Project, Apache Ant, Finish Cancel, Spring Web, The Implemented Interfaces Selection, Flex Navigator, Query Browser, Flash Player, Table Name, Click the Add, The Create
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(4)
(4)
(3)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject