<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Using Coherence*Web with JSF</title>
	<atom:link href="https://blackbeanbag.net/wp/2009/03/07/using-coherenceweb-with-jsf/feed/" rel="self" type="application/rss+xml" />
	<link>https://blackbeanbag.net/wp/2009/03/07/using-coherenceweb-with-jsf/</link>
	<description>Thoughts on software development and other stuff</description>
	<lastBuildDate>Sat, 20 Jul 2013 01:54:41 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>By: ehcache.net</title>
		<link>https://blackbeanbag.net/wp/2009/03/07/using-coherenceweb-with-jsf/comment-page-1/#comment-4251</link>
		<dc:creator><![CDATA[ehcache.net]]></dc:creator>
		<pubDate>Tue, 28 Dec 2010 01:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=165#comment-4251</guid>
		<description><![CDATA[&lt;strong&gt;Using Coherence*Web with JSF...&lt;/strong&gt;

Recently I was helping a customer install Coherence*Web on a JSF application. After running the install and deploying the war file, I saw the following exception: javax.servlet.ServletException: Error while saving state in &#039;session&#039;: &#039;session attrib...]]></description>
		<content:encoded><![CDATA[<p><strong>Using Coherence*Web with JSF&#8230;</strong></p>
<p>Recently I was helping a customer install Coherence*Web on a JSF application. After running the install and deploying the war file, I saw the following exception: javax.servlet.ServletException: Error while saving state in &#8216;session&#8217;: &#8216;session attrib&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Peralta</title>
		<link>https://blackbeanbag.net/wp/2009/03/07/using-coherenceweb-with-jsf/comment-page-1/#comment-3997</link>
		<dc:creator><![CDATA[Patrick Peralta]]></dc:creator>
		<pubDate>Mon, 09 Mar 2009 13:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=165#comment-3997</guid>
		<description><![CDATA[Hi Rob,

Thanks for your comments.  You certainly could introduce a serializer that knows how to deal with this type of object (or other non serializable objects); however my experience is that many users of C*W tend to use default serialization (i.e. not even EL is used, let alone POF.)  

-Patrick]]></description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>Thanks for your comments.  You certainly could introduce a serializer that knows how to deal with this type of object (or other non serializable objects); however my experience is that many users of C*W tend to use default serialization (i.e. not even EL is used, let alone POF.)  </p>
<p>-Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Varga</title>
		<link>https://blackbeanbag.net/wp/2009/03/07/using-coherenceweb-with-jsf/comment-page-1/#comment-3995</link>
		<dc:creator><![CDATA[Robert Varga]]></dc:creator>
		<pubDate>Mon, 09 Mar 2009 10:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=165#comment-3995</guid>
		<description><![CDATA[Ok, that was a bit hazy. So what I meant is writing a serializer which first attempts to delegate to a ConfigurablePofContext, and if it does not know the type then falls back to wrapping the PofWriter/PofReader to act as DataOutput/DataInput and use ExternalizableHelper.writeObject/readObject to write/read the object.

Hope it makes sense now.]]></description>
		<content:encoded><![CDATA[<p>Ok, that was a bit hazy. So what I meant is writing a serializer which first attempts to delegate to a ConfigurablePofContext, and if it does not know the type then falls back to wrapping the PofWriter/PofReader to act as DataOutput/DataInput and use ExternalizableHelper.writeObject/readObject to write/read the object.</p>
<p>Hope it makes sense now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Varga</title>
		<link>https://blackbeanbag.net/wp/2009/03/07/using-coherenceweb-with-jsf/comment-page-1/#comment-3994</link>
		<dc:creator><![CDATA[Robert Varga]]></dc:creator>
		<pubDate>Mon, 09 Mar 2009 10:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=165#comment-3994</guid>
		<description><![CDATA[Hi Patrick,

you might also try a trick with using POF serialization in the service, but use the DefaultSerializer by default, however you override with a special purpose serializer which knows how to serialize the non-Java-serializable class.

Of course, it might not make sense to serialize that particular session attribute by default.

Best regards,

Robert]]></description>
		<content:encoded><![CDATA[<p>Hi Patrick,</p>
<p>you might also try a trick with using POF serialization in the service, but use the DefaultSerializer by default, however you override with a special purpose serializer which knows how to serialize the non-Java-serializable class.</p>
<p>Of course, it might not make sense to serialize that particular session attribute by default.</p>
<p>Best regards,</p>
<p>Robert</p>
]]></content:encoded>
	</item>
</channel>
</rss>
