-
1. Re: Presentation Framework update
julien1 Nov 20, 2007 8:54 AM (in response to julien1)I am going to try to use SVN external to create a composite project made of 2.6 + the presentation framework.
-
2. Re: Presentation Framework update
theute Nov 20, 2007 10:11 AM (in response to julien1)That would be preferred :)
-
3. Re: Presentation Framework update
claprun Nov 20, 2007 10:30 AM (in response to julien1)Yeah, I would also prefer a change like that to occur after 2.6.3 is released...
-
4. Re: Presentation Framework update
julien1 Nov 20, 2007 11:31 AM (in response to julien1)I have started it there : http://anonsvn.jboss.org/repos/portal/branches/presentation/
It compiles the portal core using "build -Dgroups=core", the two modules presentation and core-presentation don't compile yet.
Later, core-presentation will be integrated into 2.6.x and presentation will be modularized it (when I'll need it in portlet container module) -
5. Re: Presentation Framework update
julien1 Nov 20, 2007 1:59 PM (in response to julien1)So now it downloads and compiles although the presentation and core-presentation needs to be compiled manually. I have not tested it works yet.
"julien@jboss.com" wrote:
I have started it there : http://anonsvn.jboss.org/repos/portal/branches/presentation/
It compiles the portal core using "build -Dgroups=core", the two modules presentation and core-presentation don't compile yet.
Later, core-presentation will be integrated into 2.6.x and presentation will be modularized it (when I'll need it in portlet container module) -
6. Re: Presentation Framework update
julien1 Dec 8, 2007 1:08 PM (in response to julien1)I wanted to mention that one role of the PF is to be a backbone for the management of events between the different components in the various tiers. I.e an event could be sent from a portlet to other portlets using JSR 286 API but the creation of messages could happen in the portlet container or in the user agent done by a javascript API. It would be the same for the consumption of messages that could happen in the portlet container or in the user agent.
That kind of message management is similar to the Bayeux protocol (http://svn.xantus.org/shortbus/trunk/bayeux/bayeux.html).