- Java transaction API (JTA), Java persistence API (JPA), Java Unified express language (EL), Composite Capabilities/Preference Profiles and JSR 188 (CC/PP), JSR 170, JSR-168, JSR-286...
- PicoContainer: Is most important feature is its ability to instantiate arbitrary objects. This is done through its API, which is similar to a hash table. You can put java.lang.Class objects in and get object instances back
http://picocontainer.org
- Shindig: OpenSocial container and helps you to start hosting OpenSocial apps quickly by providing the code to render gadgets, proxy requests, and handle REST and RPC requests
http://shindig.apache.org/
- Dom4j:is an open source Java library for working with XML, XPath and XSLT. It is compatible with DOM, SAX and JAXP standards
http://www.dom4j.org
- Ehcache: Standards-based cache used to boost performance, offload the database and simplify scalability
http://ehcache.org/
- Lucene: A high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform
http://lucene.apache.org
- JiBX: Binding XML to Java Code
http://jibx.sourceforge.net/
- AOP Alliance: Aspect-Oriented Programming (AOP) for java
http://aopalliance.sourceforge.net/
- Google Caja: allows websites to safely embed DHTML web applications from third parties, and enables rich interaction between the embedding page and the embedded applications
http://code.google.com/p/google-caja/
- Apache POI: Project's mission is to create and maintain Java APIs for manipulating various file formats based upon the Office Open XML standards (OOXML) and Microsoft's OLE 2 Compound Document format (OLE2). In short, you can read and write MS Excel files using Java. In addition, you can read and write MS Word and MS PowerPoint files using Java. Apache POI is your Java Excel solution (for Excel 97-2008). We have a complete API for porting other OOXML and OLE2 formats and welcome others to participate
http://poi.apache.org/
- Apache PDFBox™ is an open source Java PDF library for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command line utilities
http://pdfbox.apache.org/
- Quartz: is a full-featured, open source job scheduling service that can be integrated with, or used along side virtually any Java EE or Java SE application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of-thousands of jobs; jobs whose tasks are defined as standard Java components that may execute virtually anything you may program them to do. The Quartz Scheduler includes many enterprise-class features, such as JTA transactions and clustering
http://www.quartz-scheduler.org/
- JUEL: is an implementation of the Unified Expression Language (EL), specified as part of the JSP 2.1 standard (JSR-245), which has been introduced in JEE5. Additionally, JUEL 2.2 implements the JSP 2.2 maintenance release specification for full JEE6 compliance
http://juel.sourceforge.net/
- Apache Shiro (JSecurity): is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, and session management. With Shiro’s easy-to-understand API, you can quickly and easily secure any application – from the smallest mobile applications to the largest web and enterprise applications
http://shiro.apache.org/
- Sanselan: Pure-Java library reads and writes a variety of image formats, including fast parsing of image info (size, color space, icc profile, etc.) and metadata.
This library is pure Java. It's slow, consequently, but perfectly portable. It's easier to use than ImageIO/JAI/Toolkit (Sun/Java's image support), supports more formats (and supports them more correctly). It also provides easy access to metadata
http://commons.apache.org/sanselan/
No comments:
Post a Comment