Novice -Java the "Swiss Army Knife"


Jodd is a set of open source Java tools, including some useful tools and small frame. Simple, very powerful! This is our daily development work is undoubtedly more powerful, more effective.

Jodd = Tools + IoC + MVC + DB + AOP + TX + JSON + HTML < 1.6 Mb

Jodd is divided into a number of modules, on-demand selection can, jar can be downloaded directly from the official website.

Now look simple function Jodd what it offers:

      •  Provide operational Java bean,

      •  Bean can be loaded from various data sources,

      •  JDBC simplified and successive codes,

      •  Analysis of SQL queries,

      •  Processing time and date,

      •  Formatting operation String,

      •  Search for files on the local hard disk,

      •  Help processing Servlet requests, etc.



Tools module :

jodd-core utility classes, including Printf, JDateTime, StringUtil, Fast buffers, etc.

jodd-bean BeanUtil type checking and conversion tool

jodd-props more powerful alternative to Java Properties

jodd-email easier to use email transceiver

jodd-upload processing HTTP upload

Some jodd-servlets Servlet-related tools, comes with a nice set of JSP tag library

jodd-http lightweight HTTP client

Small frame modules are :

jodd-madvoc a framework MVC

jodd-petite a dependency injection container

jodd-lagarto HTML / XML parser included Jerry and CSSelly, let you like jQuery HTML node as screening

jodd-lagarto-web Lagarto's Web extended to include Decora, HtmlStapler etc.

jodd-proxetta help you achieve dynamic agent, to obtain the name of the function parameters

jodd-dboom       数据库访问的轻量级封装,可看作一个简单的ORM

jodd-json        JSON解析、序列化

jodd-vtor        一个基于注解的字段验证框架

Guess you like

Origin www.cnblogs.com/growithus/p/11012108.html
Recommended