Jodd is a
Java Toolkit and micro-framework,the Jodd tool contains some useful tool classes and small frameworks that enhance the JDK to provide a lot of powerful features that can help implement daily development tasks and make the code more reliable, while the jodd framework is a lightweight application framework designed to follow COC, Dry and SCS principles to make development easier.
Jodd is divided into many modules, can be selected on demand, commonly used jodd modules are:
Jodd Tool class module
1. Jodd-core Some tool classes, including printf, Jdatetime, Stringutil, Fast buffers, and more
2. Jodd-bean Beanutil and type Check conversion tool
3. Jodd-props more powerful Java properties overrides
4. Jodd-email more easy to use e-mail transceiver
5. Jodd-upload Processing HTTP Uploads
6. Jodd-servlets some servlet-related tool classes with a nice set of JSP tag libraries
7. Jodd-http Lightweight HTTP Client
Jodd Small Frame Module
1. JODD-MADVOC an MVC framework
2. Jodd-petite a Dependency injection container
3. Jodd-lagarto Html/xml parser, including Jerry and Csselly, lets you filter HTML nodes like jquery
4. jodd-lagarto-web lagarto Web extension, including Decora, Htmlstapler, etc.
5. Jodd-proxetta help you implement dynamic proxy, get function parameter name
6. The lightweight package for Jodd-dboom database access can be seen as a simple ORM
7. Jodd-json JSON parsing, serialization
8. Jodd-vtor an annotation-based field validation framework
As a Java Open Source Toolkit and a small framework, jodd has a number of handy features, commonly used as follows:
1. Provide operation Java Bean,
2. You can load beans from a variety of data sources,
3. Simplify JDBC's succession and code,
4. Parse the SQL query,
5. Processing time and date,
6. Manipulating and formatting a String,
7. Search for files on your local hard drive,
8. Help with Servlet requests and so on.
these are the Jodd Toolkit and framework of a simple introduction, interested can learn the specific use!
Java Common Toolkit jodd detailed "Java Development learning"