<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-8148764803887665102</atom:id><lastBuildDate>Sat, 05 Oct 2024 02:17:24 +0000</lastBuildDate><category>portal</category><category>portlet</category><category>release</category><category>dev</category><category>jboss</category><category>conference</category><category>talk</category><category>JSF</category><category>identity</category><category>community</category><category>sso</category><category>tutorial</category><category>presentation</category><category>bridge</category><category>ldap</category><category>rant</category><category>seam</category><category>GWT</category><category>ajax</category><category>contribution</category><category>ui</category><category>richfaces</category><category>EPP</category><category>QA</category><category>bestpractices</category><category>fun</category><category>jsr286</category><category>movie</category><category>portletbridge</category><category>EC2</category><category>ajaxworld</category><category>ant</category><category>authorization</category><category>book</category><category>build</category><category>demo</category><category>eXo</category><category>fud</category><category>identity idm</category><category>maven</category><category>migration</category><category>opends</category><category>opensso</category><category>performance scalability</category><category>portal security</category><category>portlet ide</category><category>review</category><category>roadmap</category><category>security</category><category>wsrp</category><category>xacml</category><title>JBoss Portal</title><description>JBoss Portal developer&#39;s blog</description><link>http://jbossportal.blogspot.com/</link><managingEditor>noreply@blogger.com (Unknown)</managingEditor><generator>Blogger</generator><openSearch:totalResults>120</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-8922386221934941362</guid><pubDate>Mon, 26 Oct 2009 14:39:00 +0000</pubDate><atom:updated>2009-10-26T15:39:33.519+01:00</atom:updated><title>JBoss Portlet Bridge 2.0 Beta and GateIn</title><description>Just on the heels of the GateIn Beta2 release comes a double whammy from the JBoss Portlet Bridge project. We are releasing 2 new versions of both the 1.0 and 2.0 bridge. Now, just to clear up any confusion, the 2.0 bridge does not cover the JSF 2.0 spec. We are still in JSF 1.2 land in the portal environment. However, running 2.0 in a portlet is not far away and it should be coming to fruition just as JSF 2.0 technology starts to gain more ground in enterprise development.&lt;br /&gt;&lt;br /&gt;First off, I want to thank the community for providing many patches and suggestions to improve the bridge.&lt;br /&gt;&lt;br /&gt;I am also extremely happy to announce that the JBoss Portlet Bridge 2.0.0.BETA is now fully integrated with GateIn. All archetypes and examples run by default on GateIn. If you are still running on JBoss Portal, you must build the example apps or archetype based apps with the &#39;-Pjbossportal&#39; profile (i.e. mvn install -Pjbossportal).&lt;br /&gt;&lt;br /&gt;New features with the new 2.0.0.BETA release are:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Improved ajax processing (faster load times)&lt;/li&gt;&lt;li&gt;PRP - Public render parameter processing in the bridge&lt;/li&gt;&lt;li&gt;Seam exception handling in pages.xml&lt;/li&gt;&lt;li&gt;better error handling for JSF and Richfaces portlets (this includes ViewExpiredException)&lt;/li&gt;&lt;li&gt;Also fixed some bugs in archetypes to work fully with JBoss Tools (as seen in the video)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;PortalIdentity is now built in Seam component&lt;br /&gt;&lt;code&gt;&amp;lt;security:portal-identity method=&quot;#{authenticator.authenticate}&quot;&amp;gt;&amp;lt;/security:portal-identity&amp;gt;&lt;/code&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Script Renderer can be enabled by intit parameter in web.xml:&lt;br /&gt;&lt;code&gt;&lt;/code&gt;&lt;pre&gt;&amp;lt;context-param&amp;gt;&lt;br /&gt;    &amp;lt;param-name&amp;gt;org.jboss.portletbridge.WRAP_SCRIPTS&amp;lt;/param-name&amp;gt;&lt;br /&gt;    &amp;lt;param-value&amp;gt;true&amp;lt;/param-value&amp;gt;&lt;br /&gt;&amp;lt;/context-param&amp;gt;&lt;/pre&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;p&gt;This video shows how to deploy a Seam portlet using JBoss Tools to the all new GateIn portal. I also show need-to-know tips for migrating from the 1.0 bridge to 2.0.&lt;/p&gt;&lt;br /&gt;&lt;object height=&quot;281&quot; width=&quot;500&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot;&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://vimeo.com/moogaloop.swf?clip_id=7255033&amp;amp;server=vimeo.com&amp;amp;show_title=0&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=ffffff&amp;amp;fullscreen=1&quot;&gt;&lt;embed src=&quot;http://vimeo.com/moogaloop.swf?clip_id=7255033&amp;amp;server=vimeo.com&amp;amp;show_title=0&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=ffffff&amp;amp;fullscreen=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; height=&quot;281&quot; width=&quot;500&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;p&gt;&lt;a href=&quot;http://vimeo.com/7255033&quot;&gt;JBoss Portlet Bridge Episode 4: Running 2.0 on GateIn&lt;/a&gt; from &lt;a href=&quot;http://vimeo.com/wesleyhales&quot;&gt;Wesley Hales&lt;/a&gt; on &lt;a href=&quot;http://vimeo.com/&quot;&gt;Vimeo&lt;/a&gt;.&lt;/p&gt;</description><link>http://jbossportal.blogspot.com/2009/10/jboss-portlet-bridge-20-beta-and-gatein.html</link><author>noreply@blogger.com (Wesley Hales)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-3963951379427182440</guid><pubDate>Tue, 18 Aug 2009 18:35:00 +0000</pubDate><atom:updated>2009-08-18T19:40:36.208+01:00</atom:updated><title>JBoss Enterprise Portal Platform 4.3 CP02 is available now!</title><description>Hi everyone,&lt;br /&gt;&lt;br /&gt;Just a note to let everyone know that JBoss EPP 4.3 CP02 is available now on the JBoss Customer Support Portal site. The new CP02 has a number of fixes to the UI components as well as some security enhancements.&lt;br /&gt;&lt;br /&gt;Release notes are also available here:&lt;br /&gt;https://jira.jboss.org/jira/secure/ReleaseNote.jspa?version=12313531&amp;amp;styleName=Html&amp;amp;projectId=12310745&amp;amp;Create=Create&lt;br /&gt;&lt;br /&gt;P.S More news on what the JBoss Portal team up to these days including coming at JBoss World. Stay tuned.</description><link>http://jbossportal.blogspot.com/2009/08/jboss-enterprise-portal-platform-43.html</link><author>noreply@blogger.com (Jason Andersen)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-4568752291666045753</guid><pubDate>Tue, 04 Aug 2009 17:25:00 +0000</pubDate><atom:updated>2009-08-04T18:56:06.907+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">portlet</category><title>Tweeting from JBoss Portal</title><description>While most of time we focus on improving enterprise aspects of JBoss Portal (read &lt;a href=&quot;http://www.jboss.com/products/platforms/portals/&quot;&gt;JBoss Enterprise Portal&lt;/a&gt;), sometimes we work on cool and fun stuff too. On that line, I have created Twitter portlet which has following features:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;    Update your status&lt;/li&gt;&lt;li&gt;Get messages that are sent directly to you (e.g. @prabhatjha in my case)&lt;/li&gt;&lt;li&gt;    Get list of folks who you are following and get their latest status. List is sortable.&lt;/li&gt;&lt;/ul&gt;Here are couple of screen shots:&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4vlivLHmWXSpceP8FEKdlhAsOeLBgraFEqYouSYEzLIeh72We-EOHpJCMsCkUEzDGKSQimf8NEjtLdcfTgzWfp-rnApUM0JNU_oIvAlZtN3YNTYeOeWUy2FjgmQfCOhaWK0ap0dTjWqZM/s1600-h/twitter-detail.png&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 396px; height: 203px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4vlivLHmWXSpceP8FEKdlhAsOeLBgraFEqYouSYEzLIeh72We-EOHpJCMsCkUEzDGKSQimf8NEjtLdcfTgzWfp-rnApUM0JNU_oIvAlZtN3YNTYeOeWUy2FjgmQfCOhaWK0ap0dTjWqZM/s400/twitter-detail.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5366162953118053202&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFUWEKyqirt2ESZnXEQhyphenhyphenenk2L-n-j3B2ZLP97IY9BYvBUUJu1ynOlLEGI-EEgPtXte8CFwBbYDT9_HkuAGRkxbTILwBAAFHZU2LA5K0xaRI_JLM8IYHfj9ANfL49go8fjQCRrdPAdjARJ/s1600-h/twitter-friends.png&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 395px; height: 177px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFUWEKyqirt2ESZnXEQhyphenhyphenenk2L-n-j3B2ZLP97IY9BYvBUUJu1ynOlLEGI-EEgPtXte8CFwBbYDT9_HkuAGRkxbTILwBAAFHZU2LA5K0xaRI_JLM8IYHfj9ANfL49go8fjQCRrdPAdjARJ/s400/twitter-friends.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5366163161415364770&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;You can grab the code from &lt;a href=&quot;http://anonsvn.jboss.org/repos/qa/prabhat/twitter-portlet/&quot;&gt;http://anonsvn.jboss.org/repos/qa/prabhat/twitter-portlet&lt;/a&gt; . It&#39;s built using  &lt;a href=&quot;http://yusuke.homeip.net/twitter4j/en/index.html&quot;&gt;twitter4j&lt;/a&gt;, &lt;a href=&quot;http://jboss.org/jbossrichfaces/&quot;&gt;Richfaces&lt;/a&gt;, &lt;a href=&quot;http://jboss.org/portletbridge/&quot;&gt;JBoss Portlet Bridge&lt;/a&gt;. But remember, it&#39;s just for fun and it is not one of the supported portlet.</description><link>http://jbossportal.blogspot.com/2009/08/tweeting-from-jboss-portal.html</link><author>noreply@blogger.com (Prabhat Jha)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4vlivLHmWXSpceP8FEKdlhAsOeLBgraFEqYouSYEzLIeh72We-EOHpJCMsCkUEzDGKSQimf8NEjtLdcfTgzWfp-rnApUM0JNU_oIvAlZtN3YNTYeOeWUy2FjgmQfCOhaWK0ap0dTjWqZM/s72-c/twitter-detail.png" height="72" width="72"/><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-374804828789275983</guid><pubDate>Mon, 20 Jul 2009 12:12:00 +0000</pubDate><atom:updated>2009-07-31T03:03:59.188+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">bridge</category><category domain="http://www.blogger.com/atom/ns#">jsr286</category><category domain="http://www.blogger.com/atom/ns#">portletbridge</category><title>JBoss Portlet Bridge 2.0 Alpha Released!</title><description>&lt;div style=&quot;padding:5px 0 5px 0;&quot;&gt;I am extremely happy to announce the first Alpha implementation of the JSR-329 early public draft(2) specification. This is cutting edge code and will definitely change to match future revisions of the spec. If you are willing to live on the edge and help us chase down bugs and report them (hopefully with a patch), then please read on ;)&lt;/div&gt;&lt;div style=&quot;padding:5px 0 5px 0;&quot;&gt;Although in a alpha release, this latest version is fully compatible with the portlet 2.0 environment and allows you to also run the latest versions of Seam and Richfaces in a portlet.&lt;/div&gt;&lt;div style=&quot;padding:5px 0 5px 0;&quot;&gt;For starters, I put together a screen cast which shows how to produce a portlet event in a JSF(Seam) backing bean and how to consume it in another Seam portlet.&lt;br /&gt;&lt;object width=&quot;500&quot; height=&quot;281&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;&lt;param name=&quot;movie&quot; value=&quot;http://vimeo.com/moogaloop.swf?clip_id=5847864&amp;amp;server=vimeo.com&amp;amp;show_title=0&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=ffffff&amp;amp;fullscreen=1&quot; /&gt;&lt;embed src=&quot;http://vimeo.com/moogaloop.swf?clip_id=5847864&amp;amp;server=vimeo.com&amp;amp;show_title=0&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=ffffff&amp;amp;fullscreen=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; width=&quot;500&quot; height=&quot;281&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;p&gt;&lt;a href=&quot;http://vimeo.com/5847864&quot;&gt;JBoss Portlet Bridge - Lesson 3: Seam and Portlet 2.0 Eventing&lt;/a&gt; from &lt;a href=&quot;http://vimeo.com/wesleyhales&quot;&gt;Wesley Hales&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;padding:5px 0 5px 0;&quot;&gt;For a full description of what’s new in this version, mandatory configuration parameters, and instructions on using portlet 2.0 coordination features, see the &lt;a href=&quot;http://www.jboss.org/files/portletbridge/docs/2.0.0.ALPHA/en/html_single/index.html&quot;&gt;Reference Guide&lt;/a&gt;.&lt;/div&gt;</description><link>http://jbossportal.blogspot.com/2009/07/jboss-portlet-bridge-20-alpha-released.html</link><author>noreply@blogger.com (Wesley Hales)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-2021778648260640464</guid><pubDate>Wed, 10 Jun 2009 13:02:00 +0000</pubDate><atom:updated>2009-06-10T19:35:52.444+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">community</category><category domain="http://www.blogger.com/atom/ns#">eXo</category><category domain="http://www.blogger.com/atom/ns#">portal</category><title>Welcome eXo !</title><description>&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;br /&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyMjRY8lOeq2rvEa7aMpcyBEGn8mQv3J5Y5usWBUPx0yrP7W-DHJeM4FC6zZFP7OMG5v9ObqwByPzPYiBf6xAirliZyz69VHRcEfWZKhlvIf1aKEzDmtLiG5GRIGE0DvxHSndAE8IHl26H/s1600-h/2009-06-10+13.15.38.jpg&quot;&gt;&lt;img style=&quot;cursor: pointer; width: 320px; height: 240px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyMjRY8lOeq2rvEa7aMpcyBEGn8mQv3J5Y5usWBUPx0yrP7W-DHJeM4FC6zZFP7OMG5v9ObqwByPzPYiBf6xAirliZyz69VHRcEfWZKhlvIf1aKEzDmtLiG5GRIGE0DvxHSndAE8IHl26H/s320/2009-06-10+13.15.38.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5345766735919221634&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;&lt;br /&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjip7_lk8XT8WC2LqYPI33TnwNKREkEE2ed3cGPO4Turt74_L2nDzgFIzpyu9IhPJ0lBMskyWd7Kh56RRdg52ItEGJIbUjMrpF-9OReZ1gzMvLd_775IZpQUBadFSjd9CrxVc2cwwtdNRYl/s1600-h/2009-06-10+13.16.33.jpg&quot;&gt;&lt;img style=&quot;cursor: pointer; width: 320px; height: 240px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjip7_lk8XT8WC2LqYPI33TnwNKREkEE2ed3cGPO4Turt74_L2nDzgFIzpyu9IhPJ0lBMskyWd7Kh56RRdg52ItEGJIbUjMrpF-9OReZ1gzMvLd_775IZpQUBadFSjd9CrxVc2cwwtdNRYl/s320/2009-06-10+13.16.33.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5345767175734350466&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;Live from Gartner Summit for portals and &lt;a href=&quot;http://press.redhat.com/2009/06/10/jboss-org-community-grows/&quot;&gt;as published today&lt;/a&gt;, JBoss Portal project and eXo Portal project will merge into a unique one.&lt;br /&gt;&lt;br /&gt;We have discussed this with existing users, existing partners, analysts and they all welcomed this news. &lt;a href=&quot;http://search.twitter.com/search?q=&amp;amp;ands=jboss+exo&amp;amp;phrase=&amp;amp;ors=&amp;amp;nots=&amp;amp;tag=&amp;amp;lang=all&amp;amp;from=&amp;amp;to=&amp;amp;ref=&amp;amp;near=&amp;amp;within=15&amp;amp;units=mi&amp;amp;since=&amp;amp;until=&amp;amp;rpp=15&quot;&gt;Twitter&lt;/a&gt; went crazy too ;)&lt;br /&gt;&lt;br /&gt;Each company will be able to focus on their expertise domain, eXo brings on a table years of UI development and JBoss brings it&#39;s middleware expertise to build a common platform and all under the LGPL license.&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjip7_lk8XT8WC2LqYPI33TnwNKREkEE2ed3cGPO4Turt74_L2nDzgFIzpyu9IhPJ0lBMskyWd7Kh56RRdg52ItEGJIbUjMrpF-9OReZ1gzMvLd_775IZpQUBadFSjd9CrxVc2cwwtdNRYl/s1600-h/2009-06-10+13.16.33.jpg&quot;&gt;&lt;/a&gt;&lt;blockquote&gt;&lt;strong&gt;Mark Little, Sr. Director of Engineering, Middleware at Red Hat&lt;/strong&gt;                &lt;div style=&quot;font-style: italic;&quot;&gt;The eXo portal has some impressive functionality in terms of ease of use, UI flexibility and straightforward management administration; JBoss.org&#39;s current portal project has a robust engine, performance and security features, combined this collaboration project will help drive portal capabilities forward&lt;/div&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;strong&gt;Benjamin Mestrallet, CEO eXo Platform&lt;/strong&gt;                &lt;div style=&quot;font-style: italic;&quot;&gt;Open source software has delivered substantial returns on investment for organizations and we have the opportunity to deliver that same value within the portals space&lt;br /&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;br /&gt;The news went out today and has already been covered in several places:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Julien Viet &lt;a href=&quot;http://blog.exoplatform.org/2009/06/10/exo-jboss-partnership/&quot;&gt;commented on the history&lt;/a&gt; (worth a read)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://exoplatform.com/portal/public/website/aboutUS/eXoJBossPartnership&quot;&gt;http://exoplatform.com/portal/public/website/aboutUS/eXoJBossPartnership&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.blogger.com/post-edit.g?blogID=8148764803887665102&amp;amp;postID=2021778648260640464#%20http://www.jboye.com/blogpost/exo-portal-and-jboss-portal-join-forces/&quot;&gt;http://www.jboye.com/blogpost/exo-portal-and-jboss-portal-join-forces/&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.blogger.com/post-edit.g?blogID=8148764803887665102&amp;amp;postID=2021778648260640464#%20http://blog.internetnews.com/skerner/2009/06/red-hat-jboss-gets-exo-portal.html&quot;&gt;http://blog.internetnews.com/skerner/2009/06/red-hat-jboss-gets-exo-portal.html&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.reuters.com/article/pressRelease/idUS115834+10-Jun-2009+BW20090610&quot;&gt;http://www.reuters.com/article/pressRelease/idUS115834+10-Jun-2009+BW20090610&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;I hope you will be as thrilled as we are.&lt;br /&gt;Also it&#39;s a great time to start contributing the project or think about joining us, remember we are still hiring.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;&quot;&gt;Personal note&lt;/span&gt;&lt;br /&gt;I am really happy to be working again with Julien.</description><link>http://jbossportal.blogspot.com/2009/06/welcome-exo.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyMjRY8lOeq2rvEa7aMpcyBEGn8mQv3J5Y5usWBUPx0yrP7W-DHJeM4FC6zZFP7OMG5v9ObqwByPzPYiBf6xAirliZyz69VHRcEfWZKhlvIf1aKEzDmtLiG5GRIGE0DvxHSndAE8IHl26H/s72-c/2009-06-10+13.15.38.jpg" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-2277547905925195442</guid><pubDate>Mon, 08 Jun 2009 15:33:00 +0000</pubDate><atom:updated>2009-06-08T16:46:12.048+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">conference</category><category domain="http://www.blogger.com/atom/ns#">portal</category><title>JBoss Portal at the Gartner Summit</title><description>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhv2O59ToAP7vAy1189uvT4OoX4kaO_iaYlHq6Kg5Tr1PFskPHHLcNnEXZ451mLgI3JDXUGzmVt2lWcouLvRddCVD5tuvelwwEfU4HVHLk_kRHNkynRVOO7wkoVaoHkbe6c_d5tGVobjjQo/s1600-h/08062009010.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 240px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhv2O59ToAP7vAy1189uvT4OoX4kaO_iaYlHq6Kg5Tr1PFskPHHLcNnEXZ451mLgI3JDXUGzmVt2lWcouLvRddCVD5tuvelwwEfU4HVHLk_kRHNkynRVOO7wkoVaoHkbe6c_d5tGVobjjQo/s320/08062009010.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5344981012832068226&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;Here we are, waiting for the gates to open.&lt;br /&gt;Stay tuned for the coming and exciting announcement ;) I will also twitter on #jbossportal.</description><link>http://jbossportal.blogspot.com/2009/06/jboss-portal-at-gartner-summit.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhv2O59ToAP7vAy1189uvT4OoX4kaO_iaYlHq6Kg5Tr1PFskPHHLcNnEXZ451mLgI3JDXUGzmVt2lWcouLvRddCVD5tuvelwwEfU4HVHLk_kRHNkynRVOO7wkoVaoHkbe6c_d5tGVobjjQo/s72-c/08062009010.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-326229582932812358</guid><pubDate>Fri, 05 Jun 2009 09:44:00 +0000</pubDate><atom:updated>2009-06-05T15:56:16.244+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">QA</category><category domain="http://www.blogger.com/atom/ns#">sso</category><category domain="http://www.blogger.com/atom/ns#">tutorial</category><title>New JBoss Portal and SSO framework integration guide</title><description>JBoss Portal supports integration with various well known SSO frameworks such as CAS, JOSSO and OpenSSO. Basic integration with CAS and JOSSO frameworks is described in &lt;a href=&quot;http://docs.jboss.com/jbportal/v2.7.1/referenceGuide/html/sso.html&quot;&gt;Portal reference guide&lt;/a&gt; but if you are interested in more advanced configurations, you can look at our new &lt;a href=&quot;http://docs.jboss.org/jbportal/sso/&quot;&gt;SSO Frameworks Integration Guide&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;This guide covers step by step instructions of JBoss Portal and SSO frameworks integration in various setups that are commonly found in software enterprises. Maybe you can find an answer for some of questions that have been plaguing you.&lt;br /&gt;&lt;br /&gt;The guide covers these integration scenarios:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Integration of JBoss Portal and SSO server on same host (HTTP protocol is used).&lt;/li&gt;&lt;li&gt;Integration of JBoss Portal and SSO server on same host. Secure communication is used between JBoss Portal agent and SSO framework (HTTPS protocol is used).&lt;/li&gt;&lt;li&gt;Integration of SSO server and more JBoss Portal instances deployed on multiple hosts&lt;/li&gt;&lt;li&gt; Integration of JBoss Portal, SSO server and sample thirdparty web application.&lt;/li&gt;&lt;li&gt;Integration of JBoss Portal and SSO server deployed on different hosts. SSO server is configured for authentication against portal database.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;Since we are focussed on delivering a high quality portal server, we always try to integrate various scenarios in our automated test suite. We currently have automated most of the scenarios mentioned above using Selenium and Hudson and you can see the test results at &lt;a href=&quot;http://hudson.jboss.org/hudson/view/JBoss%20Portal/job/jboss-portal-2.7-sso-selenium-tests/lastBuild/testReport/(root)/&quot;&gt;http://hudson.jboss.org/hudson/view/JBoss%20Portal/job/jboss-portal-2.7-sso-selenium-tests/lastBuild/testReport/(root)/&lt;/a&gt;. Please let us know if your setup does not belong to one of these and we will try to include that as well.</description><link>http://jbossportal.blogspot.com/2009/06/new-jboss-portal-and-sso-framework.html</link><author>noreply@blogger.com (Marek Posolda)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-5921923359188329532</guid><pubDate>Thu, 07 May 2009 12:00:00 +0000</pubDate><atom:updated>2009-05-07T13:07:43.049+01:00</atom:updated><title>JBoss Portlet Bridge CR2 is out!</title><description>This will (hopefully) be the last release before we go GA and move on to the 286 portlet 2.0 bridge.&lt;br /&gt;&lt;br /&gt;For now, the most notable enhancements (apart from bug fixes) are the addition of the PortletScope annototation for Seam components and the revised PortalIdentity bridgelet.&lt;br /&gt;&lt;br /&gt;We also modified the Seam booking demo to no longer use its provided User database table. The app now uses JBoss Portal Identity through PortalIdentity.&lt;br /&gt;&lt;br /&gt;You can check out the new features in this video:&lt;br /&gt;&lt;br /&gt;&lt;object height=&quot;281&quot; width=&quot;500&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot;&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://vimeo.com/moogaloop.swf?clip_id=4521877&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=ffffff&amp;amp;fullscreen=1&quot;&gt;&lt;embed src=&quot;http://vimeo.com/moogaloop.swf?clip_id=4521877&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=ffffff&amp;amp;fullscreen=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; height=&quot;281&quot; width=&quot;500&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;p&gt;&lt;a href=&quot;http://vimeo.com/4521877&quot;&gt;JBoss Portlet Bridge - Lesson 2: Portlet 1.0 Advanced Seam and RichFaces&lt;/a&gt; from &lt;a href=&quot;http://vimeo.com/wesleyhales&quot;&gt;Wesley Hales&lt;/a&gt; on &lt;a href=&quot;http://vimeo.com/&quot;&gt;Vimeo&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To show off some new features in the CR2 release, I threw together a simple chat-client and chat-room set of portlets using Richfaces poll and Seam stateful session beans.&lt;br /&gt;&lt;br /&gt;This screencast shows how to use the new PortletScope annotation along with the revised SSO/PortalIdentity component.&lt;br /&gt;&lt;br /&gt;Source code for this tutorial:&lt;br /&gt;&lt;a href=&quot;http://anonsvn.jboss.org/repos/portletbridge/tags/1.0.0.CR2/examples/seam/bridgechat/&quot;&gt;http://anonsvn.jboss.org/repos/portletbridge/tags/1.0.0.CR2/examples/seam/bridgechat/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;See the reference guide for more info: &lt;a href=&quot;http://www.jboss.org/files/portletbridge/docs/1.0.0.CR2/en/html_single/index.html&quot;&gt;http://www.jboss.org/files/portletbridge/docs/1.0.0.CR2/en/html_single/index.html&lt;/a&gt;&lt;/p&gt;</description><link>http://jbossportal.blogspot.com/2009/05/jboss-portlet-bridge-cr2-is-out.html</link><author>noreply@blogger.com (Wesley Hales)</author><thr:total>4</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-616524753783299830</guid><pubDate>Thu, 02 Apr 2009 22:24:00 +0000</pubDate><atom:updated>2009-04-03T00:56:03.529+01:00</atom:updated><title>JBoss Portlet Bridge CR1 Released!</title><description>&lt;div&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQQnrRXdGAgF2H7Z_ybNSNrzg29a5BSWNfmz7W1V30YTTvxNtPRSbeZnjGfX0Ghv4vk1fBeVQ1c2JISspXed_dWZ3XOBnYuwXoRQ1MPmdPu8EJBzL-1e6VCcyV24m7JMEb0-F9Cgi-rmkf/s1600-h/jbossportletbridge-250px.gif&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 250px; height: 79px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQQnrRXdGAgF2H7Z_ybNSNrzg29a5BSWNfmz7W1V30YTTvxNtPRSbeZnjGfX0Ghv4vk1fBeVQ1c2JISspXed_dWZ3XOBnYuwXoRQ1MPmdPu8EJBzL-1e6VCcyV24m7JMEb0-F9Cgi-rmkf/s320/jbossportletbridge-250px.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5320234684914696930&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;We have released CR1 for the &lt;a href=&quot;http://www.jboss.org/portletbridge/&quot;&gt;JBoss Portlet Bridge&lt;/a&gt;. Thanks to all who submitted fixes and enhancements. I also created the first of (hopefully) many screen casts that will guide you on how to use and develop with the JBoss Portlet Bridge.&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;font-weight:bold;border-bottom:1px solid #777777;&quot;&gt;In this release:&lt;/div&gt;&lt;ul style=&quot;margin:0;padding:0;&quot;&gt;&lt;br /&gt;&lt;li style=&quot;margin:0;padding:0;&quot;&gt;The RichFaces file upload &lt;a href=&quot;http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/devguide/en/html/fileUpload.html&quot;&gt;rich:fileUpload&lt;/a&gt; component is working. The component currently only works with the param createTempFiles set to false in your web.xml. Also, you must check for the response type is of type RenderResponse. See &lt;a href=&quot;http://anonsvn.jboss.org/repos/portletbridge/tags/1.0.0.CR1/examples/richfaces/richfaces-demo/src/main/java/org/richfaces/demo/fileUpload/FileUploadBean.java&quot;&gt;the paint() method&lt;/a&gt; for an example.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;The PortalIdentity bridgelet which provides SSO between your Seam portlet and JBoss Portal is now working with the current Seam 2.1.x Identity model. See &lt;a href=&quot;http://www.jboss.org/files/portletbridge/docs/1.0.0.CR1/en/html_single/index.html#d0e60&quot;&gt;here&lt;/a&gt; for details.&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li style=&quot;margin:0;padding:0;&quot;&gt;The &lt;a href=&quot;http://www.jboss.org/files/portletbridge/docs/1.0.0.CR1/en/html_single/index.html#d0e60&quot;&gt;PortalResourceBuilder&lt;/a&gt; bridgelet received a noteworthy upgrade and now works (should work) in all browsers. This component is for portal pages that contain 2 or more RichFaces components in seperate portlet windows. It namespaces the auto generated RF javascript and loads it only once for each component.&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li style=&quot;margin:0;padding:0;&quot;&gt;Better docs, scalability upgrades, markup validation fix, and many other bug fixes went into this release. See &lt;a href=&quot;http://sourceforge.net/project/shownotes.php?release_id=672962&amp;amp;group_id=22866&quot;&gt;the release notes&lt;/a&gt; for more info.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;div style=&quot;font-weight:bold;border-bottom:1px solid #777777;&quot;&gt;Screen Cast&lt;/div&gt;&lt;br /&gt;&lt;div&gt;Lesson 1: Getting Started With the JBoss Portlet Bridge. Explains how to use the bridge&#39;s provided Maven archetypes to do rapid development. Also shows how to get started with a clean install and only requires that Maven 2.0.9+ be installed on your machine.&lt;/div&gt;&lt;object width=&quot;550&quot; height=&quot;371&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot;&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://vimeo.com/moogaloop.swf?clip_id=3977469&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=ffffff&amp;amp;fullscreen=1&quot;&gt;&lt;embed src=&quot;http://vimeo.com/moogaloop.swf?clip_id=3977469&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=ffffff&amp;amp;fullscreen=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; width=&quot;550&quot; height=&quot;371&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;div style=&quot;font-size:9px&quot;&gt;&lt;br /&gt;&lt;a href=&quot;http://vimeo.com/3977469&quot; style=&quot;font-size:9px&quot;&gt;JBoss Portlet Bridge - Lesson 1: Getting Started&lt;/a&gt; from &lt;a href=&quot;http://vimeo.com/user1528305&quot; style=&quot;font-size:9px&quot;&gt;Wesley Hales&lt;/a&gt;&lt;/div&gt;</description><link>http://jbossportal.blogspot.com/2009/04/jboss-portlet-bridge-cr1-released.html</link><author>noreply@blogger.com (Wesley Hales)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQQnrRXdGAgF2H7Z_ybNSNrzg29a5BSWNfmz7W1V30YTTvxNtPRSbeZnjGfX0Ghv4vk1fBeVQ1c2JISspXed_dWZ3XOBnYuwXoRQ1MPmdPu8EJBzL-1e6VCcyV24m7JMEb0-F9Cgi-rmkf/s72-c/jbossportletbridge-250px.gif" height="72" width="72"/><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-6923948289402158552</guid><pubDate>Tue, 24 Mar 2009 13:54:00 +0000</pubDate><atom:updated>2009-03-24T17:57:51.354+01:00</atom:updated><title>JBoss Portal running on JBoss AS5 !!!</title><description>Well, to be more truthful a prototype is working on AS5 :) This is more than just a simple update to get Portal running on top of AS5, we are working to take advantage of the JBoss Microcontainer.&lt;br /&gt;&lt;br /&gt;The biggest change so far is with deployment. Portlets are now being deployed with a special portal deployer which facilitates the deployment with Portal runtime (formally the jboss-portal.sar). The runtime&#39;s structure has even changed from a nested deployment inside the sar to individual deployments.&lt;br /&gt;&lt;br /&gt;For everybody out there who can&#39;t wait to give this a try, see &lt;a href=&quot;http://www.jboss.org/community/docs/DOC-13435&quot;&gt;http://www.jboss.org/community/docs/DOC-13435&lt;/a&gt;. There might be a few issues remaining, so please bring them up in the user forum or open a bug.&lt;br /&gt;&lt;br /&gt;Stay tuned, more updates to come as we move closer to a release.</description><link>http://jbossportal.blogspot.com/2009/03/jboss-portal-running-on-jboss-as5.html</link><author>noreply@blogger.com (mwringe)</author><thr:total>9</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-9081844354082851326</guid><pubDate>Tue, 24 Mar 2009 08:54:00 +0000</pubDate><atom:updated>2009-03-24T10:00:49.997+01:00</atom:updated><title>Looking for a Senior Java EE developer</title><description>We are looking for a Senior Java EE developer, the job announcement can be found here:&lt;br /&gt;http://tinyurl.com/cs38ns&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style:italic;&quot;&gt;(The position is open worldwide, it doesn&#39;t have to be Raleigh, US.)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you are an excellent Java EE developer and if you like portals challenges, please consider this position. And if you think about some friends who could enjoy this job, please forward them the announcement.&lt;br /&gt;&lt;br /&gt;Thanks !</description><link>http://jbossportal.blogspot.com/2009/03/looking-for-senior-java-ee-developer.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-8187210655014329974</guid><pubDate>Mon, 23 Mar 2009 08:26:00 +0000</pubDate><atom:updated>2009-03-23T09:31:35.100+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">presentation</category><category domain="http://www.blogger.com/atom/ns#">talk</category><title>JUG presentation</title><description>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJhrs2nRxcWUmkaCTIiAjOM1_wDLdsPH8cnp04NZYIi2yUU7FW4IBuQFt9lW_0Lzye91sJBBPb8ZhQDopkA2Qs9hRsop48woBHMBQyxSOh8fg_xTXOSdqN4biCoYtPxJuhDi3-lbvFnYG1/s1600-r/Logo+LorraineJUG+(small).png&quot;&gt;&lt;img style=&quot;float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 400px; height: 62px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJhrs2nRxcWUmkaCTIiAjOM1_wDLdsPH8cnp04NZYIi2yUU7FW4IBuQFt9lW_0Lzye91sJBBPb8ZhQDopkA2Qs9hRsop48woBHMBQyxSOh8fg_xTXOSdqN4biCoYtPxJuhDi3-lbvFnYG1/s1600-r/Logo+LorraineJUG+(small).png&quot; border=&quot;0&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;I will be presenting JBoss Portal on April 2nd in Nancy, France. My talk will be followed by a JBoss Seam presentation given by Malik Saheb. The presentations will be given in French.&lt;br /&gt;&lt;br /&gt;So if you are around, please register, it&#39;s free and JBoss pays for the drink afterwards.&lt;br /&gt;&lt;br /&gt;Here is the link to the official announcement by the Lorraine JUG (In French): &lt;a href=&quot;http://lorrainejug.blogspot.com/2009/03/le-lorraine-jug-java-user-group-de.html&quot;&gt;http://lorrainejug.blogspot.com/2009/03/le-lorraine-jug-java-user-group-de.html&lt;/a&gt;</description><link>http://jbossportal.blogspot.com/2009/03/jug-presentation.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJhrs2nRxcWUmkaCTIiAjOM1_wDLdsPH8cnp04NZYIi2yUU7FW4IBuQFt9lW_0Lzye91sJBBPb8ZhQDopkA2Qs9hRsop48woBHMBQyxSOh8fg_xTXOSdqN4biCoYtPxJuhDi3-lbvFnYG1/s72-c-r/Logo+LorraineJUG+(small).png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-6477668397831469433</guid><pubDate>Thu, 19 Mar 2009 07:00:00 +0000</pubDate><atom:updated>2009-03-19T08:15:28.202+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">community</category><category domain="http://www.blogger.com/atom/ns#">contribution</category><title>Google Summer of Code 2009</title><description>If you are student and looking for a Google Summer of Code project, Red Hat has been accepted as mentoring organization.&lt;br /&gt;I&#39;ve proposed one project so far, it is the same that has been proposed last year by Julien.&lt;br /&gt;&lt;br /&gt;The project is a &quot;web clipping framework&quot; to create a portlet that would enable any web application to be run inside a portal. Simple web clipping portlets are easy to create but smart, customizable and fast ones are challenging. Unfortunately as of today opensource solutions haven&#39;t really beat the pricey proprietary solutions out there.&lt;br /&gt;&lt;br /&gt;Let me know if this is of interest to you.&lt;br /&gt;&lt;br /&gt;If you think of any other project you would like to propose and work on, I would love to hear from you !</description><link>http://jbossportal.blogspot.com/2009/03/google-summer-of-code-2009.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-2170911304593709901</guid><pubDate>Fri, 13 Mar 2009 14:55:00 +0000</pubDate><atom:updated>2009-03-13T16:30:30.437+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">portal</category><category domain="http://www.blogger.com/atom/ns#">release</category><title>JBoss Portal 2.7.2</title><description>It&#39;s hot, it&#39;s out ! (And hard to pronounce for me)&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight:bold;&quot;&gt;What&#39;s new ?&lt;/span&gt;&lt;br /&gt;Some Brazilian Portuguese translation, some performance improvement, some bug fixes (among them, some issues with Ajax stuff and various web browsers)... The changelog &lt;a href=&quot;https://jira.jboss.org/jira/secure/ReleaseNote.jspa?projectId=10050&amp;styleName=Html&amp;version=12313157&quot;&gt;is here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Grab it &lt;a href=&quot;http://www.jboss.org/jbossportal/download/index.html&quot;&gt;here&lt;/a&gt; while it&#39;s hot.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight:bold;&quot;&gt;What&#39;s next ?&lt;/span&gt;&lt;br /&gt;We are about to release JBoss Portal 2.6.8 and we are working on JBoss Portal 2.8, you may have seen our ongoing work related to new &lt;a href=&quot;http://blog.jboss-portal.org/2009/01/new-jboss-portal-identity-api-proposal.html&quot;&gt;identity&lt;/a&gt; and &lt;a href=&quot;http://blog.jboss-portal.org/2009/02/jboss-authorization-server-public.html&quot;&gt;security&lt;/a&gt; components. &lt;br /&gt;&lt;br /&gt;What we didn&#39;t talk much yet about is the &lt;span style=&quot;font-weight:bold;&quot;&gt;JBoss AS 5 support&lt;/span&gt; (And we mean real support with AS5 deployers), Matt will have good news for you soon. He has been working on a prototype which will be used in JBoss Portal 2.8 ! I know this has been waited for !&lt;br /&gt;&lt;br /&gt;Congrats on the team and contributors for all the work !&lt;br /&gt;&lt;br /&gt;The train is moving fast, if you want to contribute don&#39;t miss it, jump on board ! And if you are looking to join a great team in a great company for a full-time job this is a good time to send me your resume ! (theute@redhat.com)</description><link>http://jbossportal.blogspot.com/2009/03/jboss-portal-272.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-765901469592332010</guid><pubDate>Fri, 06 Mar 2009 12:56:00 +0000</pubDate><atom:updated>2009-03-09T08:24:50.459+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">portal</category><category domain="http://www.blogger.com/atom/ns#">portlet</category><title>Forums and Wiki projects</title><description>The original authors of JBoss Forums and JBoss Wiki (respectively led by Ryszard Kozmik and Tomek Szymanski) having retired from those projects (Ryszard being Content Management lead at JBoss.org and Tomek leaving Red Hat). The two projects have stalled for some time now.&lt;br /&gt;&lt;br /&gt;Luckily we got not one not one and a half but two motivated contributors from Italy to come help maintain and enhance those projects. &lt;br /&gt;&lt;br /&gt;Not everything is sorted out yet (the projects page are not updated and the Jira neither) but at least we have code and binaries to play with in JBoss Portal 2.6 or JBoss Portal 2.7.&lt;br /&gt;&lt;br /&gt;Piergiorgio Lucidi (Maven addict) moved JBoss Wiki to a Maven 2 build system and added support for JBoss Portal 2.7. Sources are available &lt;a href=&quot;http://anonsvn.jboss.org/repos/portletswap/contrib/wikiPortlet/tags/1.0/&quot;&gt;here&lt;/a&gt; and compiled binaries on &lt;a href=&quot;http://www.jboss.org/portletswap/downloads/portlets/collaborate/JBossWiki/?action=a&amp;windowstate=maximized&quot;&gt;PortletSwap&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;Luca Stancapiano (you may remember his contributions such as the admin portlet internationalization and Italian localization) worked on JBoss Portal 2.7 support for the Wiki portlet. Sources are available &lt;a href=&quot;http://anonsvn.jboss.org/repos/labs/labs/jbossforums/tags/JBOSS_FORUMS_1_2_0_Beta_P27&quot;&gt;here&lt;/a&gt; and binaries also on &lt;a href=&quot;http://www.jboss.org/portletswap/downloads/portlets/collaborate/JBossForums/?action=a&amp;windowstate=maximized&quot;&gt;PortletSwap&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;So many thanks to Piergiorgio and Luca and I&#39;m sure they would welcome more help on those projects :)</description><link>http://jbossportal.blogspot.com/2009/03/forums-and-wiki-projects.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>4</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-5004962445218921235</guid><pubDate>Wed, 18 Feb 2009 19:12:00 +0000</pubDate><atom:updated>2009-02-18T20:44:43.659+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">presentation</category><title>JBoss Portal Talk at Austin JUG</title><description>I will be giving a presentation on new portlet specification (JSR-286) at Austin JUG on Feb 24. I will use the latest and the greatest &lt;a href=&quot;http://www.jboss.org/jbossportal/&quot;&gt;JBoss Portal&lt;/a&gt; to show a demo of new features of the spec as well as Portal in general.&lt;br /&gt;&lt;br /&gt;For location and other details, please visit &lt;a href=&quot;http://www.austinjug.org/index.jsp?p=events-20090224&quot;&gt;Austin JUG&lt;/a&gt;. I hope to see you there if you are in the neighborhood.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Prabhat</description><link>http://jbossportal.blogspot.com/2009/02/jboss-portal-talk-at-austin-jug.html</link><author>noreply@blogger.com (Prabhat Jha)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-7684808016193406103</guid><pubDate>Mon, 16 Feb 2009 05:29:00 +0000</pubDate><atom:updated>2009-02-16T08:06:24.635+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">authorization</category><category domain="http://www.blogger.com/atom/ns#">portal security</category><category domain="http://www.blogger.com/atom/ns#">security</category><category domain="http://www.blogger.com/atom/ns#">xacml</category><title>JBoss Authorization Server Public Preview Available!!</title><description>This is the first Public Preview of our next generation Authorization system. This system is ready for community review and we would very much like design related feedback at this stage. This is a work in progress, and feedback can be easily incorporated during subsequent releases.&lt;br /&gt;&lt;br /&gt;To provide a little background, Authorization Security is a complex and open ended aspect. Its functionality varies based on the requirements of the environment/organization within which a Portal is deployed. It is very common that the same exact Portlet application can have completely different business level security requirements. However, with the declarative part of Portlet security not being very robust, developers unintentionally end up with &quot;Security Logic&quot; embedded inside their application components.&lt;br /&gt;&lt;br /&gt;This Authorization system is designed to provide Authorization as a cross cutting concern of your Enterprise application, effectively extracting all &quot;Security Logic&quot; out of the business components, and into a central repository. Having extracted the &quot;Security Logic out&quot;, your Portlets become lot more Portable from a Security Rules standpoint.&lt;br /&gt;&lt;br /&gt;This was one of the motivating factors for the system, but not the only one. Here are some of the advantages this system is designed to provide Portal Developers&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Clean Separation between Security Logic and Application Logic&lt;/li&gt;&lt;li&gt;Flexibility to apply Security Logic to arbitrary Runtime information, and not just Role based access control&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Runtime Management of Security Policy&lt;/li&gt;&lt;li&gt;A user friendly Developer API&lt;/li&gt;&lt;/ul&gt;Here are some of the technical features of the Authorization Server:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;A standards compliant XACML server. &lt;a href=&quot;http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=xacml&quot;&gt;More Spec Info&lt;/a&gt;.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Runtime modification of Security rules without requiring any system restarts&lt;/li&gt;&lt;li&gt;Ability to create complex security rules taking into account useful contextual data like Identity, Roles, Arbitrary Request Parameters, Date/Time based rules, IP Address based Rules etc&lt;/li&gt;&lt;li&gt;A Developer friendly component oriented API to develop custom Security GUI to manage Policies. Developers do not need any familiarity with the low-level complex XACML XML hell.&lt;/li&gt;&lt;li&gt;A common Security Manager for all your Portlet applications, without having to write/maintain a separate Security subsystem for each Portlet application being aggregated&lt;/li&gt;&lt;/ul&gt;Current Status: System is still evolving especially the Developer API/Components, and the Portal Profile. Feedback here would be valuable since it gives us fresh ideas on may be some usage scenarios we may not have considered. The core architectural components are ready to play around with to get a feel for how the system can be used. I recommend starting with the test cases and the reference guide to get an idea for how the components fit together.&lt;br /&gt;&lt;br /&gt;Useful Links:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;SVN : &lt;a href=&quot;http://anonsvn.jboss.org/repos/portal/modules/authorization/tags/authorization_1_0_PR/&quot;&gt;Preview Release&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Documentation: &lt;a href=&quot;http://www.jboss.org/community/servlet/JiveServlet/download/13339-1-6160/reference-guide-preview.zip&quot;&gt;Reference Guide&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Forum: &lt;a href=&quot;http://www.jboss.org/index.html?module=bb&amp;amp;op=viewforum&amp;amp;f=205&quot;&gt;Design Discussion&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;Thanks&lt;br /&gt;Sohil</description><link>http://jbossportal.blogspot.com/2009/02/jboss-authorization-server-public.html</link><author>noreply@blogger.com (Sohil)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-2815580367713799454</guid><pubDate>Tue, 27 Jan 2009 13:38:00 +0000</pubDate><atom:updated>2009-01-27T14:39:26.645+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">identity idm</category><title>New JBoss Portal identity API proposal</title><description>There is a work in progress on the next gen identity API for JBoss Portal. At the current stage it is finally ready for public review. With &lt;a href=&quot;http://www.jboss.org/community/docs/DOC-13258&quot;&gt;wiki documentation&lt;/a&gt; and &lt;a href=&quot;http://anonsvn.jboss.org/repos/jbossidentity/idm/tags/1.0.0-Alpha1/example/maven2/&quot;&gt;sample maven project&lt;/a&gt; it should be extremely easy to try it out and play a bit with the proposed API. If you are interested check this &lt;a href=&quot;http://www.jboss.com/index.html?module=bb&amp;amp;op=viewtopic&amp;amp;t=149355&quot;&gt;post in the Design of JBoss Portal forum&lt;/a&gt; to learn more.&lt;br /&gt;&lt;br /&gt;New design introduces few powerfull concepts&lt;br /&gt;&lt;ul&gt;&lt;li&gt;API/SPI separation that should enable easier adoption of different identity managers or identity stores in the future.&lt;/li&gt;&lt;li&gt;Notion of Identities and Groups (organizations) with flexible relationships between them&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Concept of a Role that is a typed connection between Identity and Group object. This enables to map sentence like &lt;strong&gt;&quot;John&lt;/strong&gt; is the&lt;strong&gt; Manager&lt;/strong&gt; of&lt;strong&gt; XX Team&quot; to &lt;/strong&gt;&quot;&lt;strong&gt;John&lt;/strong&gt; (&lt;strong&gt;Identity&lt;/strong&gt;) is the &lt;strong&gt;Manager&lt;/strong&gt; (&lt;strong&gt;RoleType&lt;/strong&gt;) of XX Team (&lt;strong&gt;Group&lt;/strong&gt;)&quot;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Abstract attributes and credentials&lt;/li&gt;&lt;/ul&gt;Please read the &lt;a href=&quot;http://www.jboss.org/community/docs/DOC-13261&quot;&gt;Design and Architecture&lt;/a&gt; wiki to learn more about all the concepts.&lt;br /&gt;&lt;br /&gt; We are awaiting your feedback!</description><link>http://jbossportal.blogspot.com/2009/01/new-jboss-portal-identity-api-proposal.html</link><author>noreply@blogger.com (Bolesław Dawidowicz)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-3823577325504198800</guid><pubDate>Thu, 22 Jan 2009 22:35:00 +0000</pubDate><atom:updated>2009-01-26T03:01:05.985+01:00</atom:updated><title>JBoss Portlet Bridge Beta 6 Released!</title><description>&lt;p&gt;Only a month after beta 5, we are releasing beta 6 with some nice enhancements and bug fixes. I&#39;m pretty sure this will be the last beta release for the 1.0 version. As most of you know, the JBoss Portlet Bridge is a little different than most implementations. We are integrating Seam and RichFaces, so even though the JSF part of the bridge may be running at a GA level (and the spec being final), the RichFaces and Seam integration still has some work left to be done and that may be at a candidate or beta level. As always, let us know what you think and join us on the &lt;a href=&quot;http://www.jboss.com/index.html?module=bb&amp;op=viewforum&amp;f=273&quot;&gt;forums&lt;/a&gt;.&lt;br /&gt;Along with the small fixes, here is what&#39;s new:&lt;/p&gt;&lt;br /&gt;&lt;li&gt;RichFaces dependencies are no more for a normal JSF portlet. Previously you needed the RichFaces jars on your classpath to use the bridge. This was mostly due to early development integration of ajax in the 301 bridge which needed to be refactored.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;I created a new Bridgelet called &lt;a href=&quot;http://www.jboss.org/files/portletbridge/docs/1.0.0.B6/en/html_single/index.html#d0e75&quot;&gt;PortalResourceBuilder&lt;/a&gt;. RichFaces does not account for multiple components on the same portal page by default. This Bridgelet renders all RichFaces component javascript to be portal friendly. It basically replaces the RichFaces script renderer and encloses the dynamically generated javascript. Just include &lt;a href=&quot;http://repository.jboss.com/maven2/org/jboss/portletbridge/&quot;&gt;this jar&lt;/a&gt; on your classpath or add the following dependency to your pom.xml:&lt;code&gt;&lt;pre&gt;&lt;br /&gt;&amp;lt;dependency&amp;gt;&lt;br /&gt;   &amp;lt;groupId&amp;gt;org.jboss.portletbridge.extensions.richfaces&amp;lt;/groupId&amp;gt;&lt;br /&gt;   &amp;lt;artifactId&amp;gt;PortalResourceBuilder&amp;lt;/artifactId&amp;gt;&lt;br /&gt;   &amp;lt;version&amp;gt;1.0.0.B6&amp;lt;/version&amp;gt;&lt;br /&gt;&amp;lt;/dependency&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;/code&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;There is now an automatic propagation of Locales. Any &amp;lt;supported-locales/&amp;gt; defined in portlet.xml will be automatically added to your JSF application running inside the portlet. Currently this is only available for JBoss Portal in the 1.0 bridge due to getSupportedLocales() not being in the spec. This should be fully available to all portlet containers in the 2.0 bridge.&lt;/li&gt;&lt;br /&gt;View the &lt;a href=&quot;http://www.jboss.org/files/portletbridge/docs/1.0.0.B6/en/html_single/index.html&quot;&gt;reference guide&lt;/a&gt; for more information.</description><link>http://jbossportal.blogspot.com/2009/01/jboss-portlet-bridge-beta-6-released.html</link><author>noreply@blogger.com (Wesley Hales)</author><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-6008237062944374092</guid><pubDate>Wed, 21 Jan 2009 22:24:00 +0000</pubDate><atom:updated>2009-01-21T23:31:16.083+01:00</atom:updated><title>New JBoss Portal Webcast</title><description>Hi - we just wrapped a new webcast with CRIX International this afternoon and it went great all around - great speakers (if I do say so myself :-), great content, great attendance and most of all excellent questions.&lt;br /&gt;&lt;br /&gt;Again my personal thanks to George and Mark for telling us their story and sharing their experiences. I&#39;d also like to thank all of the folks at Information Week  and Alfresco who helped sponsor and promote the event.&lt;br /&gt;&lt;br /&gt;And one last special thanks to Ms. Rebecca for helping me get this off the ground.&lt;br /&gt;&lt;br /&gt;The webcast will be up on this URL for the next 6 months and there are links to it on jboss.com.&lt;br /&gt;&lt;br /&gt;&gt; &lt;span class=&quot;Object&quot; id=&quot;OBJ_PREFIX_DWT2009&quot;&gt;&lt;span class=&quot;Object&quot; id=&quot;OBJ_PREFIX_DWT2010&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://www.techwebonlineevents.com/ars/eventregistration.do?mode=eventreg&amp;amp;F=1001317&amp;amp;K=1AA1A1&quot;&gt;https://www.techwebonlineevents.com/ars/eventregistration.do?mode=eventreg&amp;amp;F=1001317&amp;amp;K=1AA1A1&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;</description><link>http://jbossportal.blogspot.com/2009/01/new-jboss-portal-webcast.html</link><author>noreply@blogger.com (Jason Andersen)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-1324135238373863188</guid><pubDate>Wed, 21 Jan 2009 11:40:00 +0000</pubDate><atom:updated>2009-01-21T13:07:03.948+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">portal</category><category domain="http://www.blogger.com/atom/ns#">release</category><title>Release of JBoss Portal 2.7.1</title><description>We have just released JBoss Portal 2.7.1 which is a maintenance release for the 2.7 series that support JSR-286 portlets. The detailed release notes can be &lt;a href=&quot;http://sourceforge.net/project/shownotes.php?release_id=655073&amp;group_id=22866&quot;&gt;found here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Special thanks to Dan Krieger for his help, Andy Pemberton for his article and recent help in the forum and the Japanese team for the translation contribution !&lt;br /&gt;&lt;br /&gt;You can download it from here: &lt;a href=&quot;http://www.jboss.org/jbossportal/download/index.html&quot;&gt;http://www.jboss.org/jbossportal/download/index.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;For issues, please &lt;a href=&quot;http://www.jboss.com/index.html?module=bb&amp;op=viewforum&amp;f=215&quot;&gt;use the forum here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Note:&lt;br /&gt;  - Will only work with JBoss AS 4.2 or JBoss Enterprise Application Platform (4.3) (don&#39;t try on JBoss 5)&lt;br /&gt;  - For JDK 6 support, you will need to install the portal binary on top of the JDK 6 flavor of JBoss AS which can be &lt;a href=&quot;http://sourceforge.net/project/showfiles.php?group_id=22866&amp;package_id=16942&amp;release_id=614346&quot;&gt;obtained here&lt;/a&gt;.&lt;br /&gt;  - If you want to start JBoss Portal while being offline or behind a proxy, please see: http://jboss.org/community/docs/DOC-12633&lt;br /&gt;&lt;br /&gt;After the arrival of Adam Wesley on November 11th, we welcome Agatka Dawidowicz as team member&#39;s baby. We hope they will contribute to the project in a couple of years !</description><link>http://jbossportal.blogspot.com/2009/01/release-of-jboss-portal-271.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-2657141621151134708</guid><pubDate>Mon, 19 Jan 2009 13:23:00 +0000</pubDate><atom:updated>2009-01-19T14:29:13.030+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">portal</category><title>JBoss Portal in Japanese</title><description>Just wanted to let you see JBoss Portal in Japanese, I&#39;m always been fascinated by Japanese writings.&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://4.bp.blogspot.com/_qfEbDTOhbrs/SXR_aHgxuNI/AAAAAAAAAgI/f8uQ6pTlMJc/s1600-h/Portal_ja.png&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 241px;&quot; src=&quot;http://4.bp.blogspot.com/_qfEbDTOhbrs/SXR_aHgxuNI/AAAAAAAAAgI/f8uQ6pTlMJc/s400/Portal_ja.png&quot; border=&quot;0&quot; alt=&quot;&quot;id=&quot;BLOGGER_PHOTO_ID_5292995548737026258&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thank you Hiro Okashita and team !&lt;br /&gt;&lt;br /&gt;If you want to translate the JBoss Portal portlets in your language or improve the existing, please let us know !</description><link>http://jbossportal.blogspot.com/2009/01/jboss-portal-in-japanese.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_qfEbDTOhbrs/SXR_aHgxuNI/AAAAAAAAAgI/f8uQ6pTlMJc/s72-c/Portal_ja.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-3587213342235413581</guid><pubDate>Tue, 13 Jan 2009 20:59:00 +0000</pubDate><atom:updated>2009-01-13T22:07:06.711+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">contribution</category><category domain="http://www.blogger.com/atom/ns#">fun</category><category domain="http://www.blogger.com/atom/ns#">portal</category><title>JBoss Portal&#39;s code swarm</title><description>Looks like Emanuel got a littler bored tonight (European timezone) and made us the &lt;a href=&quot;http://vis.cs.ucdavis.edu/~ogawa/codeswarm/&quot;&gt;code swarm&lt;/a&gt; video of JBoss Portal commits.&lt;br /&gt;&lt;br /&gt;Code swarm for those who don&#39;t know basically show the commits as time goes (you can read the date at the bottom right of the video). You&#39;ll see the usernames of commiters as they joined. Blue text are java commits, yellow for XML commits and red for XHTML (Barely saw any red).&lt;br /&gt;&lt;br /&gt;This is totally useless but still fun. Consider contributing to be part of next code swarm video :)&lt;br /&gt;&lt;br /&gt;&lt;embed id=&quot;VideoPlayback&quot; src=&quot;http://video.google.com/googleplayer.swf?docid=-9023024467026876733&amp;hl=en&amp;fs=true&quot; style=&quot;width:400px;height:326px&quot; allowFullScreen=&quot;true&quot; allowScriptAccess=&quot;always&quot; type=&quot;application/x-shockwave-flash&quot;&gt; &lt;/embed&gt;&lt;br /&gt;&lt;br /&gt;Thank you Mucki !</description><link>http://jbossportal.blogspot.com/2009/01/jboss-portals-code-swarm.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-4887304828042874791</guid><pubDate>Mon, 12 Jan 2009 17:26:00 +0000</pubDate><atom:updated>2009-01-12T20:19:58.598+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">contribution</category><category domain="http://www.blogger.com/atom/ns#">portal</category><title>Time to elect your best contributor</title><description>JBoss Community Leadership Awards votes have started.&lt;br /&gt;&lt;br /&gt;People who&#39;ve contributed to JBoss Portal:&lt;br /&gt;&lt;ul&gt;&lt;li&gt; Peter Johnson for his forum activity in the &lt;a href=&quot;https://www.jboss.org/community/poll.jspa?poll=1005&quot;&gt;issue/Jira category&lt;/a&gt;.&lt;/li&gt;&lt;li&gt; &lt;strong style=&quot;font-weight: normal;&quot;&gt;Luca Stancapiano for the admin portlet internationalization and the Who&#39;s online portlet in the &lt;a href=&quot;https://www.jboss.org/community/poll.jspa?poll=1003&quot;&gt;new feature category&lt;/a&gt;&lt;/strong&gt;.&lt;/li&gt;&lt;li&gt; Dan Krieger in the &lt;a href=&quot;https://www.jboss.org/community/poll.jspa?poll=1002&quot;&gt;bug fix category&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;It is time to show your love for contributors and sorry if you are not part of this list.&lt;br /&gt;&lt;br /&gt;Voting will end on January 30th 2009 and winners will be announced at the &lt;a class=&quot;jive-link-external-small&quot; href=&quot;http://www.jboss.com/virtualexperience&quot;&gt;JBoss Virtual Experience&lt;/a&gt;, a web-based JBoss technology conference which will be held February 11th 2009. There is no charge for admission, but please &lt;a class=&quot;jive-link-external-small&quot; href=&quot;http://www-2.virtualevents365.com/jboss_experience/register.php&quot;&gt;advance register&lt;/a&gt; if you&#39;d like to attend.</description><link>http://jbossportal.blogspot.com/2009/01/time-to-elect-your-best-contributor.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8148764803887665102.post-7906204917149940755</guid><pubDate>Thu, 08 Jan 2009 08:18:00 +0000</pubDate><atom:updated>2009-01-09T21:42:46.532+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">portal</category><category domain="http://www.blogger.com/atom/ns#">presentation</category><title>Free webcast to attend</title><description>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://www.techwebonlineevents.com/ars/eventregistration.do?mode=eventreg&amp;amp;F=1001317&amp;amp;K=1AA1A1&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 230px; height: 155px;&quot; src=&quot;http://2.bp.blogspot.com/_qfEbDTOhbrs/SWe2mpRW4pI/AAAAAAAAAfg/MLx8Ud-tt2Q/s320/JBoss_portal_hmpgB_864107_0109LL.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5289397062399877778&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.crixinternational.org/&quot;&gt;CRIX International&lt;/a&gt; will present their JBoss Portal based collaboration solution using JBoss and Alfresco technologies.&lt;br /&gt;&lt;br /&gt;It will be a great opportunity to learn&lt;br /&gt;&lt;ul&gt;&lt;li&gt;  Why portals still matter to the enterprise&lt;/li&gt;&lt;li&gt;     How innovative companies have leveraged portals and content solutions to drive business results&lt;/li&gt;&lt;li&gt;     What benefits can be reaped by partnering with a team of independent, open source providers&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Don&#39;t miss this free and short webcast on January 21, 2009 4PM EST (Check &lt;a href=&quot;http://www.timeanddate.com/worldclock/fixedtime.html?month=1&amp;amp;day=21&amp;amp;year=2009&amp;amp;hour=16&amp;amp;min=0&amp;amp;sec=0&amp;amp;p1=179&quot;&gt;here for your timezone&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;Don&#39;t forget &lt;a href=&quot;https://www.techwebonlineevents.com/ars/eventregistration.do?mode=eventreg&amp;amp;F=1001317&amp;amp;K=1AA1A1_&quot;&gt;to register&lt;/a&gt; prior to the event.&lt;br /&gt;&lt;br /&gt;PS: I&#39;m unsure if this will be recorded, so mark your calendars...</description><link>http://jbossportal.blogspot.com/2009/01/free-webcast-to-attend.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_qfEbDTOhbrs/SWe2mpRW4pI/AAAAAAAAAfg/MLx8Ud-tt2Q/s72-c/JBoss_portal_hmpgB_864107_0109LL.png" height="72" width="72"/><thr:total>0</thr:total></item></channel></rss>