Trove is a library of useful classes that is used by Tea and the TeaServlet. Trove includes the Class File API, the Logging API and a set of utility classes.
The Class File API simplifies creation of Java class files. Instead of having to write byte-code, the Class File API allows you to call high-level methods which generate the byte-code for you.
The Logging API is a powerful logging framework. This framework allows you to listen for logging events and route them to the appropriate log file or database.
Trove also includes a set of Utility Classes. The Thread Pool class is useful for managing a collection of reusable threads. The Cache class is a generic caching utility that keeps the most recently used items in memory. The Property Map class allows for simple but powerful properties files.
其他Java Java机器码工具 开源项目资源: