-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Home4.0
Calvin Xiao edited this page Dec 25, 2015
·
3 revisions
SpringSide是以Spring Framework为核心的,Pragmatic风格的JavaEE应用参考示例,是JavaEE世界中的主流技术选型,最佳实践的总结与演示。
4.2.2 八和九生版 ,窦大仙风格的发布版本, see the ChangeLog。
- Quick Start -- 快速开始指南
- Design -- 设计与选型文档
- Tutorial -- CRUD页面编写教程
- 江南白衣的微博
###Web
- Spring MVC, JSP/JSTL/Servlet
- JQuery and plugins, Ajax, Twitter Bootstrap CSS
- SiteMesh, YUICompressor
###WebService
###Data
- Spring Data JPA, JPA/Hibernate, MyBatis
- DataBases Overview, H2 Database, DataSource, Transaction
- NOSQL, Redis
- Cache Overview, Guava Cache, Ehcache, Memcached
###Service
- Shiro Security, Crypto
- Schedule/Quartz
- JMS/ActiveMQ
- JMX
- System Protection, Hystrix, Rate Limiter
- Monitoring and Metrics, Metrics Library, Graphite
- Logging/Slf4j/Logback, Centralized Logging/Logstash
###General Library
- Spring
- Validation Overview, JQuery Validation, Hibernate Validator
- General Utilizes, JSON/JAXB, Date, Email
###Test
- Test Overview, Unit Test/Mockito/AssertJ, Selenium2, BDD
- Performance Test Overview, JMeter, Profiler
- Simulator Overview, Node.js Simulator
###Environment