<?xml version="1.0" encoding="utf-8"?>

<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:cc="http://web.resource.org/cc/"
xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://weblogs.java.net/blog/maxpoon/">
<title>Max Poon&apos;s Blog</title>
<link>http://weblogs.java.net/blog/maxpoon/</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator></dc:creator>
<dc:date>2007-08-11T09:29:57-08:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.01D" />


<items>
<rdf:Seq><rdf:li rdf:resource="http://weblogs.java.net/blog/maxpoon/archive/2007/08/extending_the_n_4.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/maxpoon/archive/2007/06/extending_the_n_3.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/maxpoon/archive/2007/06/extending_the_n_2.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/maxpoon/archive/2007/06/introduction_to_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/maxpoon/archive/2007/06/extending_the_n.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/maxpoon/archive/2007/05/javaone2007_han_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/maxpoon/archive/2007/05/javachina2005_a.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/maxpoon/archive/2007/05/max_poons_blog.html" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://weblogs.java.net/blog/maxpoon/archive/2007/08/extending_the_n_4.html">
<title>Extending the NetBeans Tutorial JSF-JPA-Hibernate Application, Part 4 - Switching from Hibernate JPA to Glassfish JPA/TopLink Essentials (with Optional NetBeans Project Resources and Source Package Path Names Renaming)</title>
<link>http://weblogs.java.net/blog/maxpoon/archive/2007/08/extending_the_n_4.html</link>
<description>SimpleJpaHibernateApp is developed based on JSR 220 Java Persistence API with optional Hibernate-specific options, e.g. in persistence.xml or @Cache Annotations for caching applied.  Hence, due to the pluggability of the Java Persistence API architecture, JPA-compliant applications such as SimpleJpaHibernateApp can easily be switched to make use of other Java Persistence providers such as Glassfish JPA.  This article describes how this can be done.</description>
<dc:subject>Community: Java Enterprise</dc:subject>
<dc:creator>maxpoon</dc:creator>
<dc:date>2007-08-11T09:29:57-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/maxpoon/archive/2007/06/extending_the_n_3.html">
<title>Extending the NetBeans Tutorial JSF-JPA-Hibernate Application, Part 3 - Enabling JMX Monitoring on Hibernate v3 and Ehcache 1.3.0 on &quot;SimpleJpaHibernateApp&quot;</title>
<link>http://weblogs.java.net/blog/maxpoon/archive/2007/06/extending_the_n_3.html</link>
<description>This is the continuation from the previous article &quot;Extending the NetBeans Tutorial JSF-JPA-Hibernate Application, Part 2 - Enabling JMX Monitoring on Hibernate v3 and Ehcache 1.3, on HibernateTutorialApp&quot; where we continue with (3) and (4) ...</description>
<dc:subject>Community: Java Enterprise</dc:subject>
<dc:creator>maxpoon</dc:creator>
<dc:date>2007-06-27T11:21:13-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/maxpoon/archive/2007/06/extending_the_n_2.html">
<title>Extending the NetBeans Tutorial JSF-JPA-Hibernate Application, Part 2 - Enabling JMX Monitoring on Hibernate v3 and Ehcache 1.3.0 on &quot;HibernateTutorialApp&quot;</title>
<link>http://weblogs.java.net/blog/maxpoon/archive/2007/06/extending_the_n_2.html</link>
<description>Apart from showing quite an example of easy enhancement of JSF-based web application as discussed earlier in &quot;Extending the NetBeans Tutorial JSF-JPA-Hibernate Application, Part 1 - Co-ordinating Query Views Based on Parameter Passing from JSF View to Managed Bean&quot;, the NetBeans tutorial JSF-JPA-Hibernate application created (&apos;SimpleJpaHibernateApp&apos;) can also be easily extended to demonstrate JMX monitoring on Hibernate v3 and the latest Ehcache 1.3.0 - the respective very common open source Java object/relational persistence and caching implementations, which have also included support for JMX to enable monitoring on their operational states and statistics, including the overall (e.g. query and 2nd level cache) cache hit/miss statistics, time of the slowest query (from Hibernate v3), and individual cache hit/miss statistics (from Ehcache 1.3.0).</description>
<dc:subject>J2EE</dc:subject>
<dc:creator>maxpoon</dc:creator>
<dc:date>2007-06-27T09:12:47-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/maxpoon/archive/2007/06/introduction_to_1.html">
<title>&quot;Introduction to the Spring Framework in NetBeans IDE&quot; Tutorial by Troy Giunipero and Craig MacKay</title>
<link>http://weblogs.java.net/blog/maxpoon/archive/2007/06/introduction_to_1.html</link>
<description>If you are a Spring Framework developer, you will find the Spring Framework Module for NetBeans useful ... And Craig MacKay, author of this Spring Framework Module for NetBeans, and Troy Giunipero have written a very good tutorial article on the module ...</description>
<dc:subject>Community: NetBeans</dc:subject>
<dc:creator>maxpoon</dc:creator>
<dc:date>2007-06-15T23:32:38-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/maxpoon/archive/2007/06/extending_the_n.html">
<title>Extending the NetBeans Tutorial JSF-JPA-Hibernate Application, Part 1 - Co-ordinating Query Views Based on Parameter Passing from JSF View to Managed Bean</title>
<link>http://weblogs.java.net/blog/maxpoon/archive/2007/06/extending_the_n.html</link>
<description>While the NetBeans tutorial &quot;Using Hibernate With the Java Persistence API&quot; and &quot;NetBeans Wiki - UsingHibernateWithJPA&quot; demonstrate ease of JSF-JPA-Hibernate application construction with usage of JPA and Hibernate facilities in the persistence-tier, it is interesting to explore also on the flexibility and power of JSF in the web-tier.</description>
<dc:subject>J2EE</dc:subject>
<dc:creator>maxpoon</dc:creator>
<dc:date>2007-06-13T12:47:29-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/maxpoon/archive/2007/05/javaone2007_han_1.html">
<title>JavaOne2007 Hands-On Lab 1420</title>
<link>http://weblogs.java.net/blog/maxpoon/archive/2007/05/javaone2007_han_1.html</link>
<description><![CDATA[My colleagues Paul Cheung,
<a href="http://blogs.sun.com/lmalventosa/">Luis-Miguel Alventosa</a> and myself together developed, and presented for, this year's JavaOne Hands-On Lab1420 on "Non-instrusive Monitoring and Troubleshooting of Java Applications using Java Management Extension (JMX), JConsole and Aspect-Oriented Programming (AOP)".]]></description>
<dc:subject>J2EE</dc:subject>
<dc:creator>maxpoon</dc:creator>
<dc:date>2007-05-19T00:09:20-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/maxpoon/archive/2007/05/javachina2005_a.html">
<title>JavaChina2005 and JavaCertDay2006</title>
<link>http://weblogs.java.net/blog/maxpoon/archive/2007/05/javachina2005_a.html</link>
<description><![CDATA[JavaChina2005 was a Java developer conference organised by Sun Microsystems in 9 major cities throughout China with total of more than 9,000 attendee registrations.
<br>
I am glad to one of JavaChina2005 technical session speakers...]]></description>
<dc:subject>J2EE</dc:subject>
<dc:creator>maxpoon</dc:creator>
<dc:date>2007-05-18T11:56:07-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/maxpoon/archive/2007/05/max_poons_blog.html">
<title>Max Poon&apos;s Blog ... on JavaEE Application Deployment, Monitoring and Management ...</title>
<link>http://weblogs.java.net/blog/maxpoon/archive/2007/05/max_poons_blog.html</link>
<description>Welcome to Max Poon&apos;s blog - on JavaEE application development, deployment, monitoring and management, and other topics.  Hope you&apos;ll find items here informative and useful.</description>
<dc:subject>J2EE</dc:subject>
<dc:creator>maxpoon</dc:creator>
<dc:date>2007-05-18T11:46:44-08:00</dc:date>
</item>


</rdf:RDF>
