log4j
Log4j is a Java-based logging utility. It was originally written by Ceki Gülcü and is now a project of the Apache Software Foundation. It is used primarily as a debugging tool.
created by syam1224 on 2008-03-27 09:42:33
|
|
|
JavaServer Faces FAQ
FREQUENTLY ASKED QUESTIONS about JavaServer Faces Technology
created by syam1224 on 2008-03-27 04:52:09
|
|
|
Apache Ant
Apache Ant is a software tool for automating software build processes. It is similar to make but is written in the Java language, requires the Java platform, and is best suited to building Java projects.
The most immediately noticeable difference between Ant and make is that Ant uses XML to describe the build process and its dependencies, whereas make has its Makefile format. By default the XML file is named build.xml.
created by syam1224 on 2008-03-26 23:08:09
|
|
|
Adapter Design pattern
An adapter allows classes to work together that normally could not because of incompatible interfaces by wrapping its own interface around that of an already existing class. The adapter is also responsible for handling any logic necessary to transform data into a form that is useful for the consumer.
created by syam1224 on 2008-03-26 11:59:00
|
|
|
JavaServer Faces
JavaServer Faces technology simplifies building user interfaces for JavaServer applications. Developers of various skill levels can quickly build web applications by: assembling reusable UI components in a page; connecting these components to an application data source; and wiring client-generated events to server-side event handlers.
created by syam1224 on 2008-03-26 21:57:57
|
|
|
Java Specification Requests for JavaServer Faces
Java Specification Requests (JSRs) are the actual descriptions of proposed and final specifications for the Java platform. At any one time there are numerous JSRs moving through the review and approval process.
created by syam1224 on 2008-03-26 22:17:29
|
|
|