您的位置:首页 > 编程语言 > Java开发

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

2013-02-05 15:31 369 查看
WAS
Tomcat 7.0
Web Server
Nginx?
Apache?
JDK
Java SE 7
IoC Container
Spring Framework 3.1
Configuration
Java Config with XML less Web Configuration(https://github.com/kolorobot/spring-mvc-quickstart-archetype)
Persistence
JAP 2.0 with Hibernate 4.1
Logging
SLF4J with LogBack classic
LogBack?
Date Library
yoda-time
Language Extention
Commons-Lang
Connection Pool
Tomcat JDBC Pool(http://www.tomcatexpert.com/blog/2012/01/24/using-tomcat-7-jdbc-connection-pool-production)
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?
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: