• Equinox


    Equinox是AppFuse的一个轻量级版本。Equinox使用Spring MVC与Hibernate作为默认实现(数据库为:PostgreSQL)。但是你可以把Web框架改成JSF, Struts,Tapestry或WebWork。也可以把持久层框改成iBATIS,JDO(JPOX),Spring JDBC或OJB()。同时支持Ant和Maven2进行构建与测试。AppFuse与Equinox的不同之处在于AppFuse有以下特性: 1.使用Acegi Security进行授权和认证; 2.用户管理; 3.为基于增删改查(CRUD)的应用程序自动生成代码; 4.文件上传;

    Equinox is a lightweight version of AppFuse. I was inspired to create it while writing Spring Live  and looking at the struts-blank and webapp-minimal applications that ship with Struts and Spring, respectively. These "starter" apps were not robust enough for me, and I wanted something like AppFuse, only simpler.

    Much of the documentation for developing with Equinox can be found in the QuickStart Chapter from Spring Live. If you have issues downloading this PDF, you might try saving it to your hard drive before opening it. The QuickStart Chapter covers developing with Struts, Chapter 4 covers developing with Spring MVC and Appendix A covers JSF, Tapestry and WebWork. AppFuse has online tutorials for developing with all of these frameworks.

    Equinox uses Spring MVC and Hibernate by default. However, you can change your web framework to JSF, Struts, Tapestry or WebWork. You can also change your persistence framework to be iBATIS, JDO (JPOX), Spring JDBC or OJB. Both Ant and Maven 2 are supported for building and testing.

    For a web framework comparison check out my presentation on comparing these frameworks. A more detailed comparison can be found in Spring Live, Chapter 11. AppFuse contains all 5 web framework options as well.

    The major differences between AppFuse and Equinox are that AppFuse has the following features:

        * Authentication and Authorization with Acegi Security
        * User Management
        * Code generation for CRUD-based applications
        * File Upload
        * Active and Vibrant User Community

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

    网友留言/评论

    我要留言/评论

    相关开源项目

    Turbine:Turbine是基于Servlet的框架包,也是开放源代码Jakarta项目。目前还没有关于Turbine的大量文档。它类似于Struts,但是有一些主要区别。突出的一点就是它并没有与JSP耦合。Turbine的特点是它提供了大量可重用的组件。此框架包中包含了大量组件,但是这些组件是离散的。它似乎应该给出更多的组件库,但是由于它缺少文档,所以很难掌握完整的体系结构。
    Spring Mobile: Spring Mobile 是 Spring MVC 的扩展,用来简化手机上的Web应用开发。收录时间:2010-11-21 17:04:24
    Sails:

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

    JSPWidget:JSPWidget是一个Jsp框架,它提供了事件驱动,视图状态保留(view state retained),服务端GUI控制来使得JSP开发能够像在传统的窗体客户端与基于客户端的web应用程序中一样直观.
    Echo:Echo是为用Java开发Web应用程序提供的一个面向对象,事件驱动的框架。使用Echo 框架来编程类似于使用Swing API来开发应用程序或applets 。
    Japple:Japple是一个建造Web应用程序和服务的快速应用程序开发环境。Japple在Java2平台和开放标准之上建造,和传统方法相比可以让你更快、更容易、更有效地开发和部署Web应用程序。
    SeamWebAppGen:SeamWebAppGen是一个Web应用程序生成器。它生成的应用程序基于JSF2.1,JBoss SEAM,RichFaces和EJB3等技术并能够部署在JBoss Application Server (4.x)上。
    JBlooming:JBlooming是一个Java Web开发框架,这个框架尽可能得使用Java API和面向对象的思想来设计接口,所以没有使用标签。而是使用面向对象的Jsp模板技术。JBlooming主要的特点包括:灵活和强大:这个框架能够让你在任何情况下都可以使用java/jsp/html/js (包括AJAX)技术。一组成熟,漂亮的html组件并且可以很方便地切换到其它皮肤。提供自身校验功能。不需要使用XML,所有的配置都放在JSP中。这个框架还易于使用,而且确实能够提高我们的开发效率和程序的可维护性。
    Open-jACOB:Open-jACOB是一个Web框架用于开发基于AJAX,数据库驱动,跨浏览器的Web应用程序。该框架设计成一个基于Eclipse的插件,可以利用该插件设计数据库,设计UI,部署/测试应用程序等。具体用法可查看其提供的一个Flash Demo
    jWebApp:jWebApp是一个基于Servlet的MVC框架。jWebApp是当前最易于学习与使用的web框架。支持URI映射,服务器端Ajax支持和服务器端REST(RESTful web services)支持。此外一个非常高效的request缓存算法能够让jWebApp具有较高的运行速度。