VOOZH about

URL: https://www.javacodegeeks.com/author/boris-lam

⇱ Boris Lam, Author at Java Code Geeks


  • Enterprise Java👁 Image
    Boris LamFebruary 27th, 2013
    5 269

    Spring Data, MongoDB and JSF Integration tutorial

    Introduction to sample application (MongoShop Product Catalog) After this tutorial, a sample application (MongoShop Product Catalog) with the following functional…

    Read More »
  • Enterprise Java👁 Image
    Boris LamJanuary 11th, 2013
    0 195

    Lightweight Web Application Framework: PrimeFaces (JSF) + Guice + MyBatis (Part 2)

    In this part, I will continue to demonstrate the integration of JSF, Guice and MyBatis. DBCP connection pool and MYSQL…

    Read More »
  • Enterprise Java👁 Image
    Boris LamJanuary 11th, 2013
    0 171

    Lightweight Web Application: PrimeFaces (JSF) + Guice + MyBatis (Part 1)

    Recently, my friend asks me how to build a lightweight java web application. Many Java web developer would choose Spring…

    Read More »
  • Enterprise Java👁 Image
    Boris LamDecember 4th, 2012
    1 627

    Session Timeout Handling on JSF AJAX request

    Session Timeout Handling on JSF AJAX request When we develop JSF application with AJAX behaviour, we may experience the problem…

    Read More »
  • Enterprise Java👁 Image
    Boris LamAugust 24th, 2012
    1 549

    Customizing Spring Data JPA Repository

    Spring Data is a very convenient library. However, as the project as quite new, it is not well featured. By…

    Read More »
  • Enterprise Java👁 Image
    Boris LamAugust 22nd, 2012
    2 179

    Hibernate native SQL features into your Spring Data Repository

    JPA provides @NamedNativeQuery for you to use native SQL. However, the usage is not so convenient, especially when you need…

    Read More »
Back to top button
Close