среда, 26. мај 2010.

Seam + Icefaces + Liferay

Hi everyone,
I work in a company that develops applications exclusively with Jboss Seam framework.
For the purposes of implementing the Liferay portal, we used icefaces freamework who first enabled the connection of these technologies.

I'll start setting state faces-config.xml file and part of web.xml who refers to the icefaces technology.

faces-config.xml

...

com.icesoft.faces.facelets.D2DSeamFaceletViewHandler
messages

en
de
en


...

web.xml

...

com.icesoft.faces.optimizedJSListenerCleanup
true


com.icesoft.faces.doJSFStateManagement
true


com.icesoft.faces.actionURLSuffix
.seam


com.icesoft.faces.connectionLostRedirectURI
'/connectionLostPath'


com.icesoft.faces.sessionExpiredRedirectURI
'/PortalHome'


com.icesoft.faces.connectionTimeout
150000


com.icesoft.faces.heartbeatInterval
145000


com.icesoft.faces.heartbeatRetries
4


com.icesoft.faces.heartbeatTimeout
75000

...