<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Java Code Geeks &#187; Boris Lam</title> <atom:link href="http://www.javacodegeeks.com/author/Boris-Lam/feed" rel="self" type="application/rss+xml" /><link>http://www.javacodegeeks.com</link> <description>Java 2 Java Developers Resource Center</description> <lastBuildDate>Sat, 18 May 2013 12:00:22 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>Spring Data, MongoDB and JSF Integration tutorial</title><link>http://www.javacodegeeks.com/2013/02/spring-data-mongodb-and-jsf-integration-tutorial.html</link> <comments>http://www.javacodegeeks.com/2013/02/spring-data-mongodb-and-jsf-integration-tutorial.html#comments</comments> <pubDate>Wed, 27 Feb 2013 13:00:21 +0000</pubDate> <dc:creator>Boris Lam</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[JSF]]></category> <category><![CDATA[MongoDB]]></category> <category><![CDATA[Spring]]></category> <category><![CDATA[Spring Data]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=9115</guid> <description><![CDATA[Introduction to sample application (MongoShop Product Catalog) After this tutorial, a sample application (MongoShop Product Catalog) with the following functional requirement will be built: &#160; &#160; &#160; &#160; &#160; &#160; &#160; 1. Searching product with different criteria (e.g. sku, product type, title, stc) 2. Create a new product with different category. 3. Edit selected product [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/02/spring-data-mongodb-and-jsf-integration-tutorial.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Lightweight Web Application Framework: PrimeFaces (JSF) + Guice + MyBatis (Part 2)</title><link>http://www.javacodegeeks.com/2013/01/lightweight-web-application-framework-primefaces-jsf-guice-mybatis-part-2.html</link> <comments>http://www.javacodegeeks.com/2013/01/lightweight-web-application-framework-primefaces-jsf-guice-mybatis-part-2.html#comments</comments> <pubDate>Fri, 11 Jan 2013 13:42:21 +0000</pubDate> <dc:creator>Boris Lam</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[Google Guice]]></category> <category><![CDATA[JSF]]></category> <category><![CDATA[MyBatis]]></category> <category><![CDATA[MyFaces]]></category> <category><![CDATA[PrimeFaces]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=6864</guid> <description><![CDATA[In this part, I will continue to demonstrate the integration of JSF, Guice and MyBatis. DBCP connection pool and MYSQL database is used in persistence layer. Take a look at Part 1. Integrate Google Guice with MyBatis In the previous post, we have created a ServletContextListener. Now, we just bind the BasicDataSourceProvider and JdbcTransactionFactory in [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/01/lightweight-web-application-framework-primefaces-jsf-guice-mybatis-part-2.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Lightweight Web Application: PrimeFaces (JSF) + Guice + MyBatis (Part 1)</title><link>http://www.javacodegeeks.com/2013/01/lightweight-web-application-primefaces-jsf-guice-mybatis-part-1.html</link> <comments>http://www.javacodegeeks.com/2013/01/lightweight-web-application-primefaces-jsf-guice-mybatis-part-1.html#comments</comments> <pubDate>Fri, 11 Jan 2013 13:41:17 +0000</pubDate> <dc:creator>Boris Lam</dc:creator> <category><![CDATA[Java]]></category> <category><![CDATA[Google Guice]]></category> <category><![CDATA[JSF]]></category> <category><![CDATA[MyFaces]]></category> <category><![CDATA[PrimeFaces]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=6832</guid> <description><![CDATA[Recently, my friend asks me how to build a lightweight java web application. Many Java web developer would choose Spring and hibernate to build a traditional web application. However, it may not be lightweight enough. I suggested him try to use Guice and MyBatis to build the application framework. Although Spring is more feature-riched than [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/01/lightweight-web-application-primefaces-jsf-guice-mybatis-part-1.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Session Timeout Handling on JSF AJAX request</title><link>http://www.javacodegeeks.com/2012/12/session-timeout-handling-on-jsf-ajax-request.html</link> <comments>http://www.javacodegeeks.com/2012/12/session-timeout-handling-on-jsf-ajax-request.html#comments</comments> <pubDate>Tue, 04 Dec 2012 14:00:08 +0000</pubDate> <dc:creator>Boris Lam</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[JSF]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=4377</guid> <description><![CDATA[Session Timeout Handling on JSF AJAX request When we develop JSF application with AJAX behaviour, we may experience the problem in handling timeout scenario of Ajax request. For example, if you are using J2EE Form-based authentication, a normal request should be redirected to the login page after session timeout. However, if your request is AJAX, [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/12/session-timeout-handling-on-jsf-ajax-request.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Customizing Spring Data JPA Repository</title><link>http://www.javacodegeeks.com/2012/08/customizing-spring-data-jpa-repository.html</link> <comments>http://www.javacodegeeks.com/2012/08/customizing-spring-data-jpa-repository.html#comments</comments> <pubDate>Fri, 24 Aug 2012 22:00:00 +0000</pubDate> <dc:creator>Boris Lam</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[JBoss Hibernate]]></category> <category><![CDATA[Spring]]></category> <category><![CDATA[Spring Data]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/customizing-spring-data-jpa-repository.html</guid> <description><![CDATA[Spring Data is a very convenient library. However, as the project as quite new, it is not well featured. By default, Spring Data JPA will provide implementation of the DAO based on SimpleJpaRepository. In recent project, I have developed a customize repository base class so that I could add more features on it. You could [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/08/customizing-spring-data-jpa-repository.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Hibernate native SQL features into your Spring Data Repository</title><link>http://www.javacodegeeks.com/2012/08/hibernate-native-sql-features-into-your.html</link> <comments>http://www.javacodegeeks.com/2012/08/hibernate-native-sql-features-into-your.html#comments</comments> <pubDate>Wed, 22 Aug 2012 10:00:00 +0000</pubDate> <dc:creator>Boris Lam</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[JBoss Hibernate]]></category> <category><![CDATA[Spring]]></category> <category><![CDATA[Spring Data]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/hibernate-native-sql-features-into-your-spring-data-repository.html</guid> <description><![CDATA[JPA provides @NamedNativeQuery for you to use native SQL. However, the usage is not so convenient, especially when you need to map multiple entities in your native SQL. You have to define a set of SqlResultSetMapping mapping which is quite error prone. For those who have used Hibernate native SQL features before, you will find [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/08/hibernate-native-sql-features-into-your.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/4 queries in 0.001 seconds using apc
Object Caching 944/945 objects using apc
Content Delivery Network via cdn.javacodegeeks.com

Served from: www.javacodegeeks.com @ 2013-05-19 13:05:44 -->