Details
Description
The Grizzly HTTP connector provides asynchronous capabilities, allowing the application server to handle large numbers of blocking connections with a bounded thread pool. ICEfaces should take advantage of this connector when available.
Issue Links
- blocks
-
ICE-2921
Grizzly Ajax Push integration (continued)
-
- Closed
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Ted Goddard [ ted.goddard ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #14889 | Thu Oct 04 16:00:37 MDT 2007 | ted.goddard | Initial Grizzly integration ( |
| Files Changed | ||||
ADD
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/GrizzlyPushServlet.java
MODIFY
/icefaces/trunk/icefaces/core/build.xml
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #14892 | Thu Oct 04 17:08:22 MDT 2007 | ted.goddard | Compile-time classes for grizzly ( |
| Files Changed | ||||
ADD
/icefaces/trunk/icefaces/lib/grizzly-comet.jar
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #14893 | Thu Oct 04 17:13:50 MDT 2007 | ted.goddard | Reference information for grizzly-comet.jar ( |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/lib/versions-licenses.html
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #14972 | Wed Oct 17 15:08:33 MDT 2007 | ted.goddard | GrizzlyPushServlet working well with glassfish patch from JFA ( |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/GrizzlyPushServlet.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #14978 | Thu Oct 18 14:09:27 MDT 2007 | ted.goddard | added copyright notice and removed non-blocking output path ( |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/GrizzlyPushServlet.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #14988 | Fri Oct 19 14:15:59 MDT 2007 | ted.goddard | removed debugging code ( |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/GrizzlyPushServlet.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15011 | Tue Oct 23 15:54:33 MDT 2007 | ted.goddard | workaround for empty responses ( |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/GrizzlyPushServlet.java
|
| Fix Version/s | 1.7 [ 10080 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15106 | Wed Nov 07 10:23:22 MST 2007 | ted.goddard | disbled comet timeout thread ( |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/GrizzlyPushServlet.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 1.7DR#3 [ 10112 ] | |
| Fix Version/s | 1.7 [ 10080 ] | |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.7 [ 10080 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Ted Goddard [ ted.goddard ] |

It is possible to implement Grizzly integration without any configuration of the web application (because APIs can be used directly) however, the initial version of this integration will still use a manually configured servlet to reduce the risk of interaction with the prototype code.