<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title> &#187; PrimeFaces</title>
	<atom:link href="http://blog.primefaces.org/?feed=rss2&#038;cat=7" rel="self" type="application/rss+xml" />
	<link>http://blog.primefaces.org</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 21:13:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Responsive Interportlet Communication with Atmosphere and PrimeFaces</title>
		<link>http://blog.primefaces.org/?p=2617</link>
		<comments>http://blog.primefaces.org/?p=2617#comments</comments>
		<pubDate>Tue, 30 Apr 2013 14:23:41 +0000</pubDate>
		<dc:creator>Optimus Prime</dc:creator>
				<category><![CDATA[PrimeFaces]]></category>

		<guid isPermaLink="false">http://blog.primefaces.org/?p=2617</guid>
		<description><![CDATA[March/April 2013 issue of JavaMagazine is out and Kito D. Mann from Virtua Inc. has written a great article on Interportlet Communication with PrimeFaces Push powered by Atmosphere on Liferay. See the JavaMagazine for detailed information. Thanks to PrimeTek&#8217;s business &#8230; <a href="http://blog.primefaces.org/?p=2617">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>March/April 2013 issue of JavaMagazine is out and Kito D. Mann from <a href="http://www.virtua.com">Virtua Inc.</a> has written a great article on Interportlet Communication with PrimeFaces Push powered by Atmosphere on Liferay.</p>
<p><img class="alignnone aligncenter" src="https://si0.twimg.com/profile_images/2623901755/JMag_logo_cmyk.jpg" alt="" width="251" height="246" /></p>
<p>See the <a href="http://www.oraclejavamagazine-digital.com/javamagazine_open/20130304#pg50">JavaMagazine</a> for detailed information.</p>
<p>Thanks to PrimeTek&#8217;s business partners Virtua, Liferay, Async-IO for providing such an advanced technology integrated with PrimeFaces.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.primefaces.org/?feed=rss2&#038;p=2617</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dialog Focus Enhancement</title>
		<link>http://blog.primefaces.org/?p=2559</link>
		<comments>http://blog.primefaces.org/?p=2559#comments</comments>
		<pubDate>Mon, 08 Apr 2013 12:30:15 +0000</pubDate>
		<dc:creator>ironhide</dc:creator>
				<category><![CDATA[PrimeFaces]]></category>

		<guid isPermaLink="false">http://blog.primefaces.org/?p=2559</guid>
		<description><![CDATA[The first enabled input field in a dialog receives focus automatically by default already and we have added an enhancement to make this customizable. The main reason to use this feature can be explained with an example; If we use &#8230; <a href="http://blog.primefaces.org/?p=2559">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The first enabled input field in a dialog receives focus automatically by default already and we have added an enhancement to make this customizable. The main reason to use this feature can be explained with an example;</p>
<p>If we use a calendar field as the first input field in the dialog, the calendar field receives focus on show and popup shows automatically without user interaction. Built-in focus feature can be used to prevent these kinds of problems where we can just add the focus attribute on the dialog component to use it as indicated below. Notice that focus is set to savebtn button implicitly so when the dialog gets displayed, button will receive focus. This is quite useful since for readonly dialogs, hitting enter key would hide the dialog easily.</p>
<pre class="brush: xml; title: ; notranslate">
&lt;h:form&gt;
 &lt;p:commandButton value=&quot;Show&quot; onclick=&quot;dlg.show();&quot; type=&quot;button&quot; icon=&quot;ui-icon-extlink&quot;/&gt;

 &lt;p:dialog id=&quot;dialog&quot; header=&quot;Dynamic Focus&quot; focus=&quot;savebtn&quot; widgetVar=&quot;dlg&quot;&gt;

    &lt;h:panelGrid columns=&quot;2&quot; cellpadding=&quot;5&quot;&gt;

        &lt;h:outputLabel for=&quot;name&quot; value=&quot;Name:&quot; /&gt;
        &lt;p:inputText id=&quot;name&quot; label=&quot;name&quot; /&gt;

        &lt;h:outputLabel for=&quot;surname&quot; value=&quot;Surname:&quot; /&gt;
        &lt;p:inputText id=&quot;surname&quot; label=&quot;surname&quot; /&gt;

        &lt;h:outputLabel for=&quot;telephone&quot; value=&quot;Telephone:&quot; /&gt;
        &lt;p:inputText id=&quot;telephone&quot; label=&quot;telephone&quot; /&gt;

     &lt;/h:panelGrid&gt;

     &lt;p:commandButton id=&quot;savebtn&quot; value=&quot;Save&quot; oncomplete=&quot;dlg.hide()&quot;/&gt;

 &lt;/p:dialog&gt;

&lt;/h:form&gt;</pre>
<p>This feature will be available in 3.5.3 and 4.0 releases.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.primefaces.org/?feed=rss2&#038;p=2559</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Partnership with Async-IO</title>
		<link>http://blog.primefaces.org/?p=2481</link>
		<comments>http://blog.primefaces.org/?p=2481#comments</comments>
		<pubDate>Tue, 26 Feb 2013 21:36:16 +0000</pubDate>
		<dc:creator>Optimus Prime</dc:creator>
				<category><![CDATA[PrimeFaces]]></category>

		<guid isPermaLink="false">http://blog.primefaces.org/?p=2481</guid>
		<description><![CDATA[We are glad to announce a new partnership with Async-IO, company behind the great Atmosphere Framework that is the Core of many Push frameworks including PrimeFaces Push. With this cooperation, we are now able to offer commercial support over PrimeFaces &#8230; <a href="http://blog.primefaces.org/?p=2481">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We are glad to announce a new partnership with <a href="http://www.async-io.org">Async-IO</a>, company behind the great Atmosphere Framework that is the Core of many Push frameworks including PrimeFaces Push.</p>
<p>With this cooperation, we are now able to offer commercial support over PrimeFaces Push and Atmosphere. Support will be provided by <strong>Async IO</strong> via <a href="http://pro.primefaces.org">PrimeFaces PRO</a> application.</p>
<p><a href="http://blog.primefaces.org/wp-content/uploads/2012/07/push-chat.png"><img class="aligncenter size-full wp-image-2054" title="push-chat" src="http://blog.primefaces.org/wp-content/uploads/2012/07/push-chat.png" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.primefaces.org/?feed=rss2&#038;p=2481</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PrimeFaces Crud Generator with NetBeans</title>
		<link>http://blog.primefaces.org/?p=2475</link>
		<comments>http://blog.primefaces.org/?p=2475#comments</comments>
		<pubDate>Thu, 21 Feb 2013 20:48:58 +0000</pubDate>
		<dc:creator>Optimus Prime</dc:creator>
				<category><![CDATA[PrimeFaces]]></category>

		<guid isPermaLink="false">http://blog.primefaces.org/?p=2475</guid>
		<description><![CDATA[NetBeans already has good level of JSF enabled CRUD generation out of the box. Kay Wrobel, a PrimeFaces community member has extended this support to provide a CRUD generator to unleash the full potential of NetBeans and PrimeFaces. From project &#8230; <a href="http://blog.primefaces.org/?p=2475">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>NetBeans already has good level of JSF enabled CRUD generation out of the box. Kay Wrobel, a PrimeFaces community member has extended this support to provide a CRUD generator to unleash the full potential of NetBeans and PrimeFaces.</p>
<p>From <a href="http://sourceforge.net/projects/nbpfcrudgen/">project website;</a>;</p>
<blockquote><p>This module provides a forked version of the JSF Pages from Entity Classes wizard inside NetBeans but produces PrimeFaces JSF pages with page layout, menu and dialog boxes.&#8221;.</p></blockquote>
<p><a class="thumbnail" style="float: left; margin-right: 10px;" title="Wizard Pager Customizations, Search Label Artifacts &amp;amp; Library Version Info" href="//c.fsdn.com/con/app/proj/nbpfcrudgen/screenshots/Screenshot from 2013-01-28 16:09:52.png" rel="section"><br />
<img src="//c.fsdn.com/con/app/proj/nbpfcrudgen/screenshots/Screenshot from 2013-01-28 16:09:52.png/182/137" alt="Wizard Pager Customizations, Search Label Artifacts &amp;amp; Library Version Info" width="182" height="137" /><br />
</a></p>
<p><a class="thumbnail" style="float: left; margin-right: 10px;" title="Dialog showing Support for Calendar and OutputLabel" href="//c.fsdn.com/con/app/proj/nbpfcrudgen/screenshots/Screenshot from 2013-01-28 16:08:07.png" rel="section"><br />
<img src="//c.fsdn.com/con/app/proj/nbpfcrudgen/screenshots/Screenshot from 2013-01-28 16:08:07.png/182/137" alt="Dialog showing Support for Calendar and OutputLabel" width="182" height="137" /><br />
</a></p>
<p><a class="thumbnail" style="float: left; margin-right: 10px;" title="Showing sample list and menu" href="//c.fsdn.com/con/app/proj/nbpfcrudgen/screenshots/Screenshot from 2013-01-17 11:31:43.png" rel="section"><br />
<img src="//c.fsdn.com/con/app/proj/nbpfcrudgen/screenshots/Screenshot from 2013-01-17 11:31:43.png/182/137" alt="Showing sample list and menu" width="182" height="137" /><br />
</a></p>
<div style="clear:both" />
<p>This plugin is officially supported by us since we are in touch with Kay Wrobel and our friends at NetBeans Team. Thanks to Kay for his great work and the NetBeans Team for providing such a powerful infrastructure.</p>
<p>In case you missed there are also alternative CRUD tools for PrimeFaces like <a href="http://usezer.blogspot.it/2012/03/primefaces-using-sts-and-springroo.html">SpringROO</a> and the online <a href="http://www.springfuse.com">SpringFuse</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.primefaces.org/?feed=rss2&#038;p=2475</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>PrimeFaces Mobile Dialog</title>
		<link>http://blog.primefaces.org/?p=2470</link>
		<comments>http://blog.primefaces.org/?p=2470#comments</comments>
		<pubDate>Tue, 19 Feb 2013 08:43:19 +0000</pubDate>
		<dc:creator>Optimus Prime</dc:creator>
				<category><![CDATA[PrimeFaces]]></category>

		<guid isPermaLink="false">http://blog.primefaces.org/?p=2470</guid>
		<description><![CDATA[Upcoming PrimeFaces Mobile features a Dialog component optimized for Mobile Devices. We&#8217;ve written a Mobile Renderer to the well known &#60;p:dialog /&#62; component that is commonly used in PrimeFaces Core. There is also a dialog feature in jQuery Mobile however &#8230; <a href="http://blog.primefaces.org/?p=2470">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Upcoming PrimeFaces Mobile features a Dialog component optimized for Mobile Devices. We&#8217;ve written a Mobile Renderer to the well known &lt;p:dialog /&gt; component that is commonly used in PrimeFaces Core.</p>
<p><a href="http://blog.primefaces.org/wp-content/uploads/2013/02/notes-dialog.png"><img class="aligncenter size-full wp-image-2471" title="notes-dialog" src="http://blog.primefaces.org/wp-content/uploads/2013/02/notes-dialog.png" alt="" /></a></p>
<p>There is also a dialog feature in jQuery Mobile however that doesn&#8217;t really fit JSF programming model as it displays whole pages in dialogs rather than any custom content, PrimeFaces Mobile Dialog however is based on simpledialog2 widget that enables the model PrimeFaces developers are used to which is displaying-hiding the content after an action. Dialog can also be embedded inside mobile views. Usage is as follows;</p>
<pre class="brush: xml; title: ; notranslate">
&lt;h:form id=&quot;listNotesForm&quot;&gt;
    &lt;p:dataList id=&quot;notesList&quot; value=&quot;#{notesView.notes}&quot; var=&quot;note&quot; type=&quot;inset&quot;&gt;
        &lt;p:commandLink value=&quot;#{note.shortText}&quot; update=&quot;:listNotesForm:noteDetail&quot; oncomplete=&quot;dlg.show()&quot;&gt;
             &lt;f:setPropertyActionListener value=&quot;#{note}&quot; target=&quot;#{notesView.note}&quot; /&gt;
        &lt;/p:commandLink&gt;
    &lt;/p:dataList&gt;

    &lt;p:dialog header=&quot;Note Details&quot; widgetVar=&quot;dlg&quot;&gt;
        &lt;f:attribute name=&quot;contentSwatch&quot; value=&quot;e&quot; /&gt;
        &lt;p:outputPanel layout=&quot;block&quot; style=&quot;padding:4px 10px&quot;&gt;
           &lt;h:outputText id=&quot;noteDetail&quot; value=&quot;#{notesView.note.text}&quot; /&gt;
        &lt;/p:outputPanel&gt;
    &lt;/p:dialog&gt;
&lt;/h:form&gt;
</pre>
<p>PrimeFaces Mobile is under active development, although the next release will focus on performance optimizations and tuning (e.g. lightweight resources, lazy view loading), there are also nice features like this one.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.primefaces.org/?feed=rss2&#038;p=2470</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>CommentBox Component</title>
		<link>http://blog.primefaces.org/?p=2467</link>
		<comments>http://blog.primefaces.org/?p=2467#comments</comments>
		<pubDate>Fri, 08 Feb 2013 08:25:21 +0000</pubDate>
		<dc:creator>Optimus Prime</dc:creator>
				<category><![CDATA[PrimeFaces]]></category>

		<guid isPermaLink="false">http://blog.primefaces.org/?p=2467</guid>
		<description><![CDATA[A new CommentBox component has been developed by Nick Russler who introduced it at PrimeFaces Forum. There is also a nice promotion video; Future plans are PrimeFaces Push &#8211; Atmosphere integration for real-time live comments.]]></description>
			<content:encoded><![CDATA[<p>A new <a href="http://nickrussler.github.com/commentbox/">CommentBox</a> component has been developed by Nick Russler who introduced it at <a href="http://forum.primefaces.org/viewtopic.php?f=14&amp;t=28348">PrimeFaces Forum</a>.</p>
<p><img src="https://raw.github.com/nickrussler/commentbox/master/misc/images/sample.png" alt="" width="600" /></p>
<p>There is also a nice promotion video;</p>
<p><iframe src="http://www.youtube.com/embed/9ZCklu-wI90" frameborder="0" width="560" height="315"></iframe></p>
<p>Future plans are PrimeFaces Push &#8211; Atmosphere integration for real-time live comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.primefaces.org/?feed=rss2&#038;p=2467</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maintenance Policy Update</title>
		<link>http://blog.primefaces.org/?p=2451</link>
		<comments>http://blog.primefaces.org/?p=2451#comments</comments>
		<pubDate>Wed, 06 Feb 2013 08:16:38 +0000</pubDate>
		<dc:creator>Optimus Prime</dc:creator>
				<category><![CDATA[PrimeFaces]]></category>

		<guid isPermaLink="false">http://blog.primefaces.org/?p=2451</guid>
		<description><![CDATA[After announcing the new maintenance policy yesterday, we have received various feedbacks from PrimeFaces Community. One common feedback is offering an option for community users who see PrimeFaces PRO fees as expensive considering their project budgets and still would like &#8230; <a href="http://blog.primefaces.org/?p=2451">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After announcing the <a href="http://blog.primefaces.org/?p=2443">new maintenance policy</a> yesterday, we have received various feedbacks from PrimeFaces Community. One common feedback is offering an option for community users who see PrimeFaces PRO fees as expensive considering their project budgets and still would like to avoid merging fixes from trunk to their local branches.</p>
<p>We listen to our community and thanks to the valuable feedback we are glad to announce that community members now also have the option to receive the binaries-sources of maintenance releases in an affordable way without being a PrimeFaces PRO user. Annual subscription to maintenance releases will also be offered so that by subscribing one year, you&#8217;ll have access to all maintenance versions released for a year. This model would be known as <strong>PrimeFaces Elite</strong>. The binaries-sources will be available to be purchased online at PrimeFaces.org and the fee per developer seat would be only 199$ per year.</p>
<p>Please note that, fixes of private maintenance branches will also be committed to public trunk so you always have the option to merge the changes from trunk back to your self-maintained local branch without paying a fee. The fee mentioned above is to avoid doing this and receive a certified-official PrimeFaces release from PrimeFaces Team.</p>
<p>Thanks to everyone who assisted us optimizing the policy! With your help, we&#8217;ll make PrimeFaces even greater!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.primefaces.org/?feed=rss2&#038;p=2451</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>New Maintenance Policy</title>
		<link>http://blog.primefaces.org/?p=2443</link>
		<comments>http://blog.primefaces.org/?p=2443#comments</comments>
		<pubDate>Tue, 05 Feb 2013 08:20:44 +0000</pubDate>
		<dc:creator>Optimus Prime</dc:creator>
				<category><![CDATA[PrimeFaces]]></category>

		<guid isPermaLink="false">http://blog.primefaces.org/?p=2443</guid>
		<description><![CDATA[Starting with PrimeFaces 3.5, a new maintenance policy for PrimeFaces has been initiated. This new policy is basically a new feature offered to our PrimeFaces PRO service. Until now, we have been doing maintenance(bugfix only) releases such as 3.3.1, 3.4.1, &#8230; <a href="http://blog.primefaces.org/?p=2443">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Starting with PrimeFaces 3.5, a new maintenance policy for PrimeFaces has been initiated. This new policy is basically a new feature offered to our <a href="http://www.primefaces.org/support.html">PrimeFaces PRO</a> service.</p>
<p>Until now, we have been doing maintenance(bugfix only) releases such as 3.3.1, 3.4.1, 3.4.2 periodically followed by a major release e.g. 3.4, 3.5. From now on, tags/sources of these certified-official releases will be available to PrimeFaces PRO users exclusively. Although there will be a private branch, each improvement-fix made into maintenance branches will also be committed to public repository targeting trunk which is the next major release. As code is open, community members can access the fixes at trunk and maintain their own branches locally if necessary. PrimeFaces PRO users on the other hand will receive certified maintenance releases in binary and source format.</p>
<p>For example, 3.5 is out and we&#8217;ll create a private branch for 3.5.1. New features will go in public trunk only (3.6-SNAPSHOT), bug fixes on the other hand will be committed to private 3.5.1 branch and the public trunk so everyone has access to the fixes. PrimeFaces PRO users will receive certified maintenance releases periodically and Community users need to maintain their own maintenance branches or keep using the development builds of trunk although latter has the risk of instability.</p>
<p>So by becoming a PrimeFaces PRO user, you don&#8217;t need to maintain maintenance branches yourself, dig the trunk code to find the fixes to merge and avoid the risk of using a development build of trunk in production.</p>
<p>We are fully committed to open source, PrimeFaces is licensed under apache license since it was born 4 years ago and all subprojects of PrimeFaces are also open source. This maintenance policy does not hide a single line of code from public access since any feature, enhanement and bug fix is also available in public repository.</p>
<p>We are sure that PrimeFaces community will support this policy because more PRO users mean improved financial backing for PrimeFaces resulting in more investment regarding team size, more features, less bugs, better quality and all of these under Open Source Philosophy which we truly believe in!</p>
<p><strong>Update: Thanks to the great feedback from the community, there is now <a href="http://blog.primefaces.org/?p=2451">an affordable way</a> to get binaries-sources of maintenance releases without becoming a PrimeFaces PRO user.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.primefaces.org/?feed=rss2&#038;p=2443</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>PrimeFaces User&#8217;s Guide 3.5 Released</title>
		<link>http://blog.primefaces.org/?p=2439</link>
		<comments>http://blog.primefaces.org/?p=2439#comments</comments>
		<pubDate>Mon, 04 Feb 2013 19:21:10 +0000</pubDate>
		<dc:creator>Optimus Prime</dc:creator>
				<category><![CDATA[PrimeFaces]]></category>

		<guid isPermaLink="false">http://blog.primefaces.org/?p=2439</guid>
		<description><![CDATA[Soon after PrimeFaces 3.5 Final Release, we are glad to announce that User&#8217;s Guide for 3.5 is also now available. As in 3.4 Guide, there are two versions, free one and the 10$ copy with same content for community members &#8230; <a href="http://blog.primefaces.org/?p=2439">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Soon after PrimeFaces 3.5 Final Release, we are glad to announce that User&#8217;s Guide for 3.5 is also now available.</p>
<p>As in 3.4 Guide, there are two versions, free one and the 10$ copy with same content for community members who would like to contribute PrimeFaces Development. The only difference is the table of contents index for PDF readers.</p>
<p>All versions of guides, api-vdl docs, wiki, PrimeFaces Cookbook, interviews, presentations&#8230; Everything is available at <a href="http://www.primefaces.org/documentation.html">PrimeFaces Documentation Center</a>.</p>
<p>Hope you enjoy the new guide!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.primefaces.org/?feed=rss2&#038;p=2439</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PrimeFaces 3.5 Released</title>
		<link>http://blog.primefaces.org/?p=2436</link>
		<comments>http://blog.primefaces.org/?p=2436#comments</comments>
		<pubDate>Mon, 04 Feb 2013 10:29:27 +0000</pubDate>
		<dc:creator>Optimus Prime</dc:creator>
				<category><![CDATA[PrimeFaces]]></category>

		<guid isPermaLink="false">http://blog.primefaces.org/?p=2436</guid>
		<description><![CDATA[PrimeFaces Team is glad to announce the available of PrimeFaces 3.5 Final. Compared to the Release Candidate that is massively tested by community, there are over 20 improvements. Downloads Sources and Binaries along with maven download instructions are available at &#8230; <a href="http://blog.primefaces.org/?p=2436">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>PrimeFaces Team is glad to announce the available of PrimeFaces 3.5 Final. Compared to the Release Candidate that is massively tested by community, there are <a href="http://code.google.com/p/primefaces/issues/list?can=1&amp;q=label%3DTargetVersion-3.5.Final+status%3AFixed&amp;sort=&amp;groupby=&amp;colspec=ID+Stars+Type+Status+Priority+TargetVersion+Summary&amp;nobtn=Update&amp;num=500">over 20 improvements</a>.</p>
<p><img class="alignnone aligncenter" src="http://forum.primefaces.org/styles/ca_gen2_blue/imageset/site_logo.gif" alt="" width="326" height="79" /></p>
<p><strong>Downloads</strong></p>
<p>Sources and Binaries along with maven download instructions are available at <a href="http://www.primefaces.org/downloads.html">downloads</a> page.</p>
<p><strong>User&#8217;s Guide</strong></p>
<p>See <a href="http://blog.primefaces.org/?p=2439">official announcement</a> regarding User&#8217;s Guide 3.5.</p>
<p><strong>Showcase Change</strong></p>
<p>From now on there will be only one online showcase instead of showcase and showcase-labs.</p>
<p><strong>Roadmap</strong></p>
<p>Next planned version is 3.6 and it is due second quarter of 2013. Our focus is now on PrimeFaces Mobile and PrimeUI.</p>
<p><strong>Enjoy!</strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.primefaces.org/?feed=rss2&#038;p=2436</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
