Another simple micro-blogging tool initialized

Mon 03 August 2009
  • 把戏 tags:
  • ibatis
  • java
  • spring
  • strust2
  • web published: true comments: true

A simple micro blogging tool based on Java web framework stack (Struts2/Spring/iBatis). It costs me five days to develop such a prototype version which supports basic functions(view, post, follow and tag). And I will try to deploy it on GAE later(I hope it is possible). More improvements will also come up in next severals day.

The prototype is just simple and plain which, i think, might be a good instance for books that titled with "Teach Yourself Java Web in 7 Days",(hough it's not a popular topic any more):). I'm also thinking of the table of content:

  1. Introduction to 3-Tier Java Web Develop
  2. Setup Your Maven Environment
  3. Setup Your Eclipse IDE
  4. Creating Domain Objects and Tables
  5. Writing Down Your First iBatis DAO
  6. Spring for Bean Wiring
  7. Unit Test with JUnit in Spring
  8. Struts2 in Action
  9. Integrating Everything with Spring
  10. Create Ajax enabled Frontend
  11. Easy Deployment
This is my first maven managed web project. When using maven with hsqldb, there is no extra configuration needed if you switch develop environment. Really effective!