# smart-showcase-src **Repository Path**: chenmin/smart-showcase-src ## Basic Information - **Project Name**: smart-showcase-src - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-28 - **Last Updated**: 2024-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README SmartGWT Showcase ----------------- The SmartGWT Showcase contains many easy-to-follow illustrations of SmartGWT's capabilities. Prerequisites ------------- - Google Web Toolkit, 1.5.3 or later (2.0 or later recommended) http://code.google.com/webtoolkit/download.html Ensure GWT_HOME to the location of your Google Web Toolkit SDK directory. - Apache Ant, 1.6.5 or later (1.7.1 or later recommended) http://ant.apache.org/ Ensure ANT_HOME to the location of your Apache Ant directory, and the 'ant' command is in your PATH. Build and Deployment Instructions --------------------------------- - 'ant hosted' Run Showcase in GWT Hosted Mode. - 'ant' Compile Showcase for deployment. - 'ant war' Compile Showcase for deployment and bundle into showcase.war file. If you have a web container operating on localhost:8080, you can deploy showcase.war into the web container and access the Showcase at: http://localhost:8080/showcase/index.html