2014年1月20日

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 阅读(271) 评论(0) 推荐(0) 编辑

2014年1月19日

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 阅读(135) 评论(0) 推荐(0) 编辑

2014年1月17日

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 阅读(196) 评论(0) 推荐(0) 编辑

2014年1月16日

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 阅读(131) 评论(0) 推荐(0) 编辑

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 阅读(299) 评论(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 阅读(151) 评论(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 阅读(143) 评论(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 阅读(193) 评论(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 阅读(196) 评论(0) 推荐(0) 编辑

导航