AJAX « jetty « Java Enterprise Q&A





1. Will AJAX (XmlHttpRequests) prevent my Jetty managed HttpSession from expiring?    stackoverflow.com

I am using an embedded Jetty implementation as my servlet container. Here is a small config snippet:

WebAppContext context = new WebAppContext(warUrlString, "/");

SessionHandler sessionHandler = new SessionHandler();
SessionManager sessionManager = new HashSessionManager();

// in ...

2. Jetty, preflight and ajax    stackoverflow.com

Having a Jetty server set up programmatically which I try to access via ajax and xmlHttpRequest. Without authorization, the call works fine but with, I get 401 Unauthorized. Any suggestions. Javascript call looks ...

3. Jetty Continuations/AJAX Push: Timeout best-practices?    stackoverflow.com

I am using Jetty Continuations for a collaboration application. I was wondering if there are any reasons for a smaller continuation timeout? Doesn't it make sense to have a very high timeout ...

4. Jetty Cross Origin Filter    stackoverflow.com

I've configured Jetty's cross origin filter, but I continue to get the following error. Does anyone know what is wrong and how to fix it? Below the error message is my ...

5. dwr ajax IOException in Jetty    forums.oracle.com

I get the error when I try to reverse ajax a piece of information from the java bean to the ajax script . can u please help me??? 2007-07-22 19:20:57,064 [btpool0-2 ] WARN UrlProcessor - Error: java.io.IOException: Error flushing buffered stream 2007-07-22 19:20:57,064 [btpool0-2 ] WARN UrlProcessor - Sent 501 java.io.IOException: Error flushing buffered stream at org.directwebremoting.dwrp.PollHandler.sendScript(PollHandler.java:37 3) at org.directwebremoting.dwrp.PollHandler$PollScriptConduit.addScript(Po llHandler.java:483) ...