Hello dear Stackoverflow - community,
my quastion is, which is the best way to integrate existent spring-MVC-Project with flex. I'am using Spring-2.5 lib with annotations.
e.g my list controller:
package xxx.xxx.controller;
@Controller
public class ListController ...
|
Where should we declare the destinations and how to link applicationContext.xml and remoting-config.xml file?
|
I have a little prior experience with Spring framework and Flex, but never used them together. I'm starting a new project and would like to use Spring and Flex. I noticed ... |
So, my problem is : All my project is (well ?) configured but I don't have lazy loading !
This a sample project I'm making to prepare the real project coming just ... |
I have a Flex / Spring / LCDS project, and I'm trying to use the Spring/Flex integration module.
It works fine for exposing simple destinations & messaging end-points, however I'm unsure how ... |
I've tried copying the weborb config files across to an existing Spring app, and for some reason my spring services aren't being exposed to WebOrb.
I don't see the spring services shown ... |
I want to use Spring BlazeDS Integration.
I write them like this.
[web.xml]
<servlet>
<servlet-name>flex</servlet-name>
<servlet-class>
org.springframework.web.servlet.DispatcherServlet
</servlet-class>
...
|
|
I keep getting a ClassCastException from dpHibernate when attempting to store HibernateBeans via the HibernateUpdater over a SpringDataAccessService. Getting data to the client via separate service and dao works fine so ... |
We are working on a project where we are using Spring 3 to create a web platform and using Flex 4 to create a specific client side application. Currently, we need ... |
I need to use AMFChannel in order to connect to RemoteObject in flex tried searching a lot but couldn;t get source to understand the two parameters being passed to the constructor ... |
I am working on project with Spring, Flex ,BlazeDS, Hibernate along with Weblogic 10.3 as app server.
Below are the entried made in configuration files.
WEB.xml
<context-param>
...
|
May 16th, 2011, 09:59 AM #1 fabioebner View Profile View Forum Posts Private Message Member Join Date Aug 2009 Posts 40 Flex 4.5 and BlazeDs Integration 1.5 Anyone know if BlazeDS ... |
The article suggest to install it and it's not free. For what it seems to bring I would rather go to something like DWR. Am I right? |
Hi I am using Flex as my presentation layer and have Spring in my middle layer. I understand that there has to be some sort of bridge which would translate flex ... |
Oct 20th, 2008, 06:19 AM #1 chinnarao.cheepuru View Profile View Forum Posts Private Message Junior Member Join Date Oct 2008 Posts 2 Spring integration with flex application Hi, The following error ... |
Spring MVC Flex integration I'm looking for some advice from anyone with experience integrating Flex into an existing j2ee project. We have a jboss/hibernate/spring-mvc project and so far we've been able ... |