Ajax4JSF子项目 G4jsf 发布

G4jsf is new open source subproject under Ajax4jsf. The subproject's purpose is to maintain an integration library for the Google Widget Toolkit (GWT) and JavaServer Faces (JSF) that wraps Google widgets into JSF components to fully leverage both technologies. G4jsf CDK is a component development kit for making these components.

下载: https://ajax4jsf.dev.java.net/downloads/gwt/g4jsf-cdk-binary.zip

This zip file contains the latest version of G4jsf CDK.
Download and unzip it to your local disk.
It requires the Google Web Toolkit SDK. Google does not allow the distribution of the Google Web Toolkit SDK, so, if you don't have it, you need to download it directly from: http://code.google.com/webtoolkit/download.html and unzip it to your local disk.
Rename the build.properties.sample file from the g4jsf-cdk-binary.zip archive to be called build.properties and open it for editing.
In this file, set gwt.home to the location of the GWT SDK. For example, if you have your copy of Google Web Toolkit SDK installed into D:/gwt-windows-1.1.0 , then you would set gwt.home this way:
gwt.home=D:/gwt-windows-1.1.0Save build.properties

你可能感兴趣的:(Web,windows,JSF,Google,gwt)