Tagged Questions
0
votes
1answer
138 views
could not integrate GWT with Spring RestTemplate implementation
I'm a beginner in GWT. Currently I'm trying to create an Web application in Spring to consume data from REST and displays those details in GWT. So, I used Spring RestTemplate for client(to make a ...
0
votes
1answer
148 views
spring using CGLIB proxy even when class implements interface
I'm trying to use Spring AOP to intercept methods of my GWT-RPC application (using GWT-Server library, so RPC service doesn't extend RemoteServiceServlet). When I deploy my war to tomcat and start the ...
0
votes
1answer
207 views
Gwt Controller With Annotation Approach
I already integrated GWT with Spring MVC by implementing the Controller which is called
by DispatcherServlet using SimpleUrlHandlerMapping.
public class GwtRpcController extends ...
0
votes
1answer
2k views
GWT 2.4 Integration With Spring
I'm currently Working on a GWT 2.4 / Spring 3 application and want to use the RequestFactory API to communicate with Spring services.
Beginning from GWT 2.4, I saw that there is some changes to the ...
0
votes
3answers
796 views
How do I get HttpServletRequestObject in the @service class
I'm successfully able to integrate Spring and Spring4GWT.
Everything is working fine.
The only problem I'm facing is How do I get HttpServletRequestObject in the @service class?
Some of the ...
0
votes
1answer
1k views
smartgwt + gwt-rpc or REST + spring
Hi
I am currently working on a project and basing my design proposal on a SOA architecture and am including GWT components for UI . I am new to GWT and after reading through a week of posts of GWT and ...
14
votes
3answers
6k views
Experiences with integrating spring 3 mvc with GWT?
Given:
Spring 3.0 mvc has excellent REST support with one of the representation being JSON.
GWT simplifies development as UI is developed in java. But by default it uses RPC for client server ...
26
votes
6answers
8k views
Should I build a REST backend for GWT application
I am planning a new application and have been experimenting with GWT as a possible frontend. The design question I am facing is this.
Should I use
Option A: GWT-RPC and build the app quickly
...
1
vote
1answer
241 views
http error codes in gwt rpc
I am working with a web application which uses gwt, spring, hibernate. And I am using gwtrpcspring RemoteServiceDispatcher for remote service mapping. Currently if my application throws MyException ...
1
vote
1answer
3k views
Dozer custom converter ID mapping: Object to Long and Long to Object via DozerConverter getParameter
I need help configuring my dozer mapping file.
Mainly I would like to know how to get User user obejct to convert to Long userId.
Hence map: user >> userId
But I have multiple objects such as ...
-1
votes
1answer
2k views
The prefix “security” for element “security:http” is not bound
i get error
2009-05-24 21:49:56,399 ERROR [org.springframework.web.context.ContextLoader] - Context initialization failed
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: ...