Chapter 1. Some Flex with your Java?
Listing 1.1. Main.mxml
Chapter 2. Beginning with Java
Listing 2.1. Packaging of type pom indicates a multimodule project
Listing 2.2. Create the flex-bugs-web module for the Java server side
Listing 2.3. The Issue model object
Listing 2.4. The comment model object
Listing 2.5. The CommentDao.java
Listing 2.6. The CommentDaoImpl.java
Listing 2.7. The IssueManager.java
Listing 2.8. The CommentManager.java
Listing 2.9. The IssueManagerImpl.java
Listing 2.10. The CommentManagerImpl.java
Listing 2.11. The applicationContext.xml
Listing 2.12. The IssueAction.java
Listing 2.13. The menu.jsp
Listing 2.14. The menu-config.xml
Listing 2.15. The issueList.jsp
Listing 2.16. The issueForm.jsp
Listing 2.17. The commentForm.jsp
Listing 2.18. The ApplicationResources.properties
Listing 2.19. The struts.xml
Listing 2.20. The hibernate.cfg.xml
Chapter 3. Getting rich with Flex
Listing 3.1. Parent pom.xml
Listing 3.2. The pom.xml for the Flex application
Listing 3.3. Configuring the maven-dependency-plugin
Listing 3.4. HTML wrapper values
Listing 3.5. Hello World! in Flex
Listing 3.6. Console output from the maven-jetty-plugin
Listing 3.7. Defining the ViewStacks
Listing 3.8. Header.mxml
Listing 3.9. Adding the header to Main.mxml
Listing 3.10. Footer.mxml
Listing 3.11. Main.mxml updated with footer
Listing 3.12. MasterView.mxml
Listing 3.13. DetailView.mxml
Listing 3.14. CommentsView.mxml
Listing 3.15. Laying out the application
Listing 3.16. EditCommentForm.mxml