• jZeno


    jZeno是一个用于开发web2.0应用程序的开源Java full-stack框架。类似于GWT,jZeno也能够把Java开发转换成Javascript/HTML/CSS。jZeno构建在Hibernate和Echo之上。

    jZeno is an open source java development framework that offers the ability to develop rich web applications. The main architectural goal of jZeno is to allow people to create web applications using pure java development as much as possible. Largely reducing the need to know technologies like javascript, HTML, CSS, database specific SQL, JSP, JSF, etc... Instead of expressing things on a low technical level we not only provide standard components to use, but encourage people to focus on learning more important skills much deeper. We think these skills are a thorough understanding of java, OO development, design patterns and other abstraction techniques.

    jZeno is also more than a software development framework. It is also a set of standards and guidelines to be used within your projects. We believe that many companies regularly (re-)created these types of standards and guidelines in order to streamline their development process. Thus jZeno is also an attempt to provide these things in open source.

    jZeno proposes a standard architecture for your application. jZeno applications have a traditional layered architecture :

       1. The presentation layer. Here jZeno proposes that you create your own 'dynamic components'. If performed well this allows you to avoid much code duplication in this layer. Reducing the codebase of your presentation layer compared to struts/JSP applications. jZeno's dynamic components provide for easy data binding, input validation and event handling. Application developers are strongly encouraged to build components that correspond to concepts (and thus objects/classes) from the domain model.
       2. The business layer. Here jZeno proposes a view where persistent objects can be manipulated and are synchronized to the database automatically. A so-called auto-sync aspect automatically detects which objects were modified or created on the persentation layer or the business layer, and applies this new information to the database. In essence most developers will only need to learn how to write queries (using HQL), and not worry about session interactions. jZeno also provides many (traditional) services like transaction management, security enforcing, dead-lock detection and retry, etc...
       3. The domain model layer. In this layer we propose you write methods that allow persistent object to be more than just representations of records in the database. Domain objects can have rich functionality. This allows you to avoid some code duplication among business facades.

    点击次数   官方主页【官方主页】   下载地址【下载地址】

    网友留言/评论

    我要留言/评论

    相关开源项目

    SOFIA:SOFIA是为J2EE提供的一个快速应用程序开发工具。它集成了各种优秀的Java框架来为开发高质量的数据库驱动的Web应用程序提供一个解决方案。
    Tapestry:Tapestry是一个开源的基于servlet的应用程序框架,它使用组件对象模型来创建动态的,交互的web应用。一个组件就是任意一个带有jwcid属性的html标记。其中jwc的意思是Java Web Component。Tapestry使得java代码与html完全分离,利用这个框架开发大型应用变得轻而易举。并且开发的应用很容易维护和升级。Tapestry支持本地化,其错误报告也很详细。Tapestry主要利用javabean和xml技术进行开发。【Spindle:Tapestry辅助开发Eclipse插件】.
    Spring Mobile: Spring Mobile 是 Spring MVC 的扩展,用来简化手机上的Web应用开发。收录时间:2010-11-21 17:04:24
    SpringSide:SpringSide--Pragmatic Enterprise Application KickStart and Common Library Stack,这么长的一个名字下来,不用解释大家都知道是做什么的了----以Spring Framework为core,提供一个Pragmatic的企业应用开发基础和最佳实践展示。
    Aranea:Aranea是一个开源,面向组件,事件驱动的Java MVC Web框架。它提供一种通用简单的方式来构建Web应用程序组件,复用自义定或一般的GUI逻辑,扩展该框架。Aranea强调必须使用POJOs面向对象的技术,并且提供一个Jsp标签库来帮助开发web GUI界面。
    AribaWeb:AribaWeb是一个基于组件的Web应用快速开发框架,用于创建基于Ajax的web应用程序。AribaWeb集成了开发数据库应用所需的全部功能,提供丰富的Rich Widgets(forms、pivot、tables、charts、rich text editors等)并且与一个ORM数据库框相绑定。AribaWeb开发的Web应用支持部署在不同的J2EE运行环境中。
    firefly: 精于心,简于形。firefly应用程序框架。
    firefly是一个追求高性能的应用程序框架,性能大幅超越spring3、struts2等,详情请看性能测试报告
    零依赖,仅仅依赖于jdk
    精简、轻量、无侵入
    core包含IOC、MVC、Interceptor等常用功能
    使用简单,基于约定优于配置的思想,可完全使用Annotation方式 或Annotation和XML混合方式进行配置
    douyu: 一种新的Java开发平台,将编译器、Http服务器、MVC、权限完美整合在一起,实现了ORM的自动化。
    Sails:

    Sails是一个动态,开源的Web框架,采用测试驱动进行设计。它的配置,urls到Actions的映射与处理后转向的页面都是采用约定俗成的方式。Sails包括:
     反转控制器Rigging,
     模板语言Viento,
     框架的核心Sails,
     Eclipse平台上的开发插件Shipyard,
     范例程序Dock