jboss 4.0.4 GA的build文件
jboss文档中,构建、部署及初始化duke's bank应用的步骤如下:
第一步、Compiling the Java Source
ant -f jboss-build.XML compile第二步、Package the EJBs
ant -f jboss-build.xml package-ejb 第三步、Package the WAR File
ant -f jboss-build.xml package-Web第四步、Package the Java Client
ant -f jboss-build.xml package-client 第五步、Assembling the EAR
ant -f jboss-build.xml assemble-app第六步、Creating the Database Schema:
to create the necessary tables
ant -f jboss-build.xml db-create-tablepopulate them with the required data.
ant -f jboss-build.xml db
文章整理:西部数码--专业提供域名注册、虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!




