Seam 环境搭建
?
安装 JDK5( j2SE development kit 5 ) ,?
安装 ant?
安装 jboss-seam-2.1.1.GA?
配置数据库 Ms Sql Server?
运行 Seam Example?
配置 seam-gen?
#Generated by seam setup#Tue May 12 09:26:04 CST 2009hibernate.connection.password=8025256workspace.home=d\:/project_seammodel.package=com.ligeinfohibernate.default_catalog=testdriver.jar=d\:\\java_lib/sqlserver2005/sqljdbc.jaraction.package=com.ligeinfotest.package=com.ligeinfo.testdatabase.type=mssqlrichfaces.skin=classichibernate.default_schema=dbodatabase.drop=nproject.name=myprojecthibernate.connection.username=sahibernate.connection.driver_class=com.microsoft.sqlserver.jdbc.SQLServerDriverhibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProviderproject.type=earicefaces.home=database.exists=njboss.home=d\:/jboss-4.2.3.GAhibernate.dialect=org.hibernate.dialect.SQLServerDialecthibernate.connection.url=jdbc\:sqlserver\://localhost\:1433;databaseName\=testicefaces=n
?
然后运行 seam new-project ,生成项目模板文件。我的生成目标是 D:\project_seam\myproject。
?
在此目录下,运行 ant explode ,即可部署此项目。
?
打开 http://127.0.0.1:8080/myproject/ 就能看到一个不错的页面。
?