I've been working on something similar. It is a CDI extension that allows a Seam 2 application to run in an EE6 container without Seam 2. It focuses solely on the core programming model. Some of the Seam 2 -> CDI conversions are done at the deployment time while the rest is handled by a compatibility layer at runtime.
On 11/25/2011 02:26 PM, Antoine Sabot-Durand wrote: > Reading the SeamNext thread and all these remarks about Seam 2 to Seam > 3 migration I was wondering how difficult would it be to create a Seam > 2 CDI extension to provide the same kind of bridge we have with Spring ? > > This bridge would be one way : using Seam 2 bean in CDI (the other way > is not relevant). It would help people to go thru the migration > process don't you think ? > > The biggest difficulty would probably be the Seam 2 navigation and > providing some kind of extension to merge JSF2 and Seam 2 navigation > seems a bit tricky. > > > > Antoine SABOT-DURAND > > > _______________________________________________ > 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
