Introductionjboss seam and appfuse are both great j2ee application framework,i like them very much. but i think they can refer to mutually,so the myseam appears,it contains the all feature of jboss
... [More]
seam2.0GA,at one time it expand some new feature for more conveniently develop,and using some feature of appfuse too.
new feature that the jboss seam don't contain:the Home Bean,List Bean,entity can be generated into difference package,and the view can be generated into difference directory,such as,i have three tables:sys_role,sys_user,rs_resource in database,first configurate the gen4db.xml as the following:
sys_user,sys_role
rs_resource
sys,rs
IDENTITY
and suppose the base package is com.googlecode.myproject,then the code generated is the following:
model
com.googlecode.myproject.model
common
User.java
Role.jave
resource
Resource.java
action
com.googlecode.myproject.service
common
UserHome.java
UserList.java
RoleHome.jave
RoleList.jave
resource
ResourceHome.java
ResourceList.java
view
common
UserEdit.xhtml,eg.
RoleEdit.xhtml,eg.
resource
ResourceEdit.xhtml,eg.the code generated don't constain the table prefix,including the code name. the all label value in page be config in resource file and generated by tools. use datascroller tag to scroll the page for listing data by default. user rich:calendar for timestamp property. format date for the view and list page and the format be config in resource file. the value of getMaxResults be config in resource file. add user and role management module. Getting Startedif you are not familiar with jboss seam,please first spend some time to study jboss seam. QuickStart to starting myseam. QuestionPlease submit to issues or mail to h.chlolz@gmail.com,if having any question. [Less]