Skip to content
LightGuard edited this page Jan 25, 2012 · 6 revisions

Items from http://seamframework.org/Seam3/Seam2ToSeam3MigrationNotes to create here

Pages to create and document

  • Components
    • Actually not sure what is meant by this, the actual Components class or something else?
  • Differences in memory model
  • Services
    • Again, not sure what this is supposed to be about
  • EL from Seam 2
    • We really don’t have anything in EE6
  • Navigation
  • JSF UI Components
  • Decorators

Completed sections

  • Lifecycle Callbacks
  • Scopes and contexts
  • @Install vs CDI annotations
  • @Create / @Destroy (Lifecycle) vs EE/CDI annotations
  • @Startup vs EE6 Singleton and @Startup
  • Bootstrapping / initialization and life cycle callbacks
  • @RequestParameter, @Logger, @Datamodel
  • Configuration
  • Events
  • Interceptors

Other sections

  • Convert Seam 2 JSF tags to JSF2 equivalents