Skip to content
wind-org edited this page Jul 31, 2014 · 22 revisions

Introduction

windK是一个基于Spring的J2EE工程,它融合了当前比较主流的Web开发的技术和实践,通过一些简单的例子展示了设计与开发中的一些优秀的技术与原则,目的是为了对web开发的学习与实践的归纳、总结。(部分技术正逐渐集成中)

Reference

Web

  • HTML5,Javascript,Ajax,Jquery,Jquery Plugins,Bootstrap Css
  • JSP,JSTL,Spring tag,Spring MVC
  • SiteMesh,YUICompressor

Service

  • Spring
  • Shiro Security
  • JMS,ActiveMQ
  • Schedule,Quartz
  • Log,Slf4j

WebService

  • SOAP Service(CXF)
  • JAX-RS(CXF),Spring Restful Service
  • Spring RestTemplate
  • Http Client

Cache

  • Cache Overview
  • Ehcache,
  • Memcached

Persistence

  • Spring Data JPA,Spring Data MongoDB
  • MyBatis

Data

  • DataBase Overview, DataSource, Transaction
  • Mysql
  • Nosql,MongoDB,Redis

Test

  • Test Overview
  • Unit Test,Mockito
  • BDD,Jebehave,Selenium

General Library

  • Validation
  • General Utilizes,Email

Environment

  • Maven
  • Git
  • Continuous Integration,Jenkins

Clone this wiki locally