-
1. Re: Errai and Seam
rruss Apr 9, 2010 6:34 PM (in response to rkilcoyne)I know the team is looking at wiring CDI (Weld) and Errai, but not anything from the Seam 2 branch. Is that something that will be useful?
-
2. Re: Errai and Seam
heiko.braun Apr 12, 2010 4:16 AM (in response to rruss)Rodney is right. Currently we only work on CDI (Weld) integration:
http://anonsvn.jboss.org/repos/errai/projects/weld-integration/trunk/
But it shouldn't be too difficult to do something similar for Seam.
-
3. Re: Errai and Seam
rkilcoyne Apr 12, 2010 9:09 AM (in response to heiko.braun)Ah nice. This should do the trick! Thanks all for the pointers.
-
4. Re: Errai and Seam
heiko.braun Apr 12, 2010 10:30 AM (in response to rkilcoyne)Which means you are already using Weld?
-
5. Re: Errai and Seam
rkilcoyne Apr 12, 2010 10:42 AM (in response to heiko.braun)Not quite yet. As good as it looks, I'm not sure about moving forward with developing using Weld on an M2 release.
Actually, I was going to post a question here to get some advice on when to move to j2ee 6. I'm on Seam 2.2.0 on JBoss5.1. What's your take on moving to Weld at this point in the 6-series release cycle? My production timeframe is sometime mid-Summer. The only migration work I see is moving my Gilead integration classes for Seam over to Weld -- which should be trivial.
Rick
-
6. Re: Errai and Seam
rkilcoyne Apr 12, 2010 10:44 AM (in response to rkilcoyne)This would be a much easier/cleaner effort if Seam 2.2 included a discovery and extension point as nice as Weld's... ;-) I'm really looking forward to Weld.
Rick
-
7. Re: Errai and Seam
pmuir Apr 12, 2010 11:18 AM (in response to rkilcoyne)Jason explains the milestone system in a DZone interview - http://java.dzone.com/videos/jboss-as6-m1 - and from M1 of JBoss AS 6 Weld/CDI has been a complete, final "block" of the system. So I would say that part of JBoss AS 6 is ready for your app. Of course, if you are heavily using EJB 3.1 (for example) you should check how ready that bit is in the latest milestone :-)
-
8. Re: Errai and Seam
jaikiran Apr 12, 2010 12:53 PM (in response to pmuir)Pete Muir wrote:
Of course, if you are heavily using EJB 3.1 (for example) you should check how ready that bit is in the latest milestone :-)
6.0.0.M2 has support for EJB3.1 nointerface views and EJB3 war deployments http://community.jboss.org/wiki/EJB31inAS600M2.
Upcoming 6.0.0.M3 will have support for EJB3.1 singletons http://community.jboss.org/wiki/EJB31SingletonBeansinAS600M3
-
9. Re: Errai and Seam (Weld)
heiko.braun Apr 15, 2010 7:07 AM (in response to jaikiran)I've updated the weld-integration examples so they successfully deploy on JBoss6.0.0.M2:
http://anonsvn.jboss.org/repos/errai/projects/weld-integration/trunk
Make sure to check the README.txt
-
10. Re: Errai and Seam (Weld)
rkilcoyne Apr 15, 2010 12:56 PM (in response to heiko.braun)Thanks Heiko. This sure would make a nice Seam 3 module ;-)
Rick