CMS Work Log

Starting today, I'll try to use what I've learned to build a CMS(content management system) on Spring. This post will be a work log of what I've done each step and how I did it. You can also view this project on my Github Page.

Framework:

  • Maven

  • Spring + Hibernate + Spring MVC

  • Freemarker

  • JQuery

  • Ztree

  • Uplodify

  • Ajax + DWR

11/7/2014

Initial project set up.

Created BaseDao which contains all the function that I'll use in Hibernate/SQL in the future (I hope).

  • TODO: Test BaseDao before the next step.

Wish me luck.

11/10/2014

Working on testing part and lots bugs have to be fixed.