- org.sakaiproject.app-name
- dao
all dao api classes- impl
all dao implementation classes
- impl
- hbm
hibernate mapping files only - logic
all business logic api classes- impl
all business logic implementation classes
- impl
- model
all value object POJOs - service (cannot use public)
all publically accessible api classes related to the app - tool
all java classes related to the tool (backing beans)- jsf, producers, params
presentation specific classes related to the tool
- jsf, producers, params
- dao
Note: You may have your own package base instead of org.sakaiproject
No comments:
Post a Comment