Seam and Web Beans: Not just evolutionary, revolutionary
September 29, 2008
Just a quick note to let you know that I will be speaking next week on October 8 at the Java MUG in Dallas. I will be talking about how Seam has simplified JEE web development and influenced the revolutionary Web Beans specification (JSR-299). Hope to see you there!








Posted in 


content rss
October 1st, 2008 at 6:59 am
Mr. Orshalick,
Good luck on the presentation..see you there on the 8th.
October 10th, 2008 at 8:33 am
I heard the talk at JavaMug and I am very interested in it. I would like to show it to some peers. Can you please send me the PDF and/or have it placed on the JavaMug site. We have an immediate use case for SEAM with Spring and you PDF might help me encourage the development group to look into it.
Thanks and thanks for the great talk.
ddietz
October 11th, 2008 at 4:08 pm
I’m glad you enjoyed the talk. I have posted the PDF to the following link:
http://solutionsfit.com/blog/wp-content/uploads/2008/10/seam-and-web-beans.pdf
October 16th, 2008 at 10:14 am
Just wanted to say thanks for the presentation. It was great and I have enjoyed it quite a lot.
Small question: the business process context is supported just for jBoss jBPM or other BPM can be used as well?
Also, contexts are replicated across a distributed environment? Meaning a conversation started on a server in a cluster will be having the same context if a next request goes to a different server?
10x,
Radu
October 16th, 2008 at 8:11 pm
At the moment only jBPM is supported, but if you have a specific BPM you would like supported, feel free to request it in JIRA! We’re always looking to add support for new integration points.
Yes, Seam was developed from the ground up to support clustering. Conversation state is maintained in the
HTTPSessionso data replication will need to be enabled. If you are using EJBs, stateful session bean replication may also need to be enabled. Simply refer to the documentation of your AS to find out the details.October 17th, 2008 at 11:18 am
You did a good job! Too bad Seam isn’t as good as a rules engine….