• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Flexbuilder/Java project configuration

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for writing the book - it's a topic that REALLY needs to be covered as Java moves into the middle and backend layers of Flex applications. One item that is glaringly missing from the examples I've found on the web are working functional examples of FlexBuilder projects that combine BlazeDS, Flex and Tomcat (along with Spring, Hibernate etc..) that are easily and seamlessly deployed to Tomcat via FlexBuilder as traditional webapps. Does your book include examples of this type of project configuration? If it does I'll buy it today!

Thanks!
 
Author
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mike,

Thank you for posting.
I have given many examples of creating Flex Builder projects including integrating Flex + BlazeDS + Java (JSP/Servlet/POJO) etc. Spring is not covered in this book for the obvious reason that this book is intended to the beginners so I wanted to keep things simple.

However, there are plenty of examples, code downloads and resources available on Flex + BlazeDS + Spring, go through following links and I hope you will find what you need. I will definitely try to cover this topic in my next book on Advanced topic.

Flex + Java + Spring resources: http://www.adobe.com/devnet/flex/flex_java.html
Tutorial: http://www.adobe.com/devnet/flex/articles/fullstack_pt1.html
Flex and Spring Forum: http://forum.springsource.org/forumdisplay.php?f=61

Thanks,
 
reply
    Bookmark Topic Watch Topic
  • New Topic