Java Reference
In-Depth Information
Commons FileUpload . . . . . . . . . . . . . . . . . . http://commons.apache.org/fileupload
This is required if you want to use CommonsMultipartWrapper for file uploads.
You'll also need Commons IO ( http://commons.apache.org/io ) .
COS (com.oreilly.servlets) . . . . . . . . . . . . . . . . . . . . . . http://www.servlets.com/cos
This is Jason Hunter's file upload support. This is required if you want to use
CosMultipartWrapper for file uploads.
JavaMail . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . http://java.sun.com/products/javamail
This is required if you use EmailTypeConverter to validate email addresses. If
you're not using Java 6 or newer, you'll also need the Java Activation Frame-
work ( http://java.sun.com/javase/technologies/desktop/javabeans/jaf ) .
B.3
Third-Party Frameworks, Libraries, and Tools
Display Tag . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . http://displaytag.sourceforge.net
This is a library for easy creation of feature-rich HTML tables.
Log4J . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . http://logging.apache.org/log4j
This is a popular and powerful logging framework. Used in the topic's sample
code bundle.
HSQLDB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . http://www.hsqldb.org
This is an easy-to-use Java database engine.
Java Persistence API (JPA) . . .
. . . http://java.sun.com/javaee/technologies/persistence.jsp
This is the standard persistence-layer specification for Java EE 5.
Hibernate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . http://www.hibernate.org
This is a JPA-compliant ORM (Object-Relational Mapping) tool.
Spring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . http://www.springframework.org
The Spring framework includes, among other modules, a dependency injection
container.
Google Guice . . . . . . . . . . . . . . . . . . . . . . . . . . http://code.google.com/p/google-guice
This is a dependency injection library.
JUnit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . http://www.junit.org
This is a framework for automated unit tests.
Mockito . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . http://www.mockito.org
This is a library for testing with mock objects.
jQuery . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . http://www.jquery.com
This is a popular JavaScript and Ajax library.
Prototype . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . http://www.prototypejs.org
This is another popular JavaScript and Ajax library.
 
 
 
Search WWH ::




Custom Search