controller « Integration « Spring Q&A;

Home
Spring Q&A;
1.Annotation
2.AOP
3.Batch
4.Bean
5.Binding
6.Context
7.Core
8.Database
9.Development
10.EJB
11.Exception
12.File
13.GWT
14.Integration
15.Internationalization
16.Java EE
17.Job
18.JPA
19.JSF
20.Message
21.MVC
22.MVC Controller
23.Object
24.Remote
25.Roo
26.Security
27.Session
28.Spring Tool Suite
29.Struts
30.Test
31.Thread
32.Transaction
33.Web
34.Web Service
35.XML
Spring Q&A; » Integration » controller 

1. DWR Spring Integration: Is it possible to forward a DWR request to a Spring Controller?    stackoverflow.com

I have a web application that integrates DWR 3 and Spring 3. All requests are handled by the Spring's DispatcherServlet. Everything works. When I request an AJAX request, it's handled correctly ...

2. Testing a spring controller method having @ModelAttribute as parameter    stackoverflow.com

I am trying to test a controller with this method: @RequestMapping(value="/test")
public ModelAndView generateRecords(@ModelAttribute("Employee") Employee employee) { And I would like to know how can I create a unit testing for testing this. At ...

3. Http POST from Spring Integration to MVC controller?    forum.springsource.org

If you want to provide what is essentially "form data" to the HTTP server, then try passing a payload of type Map or MultiValueMap. Also you should set the content-type header ...

4. Tiles integration with Spring AND using controller class    forum.springsource.org

Tiles integration with Spring AND using controller class Hi, as explain here => http://forum.springframework.org/showthread.php?t=17122 i searched a way to use Tiles, now its ok , _almost ok_ i need your help ...

5. spring, struts, tiles Controller Integration    forum.springsource.org

spring, struts, tiles Controller Integration Hi I am using spring, struts (as MVC), and tiles in my application. I am able to configure struts action as spring beans. But not tiles. ...

6. Spring 2.5 Annotation based controller integration testing    forum.springsource.org

Aug 25th, 2009, 03:35 PM #1 j.gohel View Profile View Forum Posts Private Message Member Join Date Jan 2007 Posts 56 Spring 2.5 Annotation based controller integration testing Custom Web Context ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.