-
Mar 26th, 2012, 04:45 AM
#1
Flex Integration with Spring MVC
Hi Every One
i am very new to Flex Integration Spring MVC
i am developing Flex application with Spring MVC, before i was used JSP and Spring MVC
in applicationContext.xml i was configured jsp folder like below
<bean id="viewResolver" class="org.springframework.web.servlet.view.Intern alResourceViewResolver" >
<property name="prefix">
<value>/</value>
</property>
<property name="suffix">
<value>.jsp</value>
</property>
</bean>
and i will return the String in my Controller and suffix .jsp will append to String which i will return in controller
String + .jsp is my jsp page name and it will be loaded in browser.
now in flex i don't have multiple swf file all request will be for one .swf , i don't have the option to navigate like above
in Flex how can we do the navigation part through Spring MVC
Thanks
Santhoshkumar.G
-
Apr 4th, 2012, 11:37 AM
#2
There isn't a page concept in flex. Simply this is what you do,
1. Call a method in a remote destination through spring-flex/blazeds
2. Depending on the result of the method you create/display UI components and destroy/hide any unwanted components.
Amila Domingo
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules