java Web项目中常用的一些工具整理

  • WAS
    • Tomcat 7.0
  • Web Server
    • Nginx?
    • Apache?
  • JDK
    • Java SE 7
  • IoC Container
    • Spring Framework 3.1
  • Configuration
  • Persistence
    • JAP 2.0 with Hibernate 4.1
  • Logging
    • SLF4J with LogBack classic
    • LogBack?
  • Date Library
    • yoda-time
  • Language Extention
    • Commons-Lang
  • Connection Pool
  • Database
    • MySQL 5.5
  • Template Engine
    • Velocity or standard JSP
    • Freemarker?
  • Decorator(or Template)
    • Tiles
    • Sitemesh
  • JavaScript Library
    • jQuery
    • Coffee?
    • Dart?
  • Language Extension
    • Guava Collection?
    • Common Lang 3?
  • Cache
    • memcached?
    • redis?
    • ehcache?
  • build
    • Gradle?
    • Maven?
  • deploy
    • Fabric?
    • ControlTier?
  • CI
    • Hudson?
    • Jenkins?
  • UT/UAT
    • JUnit & Mockito?
    • FEST?
    • Selenium?
  • Batch
    • Spring Batch?

posted on 2013-02-05 15:31  Joseph.Kim  阅读(658)  评论(0编辑  收藏  举报

导航