Top "Dwr" questions

DWR is a Java library that enables Java on the server and JavaScript in a browser to interact and call each other as simply as possible.

Maximum call stack size exceeded error

I am using a Direct Web Remoting (DWR) JavaScript library file and am getting an error only in Safari (desktop …

javascript html webkit callstack dwr
What is session in Java?

So far I understand Httpsession concepts in Java. HttpSession ses = req.getSession(true); will create a session object, according to …

java session servlets dwr
What is the Use of Javascript

What is the main motto of using Javascript mostly. How it will be useful for developing Applications. I know Html. …

javascript html dwr
how to write a file object on server response and without saving file on server?

I am using Spring with DWR . I want to return a file object as response , however I save the file (…

java spring httpwebresponse dwr response.write
How to convert a InputStream to ZIP format?

I am having a InputStream Object which is actually a zip file. I want to change it back to zip …

java zip dwr
Logging user activity in web app

I'd like to be able to log user activities in a web app. I'm currently using log4j which works …

java servlets logging spring-security dwr
Javascript: wait until ajax request finishes to close page

I would like the browser to keep the page open until the ajax requests are sent. This is what I …

javascript ajax dwr
How do I use Comet with Spring MVC?

I'd like to add some Comet/server push capabilities to a simple web application. I'm having trouble finding up to …

java jquery spring-mvc comet dwr
Tomcat unable to read the schema document

We are trying to add DWR for current project and the code that does this is as below: <?xml …

spring tomcat proxy xml-parsing dwr
How to upload a zip file using Java?

I trying to upload a zip file. In my project i am using DWR in the client side and Java …

java javascript dwr