I need to send a message (an html page.. or a simple alert) to each users connected to the system (also in a cluster env).
For example because the sys admin needs to comunicate that the system need to be offline from 10:00 AM to 3:00PM..
So i need to send this message to all live http session ..
There is a way to do it ?
The better solution is an web container independent way... of course..
Thank you
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121617#4121617
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121617
Hi.
I have been reading about Spring-Seam integeration.
anonymous wrote : To configure Seam to use Spring transactions enable the SpringTransaction component like so:
|
| <spring:spring-transaction platform-transaction-manager="#{transactionManager}"/>
|
Supposed I configured component.xml to use Spring transactions as the document specified, does my Seam component code requires any modifications?
I mean do I have to use Spring's HibernateTemplate for example?
Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121613#4121613
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121613