PointTang / SSMDemo

learning to develop a web project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  1. spring1st. I copy it from a primary teaching book, only to learn what a project with spring should be.
  2. spring2nd. Copied form the same book, learned a little skill than 1st.
  3. 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.
  4. 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.
  5. springmvc1st. Then I make a springmvc demo with maven.
  6. 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.

About

learning to develop a web project


Languages

Language:Java 100.0%