zoukankan      html  css  js  c++  java
  • 提高生产力:开源Java工具包Jodd(Java的”瑞士军刀”)

    官方网站:http://jodd.org/

    下载地址:http://jodd.org/download/index.html

    Jodd=tools + ioc + mvc + db + aop + tx + html < 1.3M

    Jodd是一个普通开源Java包。你可以把Jodd想象成Java的"瑞士军刀",不仅小,锋利而且包含许多便利的功能。

    Jodd 提供的功能有
    1.提供操作Java bean,
    2.可以从各种数据源加载Bean,
    3.简化JDBC的接连与代码,
    4.剖析SQL查询,
    5.处理时间与日期,
    6.操作与格式化String,
    7.搜索本地硬盘上的文件,
    8.帮助处理Servlet请求等。
    9.除此之外还包含一个很小,但实用的基于JSP的MVC框架。

     

    (特别说明:担心自己翻译得不好,就不再翻译了)

    Jodd Tool

    1.BeanUtil:Fastest bean library, bundled with type introspection and type conversion tools and some unique features.

    2.Props:Experience super properties replacement, featuring: UTF8, sections, profiles, macros and more.

    3.Utilities:Jodd is packed with many carefully selected utilities; obsessively optimized for performances and to be easy to use.

    4.HTTP:Tiny and raw HTTP client, helps talking to servers.

    5.JDateTime:Elegant usage and astronomical precision in single time-manipulation class.

    6.Email:Sending and receiving emails for busy developers.

    7.Servlet:Better standard tag library, jsp functions, support for file download, smart forms….

    Jodd Frameworks

    1.Madvoc:Elegant web MVC framework that uses CoC and annotations in a pragmatic way to simplify web application development.

    2.Proxetta:The fastest proxy creator with unique approach for defying pointcuts and advices.

    3.Paramo:Access method and constructor parameter names with ease.

    4.VTor:Focused validation framework for any Java object.

    5.Decora: Decoration framework for pages based on templates

    6.HtmlStapler:Transparently staple many javascript and css resources into single requests.

    7.Petite:Slick and lightweight DI container that uses annotations and supports sufficient most of features offered by other containers.

    8.Db&Dboom:Efficient and thin layers that simplifies writing of database code significantly.

    9.JTX:Manage transactions with this small stand-alone tx manager.

    10.Lagarto:Fast and versatile all purpose HTML parser.

    11.Jerry:jQuery-friendly Java parser with CSS selectors support.

    Jodd Labs

    Jodd Joy:Start coding your web applications right away, using best Jodd practices integrated into thin application layer.

    原文参见:http://fansunion.cn/articles/2246 

                    提高生产力:开源Java工具包Jodd(Java的”瑞士军刀”)

  • 相关阅读:
    动态获取Resources里面的图片列表
    在LINQ中实现多条件联合主键LEFT JOIN
    Failed to fetch URL http://dlssl.google.com/android/repository/repository.xml
    LINQ多条件OR模糊查询
    使用ILMerge将所有引用的DLL和exe文件打成一个exe文件
    安卓模拟器、电脑运行安卓系统android、apk文件
    C/C++中枚举类型(enum)
    指针详解
    Visaul Studio 2008 中配置DirectX9c的开发环境
    出自涅磐,缘自凤凰
  • 原文地址:https://www.cnblogs.com/qitian1/p/6463652.html
Copyright © 2011-2022 走看看