|
AppfuseQuickStart(1)
AppFuse's main purpose is to help you quickly accelerate the start of your webapp. Here are the basic steps to creating a new project with it. ------------------------------------------------------------------------------------------ Appfuse的主要目的是帮助你快速的开始你的WEB应用。本文说明了使用它建立一个新工程的基本步骤。 ------------------------------------------------------------------------------------------ Download the source version or checkout the appfuse module from CVS (cvs -d :pserver:guest@cvs.dev.Java.net:/cvs co appfuse). Install J2SE 1.4+, set a Java_HOME environment variable, install Ant 1.6.1+, set an ANT_HOME environment variable. Install MySQL 3.23.x+ (recommend 4.0.18) and Tomcat 4.1.x+ (recommend 5.0.24 with hotfix). Set a CATALINA_HOME environment variable to point to your Tomcat installation. Optionally, you can see my development environment setup and get links to download the above packages. -------------------------------------------------------------------------------------------- 下载源代码或是从CVS检出AppFuse模块(cvs -d :pserver:guest@cvs.dev.Java.net:/cvs co appfuse)。安装J2SE1.4+,设置好Java_HOME环境 变量,安装Ant1.6.1+,设置好ANT_HOME环境变量。安装MySQL3.23.x+(建议4.0.18)以及TOMCAT4.1.X+(建议5.0.24补丁版)。设置一个 CATALINA_HOME环境变量以指出TOMCAT的安装目录。可选的,你可能参照我的开发环境设置并且取得下载以上包的链接地址。 ------------------------------------------------------------------------------------------ Setup a local SMTP server or change mail.properties (in the web/WEB-INF/classes directory) and build.properties (in the root -- for log4j messages) to point to an existing one - they default to localhost.
|