01 2014 档案

Gradle-a project automation tool
摘要:Gradleis a project automation tool that builds upon the concepts ofApache AntandApache Mavenand introduces aGroovy-baseddomain-specific language(DSL) instead of the more traditional XMLform of declaring the project configuration.Gradle is build automationevolved. Gradle can automate the building, te 阅读全文

posted @ 2014-01-20 11:11 greatdreams 阅读(293) 评论(0) 推荐(0)

CodeIgniter-a php framework powering the next generation of web apps
摘要:CodeIgniteris a proven, agile & open PHP web application framework with a small footprint. It is powering the next generation of web apps.CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web ap 阅读全文

posted @ 2014-01-19 21:29 greatdreams 阅读(140) 评论(0) 推荐(0)

The Unicode® Standard: A Technical Introduction
摘要:The Unicode Standard is the universal character encoding standard used for representation of text for computer processing. Versions of the Unicode Standard are fully compatible and synchronized with the corresponding versions of International Standard ISO/IEC 10646. For example, Unicode 6.1 contains 阅读全文

posted @ 2014-01-17 16:44 greatdreams 阅读(220) 评论(0) 推荐(0)

Apache Flume
摘要:Flume is a distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log data. It has a simple and flexible architecture based on streaming data flows. It is robust and fault tolerant with tunable reliability mechanisms and many failover and re 阅读全文

posted @ 2014-01-16 17:10 greatdreams 阅读(135) 评论(0) 推荐(0)

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 阅读(325) 评论(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 阅读(174) 评论(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 阅读(183) 评论(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 阅读(157) 评论(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 阅读(206) 评论(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 阅读(204) 评论(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 阅读(237) 评论(0) 推荐(0)

A small configuration trick of Spring MVC web.xml
摘要:dispatcherServlet /*ALL requests being made to your web app will be directed to the DispatcherServlet. This includes requests like /tasklist/, /tasklist/some-thing.html, /tasklist/WEB-INF/views/index.jsp.Because of this, when your controller returns a view that points to a .jsp, instead of al... 阅读全文

posted @ 2014-01-02 09:36 greatdreams 阅读(138) 评论(0) 推荐(0)

导航