I need to build an application that works with Java and Flex. I worked with both, but separately, never combined. Can somebody gives me some useful links that help me to get familiar with both?
Thank advance!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Hi man you should try remoting services to invoke your java classes directly from you flex app
its a simple way to integrate them together.
There are many tools to integrate them such as Blaze DS(open source) or Granite DS(also opensource i think i didnt try it)
I think remote classes is the simplest way to use the power of java and flex
Check out this Links:
http://www.jamesward.com/2010/01/11/flash-builder-4-data-wizards-with-java-spring/
http://coenraets.org/blog/2010/03/video-using-the-flash-builder-4-data-wizards-with-blazeds-4/
http://blogs.infosupport.com/blogs/alexb/archive/2010/05/25/flash-builder-4-the-easiest-way-to-create-a-combined-flex-java-project.aspx
Greetings…