<?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/'><id>tag:blogger.com,1999:blog-3946011063058389308.post973402290072663389..comments</id><updated>2011-05-11T03:27:31.752-07:00</updated><category term='Mockito'/><category term='Waters'/><category term='binary calculator'/><category term='~Eugene Steinberg'/><category term='amazon ec2'/><category term='coherence'/><category term='~Kirill Shileev'/><category term='Amazon'/><category term='~Kirill Ishanov'/><category term='convergence'/><category term='~Alexey Bokov'/><category term='gogrid'/><category term='open source'/><category term='RIA'/><category term='PackRat'/><category term='HTTP'/><category term='grid dynamics'/><category term='~Alexey Kharlamov'/><category term='~Victoria Livschitz'/><category term='EC2'/><category term='~Dmitry Korotkov'/><category term='Powermock'/><category term='~Olga Kudryavtseva'/><category term='~Max Martynov'/><category term='~Andrey Klochkov'/><category term='visualization'/><category term='scalability'/><category term='~Alexander Tivelkov'/><category term='semantic web'/><category term='~Alexey Ragozin'/><category term='~Roman Bogorodskiy'/><category term='Hyper-V'/><category term='memory'/><category term='gemfire'/><category term='cloud'/><category term='gigaspaces'/><category term='~Andrey Brindeyev'/><category term='flex'/><category term='data grid'/><category term='LDAP'/><category term='~Sylvia Kainz'/><category term='POF'/><category term='enterprise applications'/><category term='~Max Gorbunov'/><category term='grid computing'/><category term='~Kirill Uvaev'/><category term='data synapse'/><category term='testing'/><category term='.NET'/><category term='Microsoft HPC'/><category term='hpc'/><category term='capacity'/><category term='Velocity'/><category term='distributed cache'/><category term='data aware routing'/><category term='graph'/><category term='maven 2'/><category term='~Alexander Kusnetsov'/><category term='jclouds'/><category term='filesystems'/><category term='python'/><category term='GridGain'/><category term='Hadoop'/><category term='~Victor Samoylov'/><category term='Conference'/><category term='RabbitMQ'/><category term='Spring'/><category term='~Shravan Kumar'/><category term='gigapult'/><category term='~Mikhail Khludnev'/><category term='Networks'/><category term='~Stan Klimoff'/><category term='~Dmitri Babaev'/><category term='~Max Morozov'/><category term='~Oleg Malakhov'/><category term='~Ivan Bulanov'/><category term='.Net 4.0'/><category term='openstack'/><category term='~Arseny Kaplun'/><category term='rackspace'/><category term='cloud computing'/><category term='deployment'/><category term='lucene'/><category term='Sun Grid Engine'/><category term='~Eugene Kirpichev'/><category term='indexing'/><category term='Open Source Grid and Cluster Conference'/><category term='Java'/><category term='grid consulting'/><category term='C#'/><category term='Pig'/><category term='Remoting'/><category term='search'/><category term='Hessian'/><category term='openspaces.org'/><category term='Solr'/><category term='management'/><title type='text'>Comments on Grid Designer's Blog: Oracle Coherence using POF, without a single line ...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.griddynamics.com/feeds/973402290072663389/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default'/><link rel='alternate' type='text/html' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html'/><author><name>Grid Dynamics</name><uri>http://www.blogger.com/profile/18125799569183836823</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' 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>11</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3946011063058389308.post-5005906261004437012</id><published>2011-05-11T03:27:31.752-07:00</published><updated>2011-05-11T03:27:31.752-07:00</updated><title type='text'>That is true. 
You have to provide no-args constru...</title><content type='html'>That is true. &lt;br /&gt;You have to provide no-args constructor (eigther public or private). Otherwise blank object instance cannot be create via reflection.&lt;br /&gt;&lt;br /&gt;ReflectionPOFSerializer can handle private no-arg constuctors, which is useful if you want to protect your classes against misuse.&lt;br /&gt;&lt;br /&gt;If no-arg constructor is not an option for you you can always mix and match ReflectionPOFSerializer with any other kind of serializer.&lt;br /&gt;&lt;br /&gt;Myself, I usually use handmade POF for domain objects and ReflectionPOFSerializer for entriprocessors, value extractors and other types of mobile agents in Coherence.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/5005906261004437012'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/5005906261004437012'/><link rel='alternate' type='text/html' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html?showComment=1305109651752#c5005906261004437012' title=''/><author><name>Alexey Ragozin</name><uri>http://www.blogger.com/profile/13720493857045012756</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://2.bp.blogspot.com/_CQV12Vs8lZ0/SuV09NgeGmI/AAAAAAAAIpg/SaVy7eLs13I/S220/Alexey.Ragozin.4036.crop.png'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html' ref='tag:blogger.com,1999:blog-3946011063058389308.post-973402290072663389' source='http://www.blogger.com/feeds/3946011063058389308/posts/default/973402290072663389' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1070327789'/></entry><entry><id>tag:blogger.com,1999:blog-3946011063058389308.post-4542772693556075694</id><published>2011-05-09T09:12:44.043-07:00</published><updated>2011-05-09T09:12:44.043-07:00</updated><title type='text'>One problem that hasn&amp;#39;t been mentioned is that...</title><content type='html'>One problem that hasn&amp;#39;t been mentioned is that you&amp;#39;ll need to make sure that every object has a default constructor. This may not always be desirable. It works beautifully for simple objects though. Thanks!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/4542772693556075694'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/4542772693556075694'/><link rel='alternate' type='text/html' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html?showComment=1304957564043#c4542772693556075694' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html' ref='tag:blogger.com,1999:blog-3946011063058389308.post-973402290072663389' source='http://www.blogger.com/feeds/3946011063058389308/posts/default/973402290072663389' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1330115537'/></entry><entry><id>tag:blogger.com,1999:blog-3946011063058389308.post-7441787270428599512</id><published>2010-07-14T08:32:10.629-07:00</published><updated>2010-07-14T08:32:10.629-07:00</updated><title type='text'>Interesting idea. Current implementation is not de...</title><content type='html'>Interesting idea. Current implementation is not designed to support POFExtractors. But it turns out to be quite simple to implement. &lt;br /&gt;I need some more time to properly cover new ReflectionPofExtractor with test.&lt;br /&gt;I will publish PofExtractor support soon.&lt;br /&gt;Thanks for an idea.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/7441787270428599512'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/7441787270428599512'/><link rel='alternate' type='text/html' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html?showComment=1279121530629#c7441787270428599512' title=''/><author><name>Alexey Ragozin</name><uri>http://www.blogger.com/profile/13720493857045012756</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://2.bp.blogspot.com/_CQV12Vs8lZ0/SuV09NgeGmI/AAAAAAAAIpg/SaVy7eLs13I/S220/Alexey.Ragozin.4036.crop.png'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html' ref='tag:blogger.com,1999:blog-3946011063058389308.post-973402290072663389' source='http://www.blogger.com/feeds/3946011063058389308/posts/default/973402290072663389' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1070327789'/></entry><entry><id>tag:blogger.com,1999:blog-3946011063058389308.post-3505872989452004912</id><published>2010-07-13T06:03:14.646-07:00</published><updated>2010-07-13T06:03:14.646-07:00</updated><title type='text'>how can you use this with POFExtractor and filters...</title><content type='html'>how can you use this with POFExtractor and filters ?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/3505872989452004912'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/3505872989452004912'/><link rel='alternate' type='text/html' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html?showComment=1279026194646#c3505872989452004912' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html' ref='tag:blogger.com,1999:blog-3946011063058389308.post-973402290072663389' source='http://www.blogger.com/feeds/3946011063058389308/posts/default/973402290072663389' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-470319736'/></entry><entry><id>tag:blogger.com,1999:blog-3946011063058389308.post-3118766053341050685</id><published>2010-01-06T17:42:20.194-08:00</published><updated>2010-01-06T17:42:20.194-08:00</updated><title type='text'>I assume that was &lt;a href="http://java.sun.com/j2s...</title><content type='html'>I assume that was &lt;a href="http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jmap.html" rel="nofollow"&gt;jmap&lt;/a&gt;, not lmap, not sure where have you find reference to lmap in this post.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/3118766053341050685'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/3118766053341050685'/><link rel='alternate' type='text/html' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html?showComment=1262828540194#c3118766053341050685' title=''/><author><name>Eugene Steinberg</name><uri>http://www.blogger.com/profile/06887960894636399710</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://2.bp.blogspot.com/_6Xw_KFI7ZPs/SuWHQ7FvQjI/AAAAAAAADPk/6fyAVQzA8ME/S220/Eugene.Steinberg.png'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html' ref='tag:blogger.com,1999:blog-3946011063058389308.post-973402290072663389' source='http://www.blogger.com/feeds/3946011063058389308/posts/default/973402290072663389' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1446816899'/></entry><entry><id>tag:blogger.com,1999:blog-3946011063058389308.post-7867815073866667704</id><published>2010-01-05T02:11:23.401-08:00</published><updated>2010-01-05T02:11:23.401-08:00</updated><title type='text'>Where can I find information about this &amp;quot;lmap...</title><content type='html'>Where can I find information about this &amp;quot;lmap&amp;quot; tool you talked about? I know about &amp;quot;jhat&amp;quot; for heap analysis but not not lmap...&lt;br /&gt;&lt;br /&gt;Googling ling did not find anything...</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/7867815073866667704'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/7867815073866667704'/><link rel='alternate' type='text/html' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html?showComment=1262686283401#c7867815073866667704' title=''/><author><name>JavaGuru</name><uri>http://www.blogger.com/profile/04454462426628429654</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='20' height='32' src='http://2.bp.blogspot.com/_HrsSt3Sclw4/SVOmeLhAmaI/AAAAAAAAAAM/3SQ8uU5X-WI/S220/Dilbert-02.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html' ref='tag:blogger.com,1999:blog-3946011063058389308.post-973402290072663389' source='http://www.blogger.com/feeds/3946011063058389308/posts/default/973402290072663389' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-829063244'/></entry><entry><id>tag:blogger.com,1999:blog-3946011063058389308.post-2629262939626647937</id><published>2009-12-23T08:57:17.948-08:00</published><updated>2009-12-23T08:57:17.948-08:00</updated><title type='text'>Hi ZeoS.

I use this implementation with about 50 ...</title><content type='html'>Hi ZeoS.&lt;br /&gt;&lt;br /&gt;I use this implementation with about 50 classes (number of classes was a motivation to write generic tool in first place). Reflection in java can be extremely fast if you do it right. JVM generates code for relflection accessors, which is further optimized by JIT like your own code.&lt;br /&gt;Creating an accessors is expensive operation, of cause, and any reflection based code should carefully cache generated accessors.&lt;br /&gt;In my implementation a class serialization scheme is generated on first attempt to serialize/deserialize object of given class. Such serialization scheme stores all field accessors needed and they are generated only once for each class.&lt;br /&gt;In other words, my implementation has own reflection cache to avoid lookup overheads.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/2629262939626647937'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/2629262939626647937'/><link rel='alternate' type='text/html' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html?showComment=1261587437948#c2629262939626647937' title=''/><author><name>Alexey Ragozin</name><uri>http://www.blogger.com/profile/13720493857045012756</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://2.bp.blogspot.com/_CQV12Vs8lZ0/SuV09NgeGmI/AAAAAAAAIpg/SaVy7eLs13I/S220/Alexey.Ragozin.4036.crop.png'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html' ref='tag:blogger.com,1999:blog-3946011063058389308.post-973402290072663389' source='http://www.blogger.com/feeds/3946011063058389308/posts/default/973402290072663389' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1070327789'/></entry><entry><id>tag:blogger.com,1999:blog-3946011063058389308.post-6556426772306495996</id><published>2009-12-23T08:49:09.188-08:00</published><updated>2009-12-23T08:49:09.188-08:00</updated><title type='text'></title><content type='html'>This comment has been removed by the author.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/6556426772306495996'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/6556426772306495996'/><author><name>Alexey Ragozin</name><uri>http://www.blogger.com/profile/13720493857045012756</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://2.bp.blogspot.com/_CQV12Vs8lZ0/SuV09NgeGmI/AAAAAAAAIpg/SaVy7eLs13I/S220/Alexey.Ragozin.4036.crop.png'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html' ref='tag:blogger.com,1999:blog-3946011063058389308.post-973402290072663389' source='http://www.blogger.com/feeds/3946011063058389308/posts/default/973402290072663389' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.contentRemoved' value='true'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1070327789'/></entry><entry><id>tag:blogger.com,1999:blog-3946011063058389308.post-4899506267583456390</id><published>2009-12-23T06:41:20.560-08:00</published><updated>2009-12-23T06:41:20.560-08:00</updated><title type='text'>Have you tried this with  some real scenario? Refl...</title><content type='html'>Have you tried this with  some real scenario? Reflection will cache method lookups and the class loading will be done only in the first loop. by testing it with only one object/class you almost discard that overhead.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/4899506267583456390'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/4899506267583456390'/><link rel='alternate' type='text/html' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html?showComment=1261579280560#c4899506267583456390' title=''/><author><name>ZeoS</name><uri>http://www.blogger.com/profile/06648733849311865196</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html' ref='tag:blogger.com,1999:blog-3946011063058389308.post-973402290072663389' source='http://www.blogger.com/feeds/3946011063058389308/posts/default/973402290072663389' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-935627105'/></entry><entry><id>tag:blogger.com,1999:blog-3946011063058389308.post-958489551335900691</id><published>2009-10-19T06:09:23.915-07:00</published><updated>2009-10-19T06:09:23.915-07:00</updated><title type='text'>Thanks for a link Patrick, looks interesting. But ...</title><content type='html'>Thanks for a link Patrick, looks interesting. But I really like to keep my domain objects clear from product specific annotations.&lt;br /&gt;From the other side, ability to generate .NET and C++ would be great.&lt;br /&gt;I will look forward for project evolution.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/958489551335900691'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/958489551335900691'/><link rel='alternate' type='text/html' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html?showComment=1255957763915#c958489551335900691' title=''/><author><name>Alexey Ragozin</name><uri>http://www.blogger.com/profile/13720493857045012756</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html' ref='tag:blogger.com,1999:blog-3946011063058389308.post-973402290072663389' source='http://www.blogger.com/feeds/3946011063058389308/posts/default/973402290072663389' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1070327789'/></entry><entry><id>tag:blogger.com,1999:blog-3946011063058389308.post-2101060079002691605</id><published>2009-10-07T08:34:27.158-07:00</published><updated>2009-10-07T08:34:27.158-07:00</updated><title type='text'>Nice post, thanks for sharing this!  You might be ...</title><content type='html'>Nice post, thanks for sharing this!  You might be interested to look at this approach as well from Rob Varga:&lt;br /&gt;&lt;br /&gt;http://coherence.politext.info/pof-serializer-generator-java-apt-plugin</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/2101060079002691605'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3946011063058389308/973402290072663389/comments/default/2101060079002691605'/><link rel='alternate' type='text/html' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html?showComment=1254929667158#c2101060079002691605' title=''/><author><name>Patrick Peralta</name><uri>http://www.blackbeanbag.net</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.griddynamics.com/2009/09/oracle-coherence-using-pof-without.html' ref='tag:blogger.com,1999:blog-3946011063058389308.post-973402290072663389' source='http://www.blogger.com/feeds/3946011063058389308/posts/default/973402290072663389' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1439047307'/></entry></feed>
