2007年10月30日 星期二

利用 seam-gen 快速生產程式

1. seam setup
建立設定檔(build.properties)

#Tue Oct 30 20:24:11 CST 2007
hibernate.connection.password=1234
workspace.home=c\:/icps
model.package=com.icps.entity
hibernate.default_catalog=icps
driver.jar=c\:\\icps\\lib\\sqljdbc.jar
action.package=com.icps.session
test.package=com.icps.test
database.type=mssql
hibernate.default_catalog.null=
hibernate.default_schema=dbo
database.drop=n
hibernate.default_schema.null=
project.name=icps
hibernate.connection.username=icps
hibernate.connection.driver_class=com.microsoft.sqlserver.jdbc.SQLServerDriver
hibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProvider
project.type=war
icefaces.home=
database.exists=y
jboss.home=C\:/icps//jboss-4.2.1.GA
hibernate.dialect=org.hibernate.dialect.SQLServerDialect
hibernate.connection.url=jdbc\:sqlserver\://59.127.137.13\:1433

2. seam new-project
建立專案檔案

3. seam generate-entities
產生資料庫所有的 action bean 及 form bean

沒有留言: