User Guide

  1. Introducing Smartweb framework
  2. Architecture
  3. Setup and configuration
  4. Building Model Component
    • Overview
    • Java Beans and scope
    • Business Logic domains
  5. Building persistence layer with hibernate
    • Overview
    • Mapping persistence class wih hibernate and xdoclet
    • Getting started with BusinessObjectFactory
  6. Building view components with struts
    • Overview
    • Forms and FormBeans interactions
    • Internationalization and presentation tag library inherited from Struts
    • Query results paging
    • Forms validation
  7. Building controller components
    • Overview
    • Writing action mapping
    • Getting started with AbstractArchiveAction
  8. Getting started with samples
  9. Handle application access privilege with auth module
    • Overview
    • Setup and configuration
    • The auth domain
    • Administration pages
    • Getting started with auth samples
  10. Registry module
    • Overview
    • Setup and configuration
    • Getting started with auth samples
  11. i18n module
    • Overview
    • Setup and configuration
    • Getting started
  12. Best practice
    • Handle transaction
    • Where place business rule?
    • Using criteria, hql or sql queries
    • Wrapping domains with stateless session bean
  13. What would you ask the Web Framework Experts?