2014年1月15日

Apache Maven-a software project management and comprehension tool

摘要: Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.ObjectivesMaven's primary goal is to allow a developer to comprehend 阅读全文

posted @ 2014-01-15 13:53 greatdreams 阅读(312) 评论(0) 推荐(0) 编辑

Apache Ant -a java library and command-line tool for building different types of applications

摘要: Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assem 阅读全文

posted @ 2014-01-15 13:49 greatdreams 阅读(152) 评论(0) 推荐(0) 编辑

SLF4J-SImple Logging Facade for Java

摘要: The Simple Logging Facade for Java (SLF4J) serves as a simple facade or abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing the end user to plug in the desired logging framework atdeploymenttime.Referencehttp://www.slf4j.org 阅读全文

posted @ 2014-01-15 13:40 greatdreams 阅读(180) 评论(0) 推荐(0) 编辑

cglib-code generation library

摘要: cglib is short of code generation library. Byte Code Generation Library is high level API to generate and transform JAVA byte code. It is used by AOP(aspect oriented programming), testing, data access frameworks(for example hibernate) to generate dynamic proxy objects and intercept field access. 阅读全文

posted @ 2014-01-15 10:49 greatdreams 阅读(144) 评论(0) 推荐(0) 编辑

javassit-a mean to manipulate the java bytecode of an application

摘要: Javassist(Javaprogrammingassistant) is aJavalibraryproviding a means to manipulate theJava bytecodeof an application.In this sense Javassist provides the support for structuralreflection, i.e. the ability to change theimplementationof aclassatrun time.Bytecode manipulation is performed atload-timeth 阅读全文

posted @ 2014-01-15 10:42 greatdreams 阅读(198) 评论(0) 推荐(0) 编辑

WebSocket-a protocol providing full-duplex communications channels over a single TCP connection

摘要: WebSocketis a protocol providingfull-duplexcommunications channels over a singleTCPconnection. The WebSocket protocol was standardized by theIETFasRFC 6455in 2011, and the WebSocketAPIinWeb IDLis being standardized by theW3C.WebSocket is designed to be implemented inweb browsersandweb servers, but i 阅读全文

posted @ 2014-01-15 10:17 greatdreams 阅读(197) 评论(0) 推荐(0) 编辑

JPA-Java Persistence API

摘要: TheJava Persistence API, sometimes referred to asJPA, is aJavaprogramming languageapplication programming interfacespecification which describes the management ofrelational datain applications usingJava Platform, Standard EditionandJava Platform, Enterprise Edition.The Java Persistence API originate 阅读全文

posted @ 2014-01-15 09:32 greatdreams 阅读(234) 评论(0) 推荐(0) 编辑

导航