[Design of JBoss Portal] - Changing Layout and Regions
by PMN
Changing Window mode and state is possible through the NavigationnalContext which is accessible on PortalEvents by context.getPortalRuntimeContext().getNavigationalStateContext()
It should be possible at the same time to change Layout (it is actually indirectly done when setting the window state) thus the architecture is articulated to allow changing of layouts.
Within a layout there are regions known by names and IDs so again it should be possible to change regions. It is already articulated like that because if a window is associated to a region that is not in the layout, then the window is not rendered.
This support the view of a layout as a recursive combination of lines and columns, with a simple pattern of division of columns (1/4,1/3,1/2,2/3,3/4) and see a page as defined place holders named regions.
This is what is missing the most to have a great applicative user experience and I believe that what is exposed is powerful enough and easy to make.
Naïve question? is there a way of doing that with 2.6 ?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101578#4101578
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101578
18 years, 5 months
[Design of JBoss Remoting, Unified Invokers] - remoting streams
by jahlborn
Earlier this year I had an email exchange with Tom Elrod about the jboss remoting implementation of an InputStream. I had identified a variety of weaknesses in the implementation, and, more importantly, I wanted to get Tom's feelings on replacing it with a package I was working on. At the time, my company was working on open sourcing the package, but for a variety of reasons, this did not actually happen until very recently. Long story short, the http://openhms.sourceforge.net/rmiio/ package has now been open sourced under the LGPL, but Tom no longer works at JBoss. I was wondering if there are any other developers at JBoss on the remoting team that might be interested in working with me to look at integrating the package.
thanks,
-james
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101558#4101558
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101558
18 years, 5 months