Hi Jason, I checked "Migrate to CDI" section briefly and have some notes...
Producing resources - Factories are NOT called each time a resource is requested and may also be scoped via @Factory(scope=ScopeType.APPLICATION). See [1]. Scopes - there is no page scope either - dependent pseudo-scope has @Dependent annotation, not @DependentScoped And you should definitely mention the difference between Seam bijection and CDI injection. See [2]. Right now I'm working on a Seam 2 -> CDI presentation. As soon as I have it ready I'll post a link. Martin [1] http://docs.jboss.org/seam/latest/reference/en-US/html/concepts.html#d0e4355 [2] https://community.jboss.org/blogs/stuartdouglas/2010/10/12/weld-cdi-and-proxies Dne 14.2.2012 01:08, Jason Porter napsal(a): > https://github.com/seam/migration/blob/develop/open18_java_ee_6/migration_steps.rst > > I have all of the sections I had originally flesh out with some text. I would > appreciate anyone who has done any Seam 2 => EE 6 migration to take a look, > fork, issue pull requests, etc. Thank you everyone for the help. > > -- > Jason Porter > http://lightguard-jp.blogspot.com > http://twitter.com/lightguardjp > > Software Engineer > Open Source Advocate > Author of Seam Catch - Next Generation Java Exception Handling > > PGP key id: 926CCFF5 > PGP key available at: keyserver.net <http://keyserver.net>, pgp.mit.edu > <http://pgp.mit.edu> > > > > _______________________________________________ > seam-dev mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/seam-dev _______________________________________________ seam-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/seam-dev
