For me it works the following way: 1. Create a Dynamic Web Project 2. Extract the BlazeDS war to my project in the corresponding folder usually YourProject/WebContent 3. Right click on the project > Flex Project Nature > Add Flex Project Nature 4. Application Server Type > Other 5. Done
If you don't have any experience with Java web development you should read first about it and start with remote objects without Spring so you understand what you are doing. --- In [email protected], "Sebastien ARBOGAST" <[EMAIL PROTECTED]> wrote: > > I've just read both tutorials from Christophe Coenraets: > > http://www.adobe.com/devnet/livecycle/articles/blazeds_gettingstarted.html > > http://www.adobe.com/devnet/livecycle/articles/blazeds_spring.html > > > And the big issue is that none of those tutorials explain how to start up a > real Flex/BlazeDS/Spring project in Eclipse from scratch. They both start > with turnkey server, they give some bits and pieces about BlazeDS > configuration but the real problem is how do you start from nothing, how do > you organize your project(s)? Where does java and flex sources go? Is there > a simple hello world sample somewhere that I can just build as a standalone > webapp and deploy to tomcat? > > > I've tried to figure it out by myself, but I'm not very good with Eclipse so > I failed miserably so far. > > -- > Sébastien Arbogast > > http://sebastien-arbogast.com >

