我需要构建一个使用Java和Flex的应用程序。我两个都用过,但都是分开的,从来没有合并过。有人能给我一些有用的链接,帮助我熟悉这两种语言吗?
感谢advance!
发布于 2010-10-25 03:53:30
嗨,伙计,你应该尝试远程处理服务来直接从你的flex app调用你的java类,这是一种将它们集成在一起的简单方法。有许多工具可以集成它们,比如Blaze DS(开源)或Granite DS(也是开源的,我想我没有尝试过)
我认为远程类是使用java和flex功能的最简单方法。
查看以下链接:
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
问候你。
发布于 2010-10-22 17:46:06
以下链接将对您有所帮助:
http://sujitreddyg.wordpress.com/2010/06/09/tutorial-on-integrating-flex-with-struts-based-application-using-remoting/
http://sujitreddyg.wordpress.com/2009/10/12/building-flex-and-java-based-crud-application-using-flash-builder-4/
https://stackoverflow.com/questions/3995634
复制相似问题