• WebGalileo Faces


    WebGalileo Faces是一组加入Ajax技术的JSF组件。组件包括:容器(container),面板(panel),左右列表(dual list),菜单(menu),日期和时间组件,流程图组件(flow chart)。WebGalileo Faces已经内建支持多种IDE包括Sun Java Studio Creator,IBM Rational Application Developer,Oracle JDeveloper和Eclipse。

    WebGalileo Faces© is a set of highly customizable reusable Open Source user interface Java Web Components that simplify the development of Java based web applications. With full support for the Sun Java Server Faces specification, AJAX, WebGalileo Faces© finally provides developers with the tools needed to easily capture and respond to UI events in the browser. Using the components developers can concentrate their efforts on the business logic of an application and not the details of client side user interface elements.


    WebGalileo Faces© is a must-have tool for Rich Internet Applications (RIA) development. The components' AJAX integration provides the support of standard JavaServer Faces phases like decode, validation, values update, components listeners invocation during corresponding PhaseListeners execution. With design-time integration with leading IDEs like Sun Java Studio Creator, IBM Rational Application Developer, Oracle JDeveloper, Eclipse, RIAs may be assembled in hours not in days. Styling and skinability feature provides great productivity enhancements for developers. With the best in the industry support of versatile technologies (Facelets, JSR 168 Portals, AJAX, Drag-n-drop and AJAX support in JSR 168 portlets) WebGalileo Faces is the solid platform for Enterprise Applications development. It is used around the world by clients ranging from small companies to international corporations in mission critical applications and solutions.


    The products offering combined with our unique expertise in enterprise scale projects development can streamline your efforts in the following areas:

    • RIAs development from the scratch

    • migration to RIAs from existing applications

    • legacy applications migration to RIA platform

    • legacy applications migration to Enterprise Portal platform
    点击次数   官方主页【官方主页】   下载地址【下载地址】

    网友留言/评论

    我要留言/评论

    相关开源项目

    Aurora:Aurora是一个开源的,可配置的,完全面向对象的MVC框架。Aurora的form控制器用的是Spring框架.
    Wabacus: JAVA通用快速开发平台(The Rapid Platform For J2EE Development)1、Wabacus框架是一个JAVA开发框架,提供完整的前后台服务,所以与JQuery,Ext等纯客户端框架不同,它能实现完整的SSH框架实现的功能,但是开发效率比SSH框架快好几倍;2、Wabacus框架对项目没有任何侵入,因此可以与任意框架(包括SSH)共存于一个项目,也就是说部分用Wabacus快速开发,部分Wabacus目前不支持的(比如webservice、全文检索等)则用SSH或其它框架开发。 3、这里广泛使用的“报表”术语,不是指真正意义上的报表,只是一个习惯称呼,Wabacus框架也不仅仅是一个报表工具,而是一个JAVA开发框架,或称快速开发平台。Wabacus框架主要特点: 支持热部署,增、删、改应用后,无需重启服务或redeploy,只需访问/ShowReport.wx?ACTIONTYPE=updateconfig即可。
    提供搜索、翻页、列过滤、列排序、列拖动,调整列宽,下载Excel等功能
    支持任意复杂表头应用的配置,支持数据细览报表
    全程ajax加载,支持IE、Firefox、Chrome、Opera等多浏览器。
    支持多数据源,多数据库类型(sqlserver2000、sqlserver2005、mysql、oracle、DB2等)
    支持国际化,支持客户和服务器端的校验配置
    支持数据行分组、列分组、树形表格,数据统计功能
    支持横向滚动条及表头固定的垂直滚动条
    支持任意层级的主子报表,主从报表
    支持常用输入框类型,且支持输入联想、下拉框关联、文件上传等功能
    支持数据编辑功能、支持各种表单的配置
    杜绝SQL注入和XSS攻击
    收录时间:2011-04-15 14:14:22
    Pustefix:Pustefix是一个web应用程序框架.它包含一个基于XML/XSLT的视图生成系统与一个清晰MVC模式的后端系统.前台UI可以利用XSLT模板构建并可包含部分的HTML或XML代码.
    Chrysalis:Chrysalis是一个Java Web开发框架.它有一个不同于大多数MVC Web框架的地方.Chrysalis的控制器类跟正常的Java类一样有着多个方法,客户端请求的URLs被映射到这些控制器方法.
    Pushlets:Pushlets是一个基于HTTP的发布/订阅框架,它实现了一种能够直接从服务端Java对象主动发送数据给浏览器端的HTML页面而不需要使用 Java applets或插件的机制。
    Struts:Struts是一个基于Sun J2EE平台的MVC框架,主要是采用Servlet和JSP技术来实现的。由于Struts能充分满足应用开发的需求,简单易用,敏捷迅速,在过去的一年中颇受关注。Struts把Servlet、JSP、自定义标签和信息资源(message resources)整合到一个统一的框架中,开发人员利用其进行开发时不用再自己编码实现全套MVC模式,极大的节省了时间,所以说Struts是一个非常不错的应用框架。【StrutsIDE:用于Struts辅助开发的一个Eclipse插件】
    基于全注解方式的SSH基础框架ssh-base-framework: 基于struts2.23 + spring2.5.6 + hibernate3.6.4 + hibernate-generic-dao1.0(除了spring,我整合的都是最新的GA包,hibernate-generic-dao是google code项目库中一个开源的basedao,我灰常喜欢,因为我找不到更好更适合我的)。
    JNex:JNex是实现MVC设计模式的纯Java框架.它可以使用三种视图(view):Swing,HTML,和Canoo ULC.
    Stripes:Stripes是一个视图框架用于利用最新的Java技术来构建Web应用程序.它具有以下特点:不需要对每一page/action进行映射配置 (ActionBeans将自动被发现,它利用注释进行配置),强大的绑定引擎用于构建复杂并脱离请求参数(request parameter)的web对象,易于使用并可本地化的验证与类型转换系统.可重复使用ActionBean作为视图帮助类.支持一个form对应多个事件.透明的文件上传能力.支持持续开发(比如在构思你的ActionBean之前可以先构建与测试JSP)等.
    douyu: 一种新的Java开发平台,将编译器、Http服务器、MVC、权限完美整合在一起,实现了ORM的自动化。