views:

1216

answers:

1

I'm trying to get my hands a small Spring + BlazeDS integration "Hello World"-ish type of sample/tutorial to see the basic, minimum configuration required for using the Spring & BlazeDS integration available from http://www.springsource.org/spring-flex

The download I got came with all these test drive samples, but I can't make freakin' heads or tails about whats going on here. All I want, is a simple Hello World app to get a bare bones project up in Eclipse so I can see what is supposed to go where...

I just need one Bean, with one Service like HelloWorld.sayHi(String name);

Can anyone offer any valuable links/advice on this topic?

A: 

Check out the Flex and Spring Refcard that I co-authored:

http://www.jamesward.com/blog/2009/04/06/download-the-flex-and-spring-integration-refcard/

Let me know if that helps.

James Ward
Hi, thanks James, looks exactly like what I need. Thanks for putting in the effort to make the refcard!
Joe Zephyr
For a follow question on this question, I've posted at this link: http://stackoverflow.com/questions/1003823/servlet-spring-servlet-is-not-available-springblazeds-integration
Joe Zephyr