[JBoss Seam] - Re: Web Beans Sneak Peek
by lauerc
Seam has developed very well in the past months, especially regarding depen dency reduction and wider application server support.
Nevertheless the gap between the WebBean specification hasn't narrowed since the release of the early specification draft in october. This is quite critical because for example it's pretty clear that bijection is dead as the @Out annotation is no part of the specification and discussions have shown that it will not get into the standard. But since these features are still there they will be used. To me it's clear that there will be future migration paths away from Seam specific annotations towards the standard like it happended with the JPA standard to hibernate. But especially when concepts like outjection will vanish it will make migration quite hard.
So my question is: When will Seam to start to adopt the upcoming standard and when will this standard be available.
Best regards,
Christian
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128608#4128608
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128608
18 years, 2 months
[JBoss Seam] - SeamTest and JSFUnit and Selenium: When and Why?
by neilac333
I very much want to do things the "right" way, and that means testing. Yet with all the options out there (SeamTest, JSFUnit, Selenium) as well as all the various categories of testing (unit, integration, acceptance, performance), I am really confused as to which serves which purpose.
It seems like JSFUnit makes SeamTest integration tests unnecessary. SeamTest unit tests though are still cool. It also seems like JSFUnit does what Selenium would do (acceptance testing) if Selenium could understand RichFaces components. Still, Selenium does have a format that normal people can understand.
I can continue to ramble, but I would rather have some insight into how these various testing options fit into the various categories of testing. For example, could I legitimately use SeamTest for unit testing and JSFUnit for integration, acceptance, and performance testing?
Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128607#4128607
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128607
18 years, 2 months