I have used LCDS(remote objects) in a flex project to call methods in from the server side written in java, using spring framework. The service classes which the remote objects calls from the flex side has been fetched by "WebApplicationContextUtils" using FlexContext class w.r.t servletContext. Is it the right way?? Is there any other alternative??