Documentation covers only small part of existing utilities. Please browse API for more information and examine test-cases for more examples. Do not hesitate to contact support for more documentation on specific subject!
A lot of documentation is stored in JavaDoc. Since there are large number of utilities and tools in Jodd, the best way to find something is to search the API for it. Just enter below what you are looking for:
Jodd javadoc.
Jodd-WOT javadoc.
BeanUtil - fastest bean manipulation library around.
JDateTime - elegant usage and astronomical precision in one time-manipulation class.
StringUtil - more then 100 of additional String utilities.
Printf - formatted value printing, as in C.
Email - sending and receiving emails.
SwingSpy - inspection of swing component hierarchy.
Wildcard - using wildcards.
Jodd tag library - new power to the JSP.
Form tag - automagically populates forms.
Uphea - real-world web application example built on Jodd framework.
Build web applications with Jodd - tutorial that gives step-by-step instructions how to build web application using Jodd. Along it also provides some best-practices using Jodd frameworks.
Madvoc - elegant web MVC framework that uses CoC in a pragmatic way to simplify web application development.
Petite - slick and lightweight DI container that supports sufficient most of features offered by other containers.
Proxetta - the fastest proxy creator with unique approach for defying pointcuts and advices.
Db & DbOrm - efficient and thin layers that significantly simplifies writing of database code.
Methref - strongly-typed method name references.
Logging, make Jodd logs to your logging framework over SLF4J.
Prepare objects before update, when adding or editing entities in web applications.
Inject values into entity using hints, to significantly simplify the code.
Skip action paths, so Madvoc does not process them.
AOP aware Madvoc action requests: aspects on actions and custom action request.
Add to classpath with ClassLoaderUtil in runtime.
DB Relations, one example how to manage db relations.