Rahul
Rahul

Reputation: 133

Application Development Using Flex with SpringMVC

I want to build a demo app using SpringMVC as a backend and Flex as a fronend. Can anyone please help me in this work. My Questions: 1) Which tool I should use, where I can write code for both SpringMVC and Flex? 2) How to integrate this two different components? 3) I just want to build a Registration/Login demo. Please help me?

Note: I want to use free tools, plugins etc only

Upvotes: 0

Views: 243

Answers (2)

Tianzhen Lin
Tianzhen Lin

Reputation: 2614

You may use Powerflasher's FDT, it is Eclipse based, last time I checked it has a free edition. Like TrueDub says, BlazeDS is worth looking at, and there is also Spring BlazeDS integration you can take advantage too.

Upvotes: 0

TrueDub
TrueDub

Reputation: 5070

You can use Eclipse for both - just download the Flashbuilder plugin to allow you to develop Flex. Have a look at something like BlazeDS, which will allow you to call the spring MVC classes from Flex.

Upvotes: 1

Related Questions