<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5869956695801578228</id><updated>2011-07-31T01:23:16.654-07:00</updated><title type='text'>Icefaces framework with Liferay</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://icefaces-liferay.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5869956695801578228/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://icefaces-liferay.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Java KG</name><uri>http://www.blogger.com/profile/00112702217924873287</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5869956695801578228.post-3037978214910354871</id><published>2010-05-26T09:19:00.000-07:00</published><updated>2010-05-26T09:30:39.569-07:00</updated><title type='text'>Seam + Icefaces + Liferay</title><content type='html'>&lt;span id="result_box" class="long_text"&gt;&lt;span style="background-color: rgb(255, 255, 255);" title=""&gt;Hi everyone,&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: rgb(255, 255, 255);" title=""&gt;I work in a  company that develops applications exclusively with Jboss Seam framework.&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: rgb(255, 255, 255);" title=""&gt;For the purposes  of implementing the Liferay portal, we used icefaces freamework who  first enabled the connection of these technologies.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: rgb(255, 255, 255);" title=""&gt;I'll start  setting state &lt;span style="font-style: italic;"&gt;faces-config.xml&lt;/span&gt; file and part of  &lt;span style="font-style: italic;"&gt;web.xm&lt;/span&gt;l&lt;/span&gt;&lt;span style="background-color: rgb(255, 255, 255);" title=""&gt; who refers to the  icefaces technology.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;faces-config.xml&lt;br /&gt;&lt;br /&gt;...&lt;br /&gt;&lt;/span&gt;&lt;application&gt;&lt;/application&gt;&lt;span style="font-style: italic;"&gt;&lt;application&gt;&lt;br /&gt;  &lt;view-handler&gt;com.icesoft.faces.facelets.D2DSeamFaceletViewHandler&lt;/view-handler&gt;&lt;br /&gt;  &lt;message-bundle&gt;messages&lt;/message-bundle&gt;&lt;br /&gt;  &lt;locale-config&gt;&lt;br /&gt;   &lt;default-locale&gt;en&lt;/default-locale&gt;&lt;br /&gt;   &lt;supported-locale&gt;de&lt;/supported-locale&gt;&lt;br /&gt;   &lt;supported-locale&gt;en&lt;/supported-locale&gt;&lt;br /&gt;  &lt;/locale-config&gt;&lt;br /&gt; &lt;/application&gt;&lt;br /&gt;...&lt;br /&gt;&lt;br /&gt;web.xml&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;...&lt;context-param&gt;&lt;br /&gt;&lt;context-param&gt;&lt;br /&gt;  &lt;param-name&gt;com.icesoft.faces.optimizedJSListenerCleanup&lt;/param-name&gt;&lt;br /&gt;  &lt;param-value&gt;true&lt;/param-value&gt;&lt;br /&gt; &lt;/context-param&gt;&lt;br /&gt; &lt;context-param&gt;&lt;br /&gt;  &lt;param-name&gt;com.icesoft.faces.doJSFStateManagement&lt;/param-name&gt;&lt;br /&gt;  &lt;param-value&gt;true&lt;/param-value&gt;&lt;br /&gt; &lt;/context-param&gt;&lt;br /&gt; &lt;context-param&gt;&lt;br /&gt;  &lt;param-name&gt;com.icesoft.faces.actionURLSuffix&lt;/param-name&gt;&lt;br /&gt;  &lt;param-value&gt;.seam&lt;/param-value&gt;&lt;br /&gt; &lt;/context-param&gt;&lt;br /&gt; &lt;context-param&gt;&lt;br /&gt;  &lt;param-name&gt;com.icesoft.faces.connectionLostRedirectURI&lt;/param-name&gt;&lt;br /&gt;  &lt;param-value&gt;'/connectionLostPath'&lt;/param-value&gt;&lt;br /&gt; &lt;/context-param&gt;&lt;br /&gt; &lt;context-param&gt;&lt;br /&gt;  &lt;param-name&gt;com.icesoft.faces.sessionExpiredRedirectURI&lt;/param-name&gt;&lt;br /&gt;  &lt;param-value&gt;'/PortalHome'&lt;/param-value&gt;&lt;br /&gt; &lt;/context-param&gt;&lt;br /&gt; &lt;context-param&gt;&lt;br /&gt;  &lt;param-name&gt;com.icesoft.faces.connectionTimeout&lt;/param-name&gt;&lt;br /&gt;  &lt;param-value&gt;150000&lt;/param-value&gt;&lt;br /&gt; &lt;/context-param&gt;&lt;br /&gt; &lt;context-param&gt;&lt;br /&gt;  &lt;param-name&gt;com.icesoft.faces.heartbeatInterval&lt;/param-name&gt;&lt;br /&gt;  &lt;param-value&gt;145000&lt;/param-value&gt;&lt;br /&gt; &lt;/context-param&gt;&lt;br /&gt; &lt;context-param&gt;&lt;br /&gt;  &lt;param-name&gt;com.icesoft.faces.heartbeatRetries&lt;/param-name&gt;&lt;br /&gt;  &lt;param-value&gt;4&lt;/param-value&gt;&lt;br /&gt; &lt;/context-param&gt;&lt;br /&gt; &lt;context-param&gt;&lt;br /&gt;  &lt;param-name&gt;com.icesoft.faces.heartbeatTimeout&lt;/param-name&gt;&lt;br /&gt;  &lt;param-value&gt;75000&lt;/param-value&gt;&lt;br /&gt; &lt;/context-param&gt;&lt;br /&gt; &lt;param-name&gt;&lt;/param-name&gt;&lt;/context-param&gt;...&lt;br /&gt;&lt;/span&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5869956695801578228-3037978214910354871?l=icefaces-liferay.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://icefaces-liferay.blogspot.com/feeds/3037978214910354871/comments/default' title='Објављивање коментара'/><link rel='replies' type='text/html' href='http://icefaces-liferay.blogspot.com/2010/05/seam-icefaces-liferay.html#comment-form' title='0 Коментари'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5869956695801578228/posts/default/3037978214910354871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5869956695801578228/posts/default/3037978214910354871'/><link rel='alternate' type='text/html' href='http://icefaces-liferay.blogspot.com/2010/05/seam-icefaces-liferay.html' title='Seam + Icefaces + Liferay'/><author><name>Java KG</name><uri>http://www.blogger.com/profile/00112702217924873287</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
