Fan's blog Rotating Header Image

Posts under ‘JBoss’

Questions on Jboss Seam

Obviously, seam has many cool features. There are some questions:1.Seam introduced many kinds of context, and much more than Spring. Are they better than Spring?2.any bean marked with @Name() will be treated as managed component. client just uses “DumyBean cc = (DumyBean) Component.getInstance(”dumyBean”, true);” to access the bean. Maybe this approach is clearer than Spring [...]