An open API service indexing awesome lists of open source software.

https://github.com/letiantian/another-tutorial-about-java-web

:crying_cat_face: another tutorial about java web
https://github.com/letiantian/another-tutorial-about-java-web

Last synced: 10 months ago
JSON representation

:crying_cat_face: another tutorial about java web

Awesome Lists containing this project

README

          

# 浅入浅出Java Web

## JSP & Servlet

[00-00、序](./00-00.md)
[00-01、相关软件的安装](./00-01.md)
[00-02、理解HTTP](./00-02.md)
[00-03、从JSP开始](./00-03.md)
[00-04、理解Servlet](./00-04.md)
[00-05、过滤器与监听器](./00-05.md)
[00-06、使用velocity模板引擎](./00-06.md)
[00-07、使用数据库连接池](./00-07.md)
[00-08、Tomcat的运行机制](./00-08.md)

## Spring MVC

使用Spring 4.0 。

[01-00、Spring与依赖注入](./01-00.md)
[01-01、Spring与面向切面编程](./01-01.md)
[01-02、使用Spring MVC构建Hello World](./01-02.md)
[01-03、JdbcTemplate](./01-03.md)
[01-04、基于注解的URL映射](./01-04.md)
[01-05、JSON](./01-05.md)
[01-06、校验器](./01-06.md)
[01-07、国际化](./01-07.md)
[01-08、拦截器](./01-08.md)
[01-09、文件上传](./01-09.md)
[01-10、转换器与格式化](./01-10.md)

## Book
[Spring MVC学习指南](http://book.douban.com/subject/26411275/)
[JSP大学实用教程](http://book.douban.com/subject/7052099/)
[Spring MVC Beginner's Guide](https://www.packtpub.com/application-development/spring-mvc-beginner%E2%80%99s-guide)
[轻量级Java EE企业应用实战](http://book.douban.com/subject/10582495/)

## Online Tutorial
[JSP教程 - 菜鸟教程](http://www.runoob.com/jsp/jsp-tutorial.html)
[Servlet教程 - 菜鸟教程](http://www.runoob.com/servlet/servlet-tutorial.html)
[Spring官方文档:Spring Framework Reference Documentation](http://docs.spring.io/spring/docs/3.0.x/spring-framework-reference/html/index.html)
[Spring MVC官方文档:Introduction to Spring Web MVC framework](http://docs.spring.io/spring/docs/3.0.x/spring-framework-reference/html/mvc.html)
[跟开涛学spring mvc](http://sishuok.com/forum/blogCategory/showByCategory.html?categories_id=101&user_id=2)

## Q & A
[stackoverflow](http://stackoverflow.com/)
[开源中国社区-问答](http://www.oschina.net/question)

## Learn More
[Jetty](http://www.eclipse.org/jetty/)
[Netty](http://netty.io/)
[JUnit](http://junit.org/)
[Maven](https://maven.apache.org/)
[Gradle](http://gradle.org/)
[MyBatis](http://mybatis.github.io/)
[Hibernate](http://hibernate.org/)
[Akka](http://akka.io/)

**JUnit:**
[慕课网:JUnit](http://www.imooc.com/learn/356)

**Maven:**
[慕课网:Maven](http://www.imooc.com/learn/443)

**Gradle:**
[Gradle User Guide](https://docs.gradle.org/current/userguide/userguide.html)
[Gradle入门系列](http://blog.jobbole.com/71999/)
[使用Gradle构建Java Web应用](http://www.blogjava.net/jiangshachina/archive/2014/01/23/409285.html)
[Simple Gradle Web Application](http://codetutr.com/2013/03/23/simple-gradle-web-application/)

## Supplement
[补充](./supplement.md)