Originally posted by Dan Allen:
The architecture in Seam is simple. Seam creates objects for you and puts them into a scope (event, page, session, conversation, application, business process). From there, you can pull them out and inject them into your component.
Where should I find the low level details of this functionality. Just want to understand that when you simply say SessionScope on the top of object and then object belongs to that scope?
How factoryMethod implemented internal to seam framework?