tags:

views:

26

answers:

2

Hi!

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!

+1  A: 

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...

Alejandro
Very good answer. Thank you very much!
artaxerxe