server « GWT « Spring Q&A





1. GWT: get locale information from server side?    stackoverflow.com

I use GWT along with Spring/Hibernate/AOP. I use an Aspect to send notification emails. In one of my Aspect, I want to get the current locale from GWT,so that I can send ...

2. How do stateless servers work?    stackoverflow.com

I try to understand this. Normally each time user login system, server side will create a session, while user client side there is cookie. When people talk about stateless serverside, ...

3. GWT 2, Spring 3 good working example / demo of client - server communication    stackoverflow.com

I wouldn't normally post a question just asking where to find a good demo of something like this but I have spent a considerable amount of time over the last few ...

4. Do you use a single project for client and server side for GWT based apps or separate project?    stackoverflow.com

How do you have your GWT project setup? Do you have a single project for the client side and separate project for the server side? Can you share your experience with ...

5. SmartGWT GWT client server architecture    stackoverflow.com

We plan to use smart GWT, GWT and related frameworks for the client side rich interface and Spring MVC which returns JSON data on the server side. As part of the ...

6. Where is the MVC architecture when I use Spring Roo with GWT setup?    stackoverflow.com

I'm pretty new to Spring framework but have been working with GWT for a while. Hoping to use Roo to learn Spring MVC + GWT. However, when I do gwt setup ...

7. Integrating GWT client/server RPC app with Spring    forum.springsource.org

Integrating GWT client/server RPC app with Spring We have a Tomcat-based Google Web Toolkit (GWT) application that we are looking to scale. Our domain model is done with POJOs that we ...

8. How to use a database in Server Mode (not In-Memory) with GWT?    forum.springsource.org

I have set up a small GWT application with Roo; everything works fine using this configuration in persistence.xml: But what do I need to do to use the ...