4
votes
7answers
186 views
Alternatives to DWR (www.directwebremoting.org)
I've been a big of DWR (www.directwebremoting.org) in the past and have used it on a few projects. It makes AJAX easy by creating javascript proxy / stubs to java classes on the server.
While DWR has …
3
votes
3answers
518 views
How to group gwt-rpc calls ?
With DWR it is possible to group together several service calls into one single HTTP request :
dwr batch feature
This feature is very useful to reduce the latency of an ajax application.
Is there a …
3
votes
3answers
761 views
Can you reliably set or delete a cookie during the server side processing of an Ajax (XHR) call?
I have done a bit of testing on this myself (During the server side processing of a DWR Framework Ajax request handler to be exact) and it seems you CAN successfully manipulate cookies, but this goes …
2
votes
7answers
707 views
Which serverside Java technology to use with ExtJS
We are plannnig to upgrade the UI framework for our 6-8 year old application written using Struts/JSP/EJB to ExtJS. Just curious as to what is the most popular Java technology on the server people …
2
votes
3answers
841 views
Why can’t Eclipse resolve the spring-dwr schema?
Eclipse is showing the following errors in my Spring's applicationContext.xml:
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element …
2
votes
1answer
286 views
Javascript classes and DWR
I've been playing with DWR and converters for a while and I really wanted to map my Java classes to JavaScript classes. Using DWR converters, I have the option to point out what is the name of my JS …
1
vote
1answer
31 views
DWR and WebSphere Commerce - Is it Good Combination?
My current task is to migrate a J2EE application (JDK5) that is using DWR for its AJAX capability, into WebSphere Commerce platform (J2EE 1.4, JDK1.4). In the WebSphere Commerce, the idea is for the …
1
vote
2answers
133 views
comet vs pubsub..?
may i know what is the different between these 2 approach ? can explain in lay man terms?
1
vote
0answers
75 views
DWR like Javascript library for REST
Is there a Javascript library like DWR that can generate javascript stub for REST api. We are using Jersey/JSR-311 for REST on server and was wondering that instead of using libraries like Jquery or …
1
vote
2answers
664 views
How to parse arrays of objects returned by DWR?
DWR handles lists of primitives quite straight forward. I could not find whether array of objects returned by a DWR method call represent a JSON object. Any clues? Or do I have to return a JSON string …
1
vote
0answers
151 views
Please share your experiences of DWR 3.0 M1 RC2 ?
Hi,
I am planning to use DWR 3.0 M1 RC2 release candidate for my application. The primary reason of using this version is that it nicely integrates with Spring 2.5 framework and requires least …
0
votes
2answers
24 views
DWR/OpenSessionInView “Session is Closed!” in Java and Hibernate
They say that a closed session in hibernate and webapp with ajax is a common problem with java and spring so I have to set the OpenSessionInViewInFilter in the web.xml like this
<listener>
…
0
votes
0answers
14 views
Python + JSP + DWR
Hi All,
I'm back with another issue :).
I tried out the chat program from http://today.java.net/pub/a/today/2005/08/25/dwr.html
Its simple chat program using DWR (Reverse ajax).
I was wondering if …
0
votes
1answer
18 views
dwr log error handler
Hello,
when i log in into my webapp dwr start their execution, and after that make this error log:
18-11-2009 12:09:13 [http-8080-Processor24] ERROR org.directwebremoting.util.LogErrorHandler
- …
0
votes
1answer
63 views
Is DWR a MVC ??
I started reading about DWR few days back. Its strikingly different from the usual web-app technologies I have worked on till date (read as huge amount of Struts). One question that invariably comes …
