[JBoss Messaging] - Re: WAN Support
by wernsman
First off I have to admit I don't fully understand how JBoss supports clustering in a WAN environment. Basically we are writing a management application where there can be management stations scattered throughout the world and they will communicate via some messaging library over the WAN as well as through a local LAN. We need a robust and highly available messaging platform and JBoss Messaging looks like it will meet our needs but I don't understand the implications over a WAN. Any guidance or advice would be very much appreciated.
We have also looked at JGroups but we want to stay with an industry standard if possible for integration purposes.
Kind Regards,
Bob Wernsman
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973290#3973290
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973290
19 years, 7 months
[JBoss Portal] - Re: Change Locale Portlet
by halversp
I'm right in the midst of writing just such a task, and I think it's pretty straightforward (assuming you understand how to modify JBoss Portal interceptor chains :-) The current JBoss component that determines the Locale associated with the current request (org.jboss.portal.core.aspects.server.LocaleInterceptor) does so by looking at 1) the user's account preferences, and 2) the user's browser preferences (in that order). My intent is to extend that component to look for a preferred Locale in the session before trying the other sources (there's actually a comment in the source code alluding to this strategy). A portlet can then just provide an action to set a Locale in the session. Hope this makes sense.
Of course all your portlets and themes need to be Locale-aware for this to have any effect. Some of the stock JBoss portlets (e.g. Navigation) are not.
p
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973283#3973283
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973283
19 years, 7 months