Many people in the Java community have recently been asking how to use Flex with the Spring framework, and more specifically, how to remotely invoke Spring beans methods from Flex applications.
Spring is one of the most popular Java frameworks. It is based on a lightweight component container that implements the Inversion of Control (IoC) pattern. Using an IoC container, components don’t instantiate or even look up their dependencies (the objects they work with). The container is responsible for injecting those dependencies when it creates the components (hence the term “Dependency Injection” also used to describe this pattern). The result is looser coupling between components. The Spring IoC container has proven to be a solid foundation for building robust enterprise applications.
The Flex and Spring integration process is actually very straightforward. Based on the interest in combining these technologies, I wrote a document providing background information, configuration information, and three examples with source code.
You can read the “Using Flex with Spring” document here.
UPDATE (1/12/2007): I put together a Tomcat-based Test Drive Server that includes these samples running out-of-the box. Read this post for more info.
作者:gdgzboy@牛C网
地址:http://www.niuc.net/post/281/
版权所有。转载时必须以链接形式注明作者和原始出处及本声明!
Flex SQLite Admin的BUG
Presenting Flex at the Seattle Java Users Group on Tuesday (January 16th)
FLEX地图EarthPlayer
几经周折,终于把这个站开好了,定位为半技术半休闲站
smallworlds 酷炫社区
Flex-based SQLAdmin for Google Gears
Flex之鼠标样式(二)
FLEX 背景-大牛
SalesBuilder on AIR: Local Database, Data Sync, and Native Drag-and-Drop
Flex Php 上传程序
Video: Yakov Fain
Building Collaborative Applications with Flex





