I am Chuan !

  1. SpringMVC Http Message Converters

    Quick note about spring mvc http message converter. Especially thanks to this post by Eugen Paraschiv.

    2016/04/14

  2. SpringMVC RequestMapping

    Quick note about request mapping annotations in SpringMVC controller

    2016/04/13

  3. NodeJS Mongoose

    Quick note about Mongoose. Code demo

    2016/04/02

  4. AngularJS Form

    AngularJS provides a small and well-defined set of constructs that make standard form-based operations easier. For a form, we should consider three points:

    2016/03/12

  5. Spring SpEL

    Quick note after learning Spring SpEL. Code Demo

    2016/02/26

  6. Spring Beans Autowire

    This is quick note after learning Spring autowire.

    2016/02/25

  7. Hibernate Session

    Session interface is a single threaded object between Java application and the persistence layer. Session opens a single database connection when it is created, and holds onto it until the session is closed. It is mainly to offer CRUD operations on the persistent object which is loaded by Hibernate from the database.

    2016/02/13

  8. Struts errors and messages from action

    I had a problem today when developing a login system to learn struts. How to transfer easily the error and messages from action, and show them on jsp pages.

    2016/01/28

  9. Struts OGNL

    OGNL stands for Object Graph Navigation Language.

    2016/01/25

  10. Adapter Pattern

    Adapter Pattern

    2016/01/10

"Gradle User Guide" Chinese version

576 158

Gitbook : Java Interview Question

111 44

Yummy Jekyll Theme

38 42

My personnal website

9 12

J2EE - Company Transaction Management

3 1