Recently I need to be a web developer. But I haven't learn before.
First of all, I found our web project based on "maven + spring + springmvc + mybatis". Then I study them begin with spring and maven.
Modules:
- spring1st. I copy it from a primary teaching book, only to learn what a project with spring should be.
- spring2nd. Copied form the same book, learned a little skill than 1st.
- When I run spring2nd successfully, I turn my eyes to a ssm demo wrote by my master. You can see it at SpringMybatisDemo. Hm, that demo has lack *.sql . And I found the tables' name in his code. Then I run his demo succesfully.
- springrest. Then I found that if I always learning the book, I can't get what I want to know directly. Then I began to found someting from internet. This demo used maven to make a web service of restful style. Learn from http://www.cnblogs.com/tzyy/p/4837701.html.
- springmvc1st. Then I make a springmvc demo with maven.
- mybabtis1st. A mybatis demo with maven. I have tried to make a springmvc+mybatis demo before but failed. Then I realized that I should know how mybatis works firstly. So this module be made.
To be continued.
Sorry for my poor English. Exercising.