Details
Description
It is desirable to have ICEfaces applications run on the Google App Engine.
Activity
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #18797 | Wed Apr 22 10:39:58 MDT 2009 | ted.goddard | catch InetAddress Errors on Google App Engine ( |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/util/ServerUtility.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/util/IdGenerator.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #18798 | Wed Apr 22 10:40:54 MDT 2009 | ted.goddard | continue after Thread failures on Google App Engine ( |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/util/MonitorRunner.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/MainServlet.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/SessionDispatcher.java
|
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [] | |
| Fix Version/s | 1.8.1 [ 10170 ] |
| ICEfaces Forum Reference | http://www.icefaces.org/JForum/posts/list/12361.page | |
| Salesforce Case | [] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Core changes to support the Google App Engine fall into two categories:
1. Threads cannot be spawned (this affects MonitorRunner, SessionMonitor, and MessageServiceClient)
2. InetAddress is not available (this affects ICEfaces ID generation)