Wednesday, May 16, 2012

I'm Awestruct!

I'm officially Awestruct! with this launch of my new blog:


It's time to update your bookmarks: http://www.bleathem.ca/
and your RSS feeds: http://www.bleathem.ca/feed.atom

I'll set up what redirects I can, before pulling the plug on this blogger site.

Tuesday, May 15, 2012

RichFaces 4.2.2.Final Release Announcement

RichFaces 4.2.2.Final is available, the second RichFaces 4.2 micro release. This release was originally intended to focus on changes required to better align with the upcoming JBoss AS 7.1.2 release. However we had some community members step forward with some fixes, and those contributions ended up turning this release into a reasonable bug fix release!

I would like to give a big shout out to Luca Nardelli, Adrian Gonzalez, and Jason Porter. These are RichFaces users who contributed back to the project with bug fixes and new features; improving the quality of the JSF component framework we all use to build applications on a daily basis. Three cheers for OSS, and our community contributors! If you would also like to get involved and contribute code to the project, check out our ContributorGettingStartedGuide wiki page!

To try out this release, you can download the distribution directly, or for maven users, increment the RichFaces version in your pom.xml to 4.2.2.Final. For more information on setting up a RichFaces 4 application, refer to our getting started guide.

What’s new with 4.2.2.Final?

The rich:tooltip has seen a number of improvements centered around changing the javascript implementation to use the RichFaces Javascript Service feature, and defer javascript loading until all components are rendered. Nice catch Luca! Specific issues resolved with this approach include:
  • [RF-10839] - tooltip: attachment using target not works if tooltip defined before the component to which it attaches.
  • [RF-11370] - rich:toolTip: targetted example causes NPE for some IDs
  • [RF-12198] - rich:tooltip does not work inside a4j:commandButton
  • [RF-12199] - rich:tooltip does not work inside h:graphicImage
For those migrating from RichFaces 3, Adrian has contributed improvements to the Xcss2Ecss conversion utility:
  • [RF-11994] - Xcss2EcssConverter error handling f:importResource
  • [RF-12010] - ecss hot reloading
A number of other fixes are seen with:
  • rich:dataTable and rich:extendedDataTable
  • validation and messages
  • dependency updates, matching changes in the upcoming JBoss AS 7.1.2 release
Lastly I’ll mention a simple feature, but one which I’m sure many will find useful. The a4j:log component has a new mode of operation, the console mode, allowing a4j:log messages to be output to the browser javascript error console.

What’s Next?

We’ll shortly begin our 4.3.0.M1 sprint which will focus on MyFaces compatibility issues and some CDK improvements in this first milestone. Concurrent to this, we will be working in the RichFaces Sandbox to deliver our next-generation component set. Should any of the above initiatives appeal to you, feel free to get involved, and help move the project forward!

Friday, May 4, 2012

RichFaces Bootstrap

I'm happy to share the news that the RichFaces community has started an effort to wrap Twitter Bootstrap with the RichFaces CDK. If you haven't yet heard, Twitter's Bootstrap project is a set of HTML/CSS/js "widgets" that you can use for building a website/web application with an emphasis on a fluid layouts that adapt well to mobile devices. The RichFaces community effort centres around providing a set of first-class JSF components built using these Bootstrap widgets via the RichFaces CDK.

This is still early days for the effort, consider what we have so far as a Proof of Concept. The work is being done in the RichFaces Sandbox, where new ideas/components are explored and proven before migrating in the the framework core. We'll explore how to bring these Bootstrap components into the framework proper when the effort is complete. The reason for this blog post is to let people know what the community is doing and invite people to get involved!

Take a look at the RichFaces bootstrap demo to see what the components look like. Keep in mind we used the RichFaces bootstrap JSF components to build the demo itself, (a dogfood demo if you will!). So far we've stubbed out a number of bootstrap components with the CDK, and we have a bootstrap "enabled" commandButton component (build on top of the robust a4j:commandButton).

Some example bootstrap components that I particularly like are:

b:buttonDropdown
The buttonDropdown can be used to provide alternate actions for a button on your page:




b:gridContainer
The bootstrap grid components (gridContainer/gridRow/gridColumn) provide a powerful means to layout your page. Being proper JSF components, they are also valid JSF execute/render targets.


I'll blog more about the individual components as they get fleshed out. There's a ton of blog material here!

RichFaces Bootstrap Roadmap
Our roadmap for these bootstrap components moving forward involves:
  1. RFSBOX-7 Finish wrapping the remaining bootstrap components
  2. RFSBOX-8 Flesh out the attributes of the already wrapped components
  3. RFSBOX-9 Couple the widget events into the RichFaces/JSF event subsytem (eg. for enabling JSF behaviours)
  4. Migrate/wrap (or re-implement if required) the existing RF 4 components
The task is big, and we could use your commits! So if you are interested in either RichFaces, Bootstrap, or both - be sure to drop by #richfaces on IRC (freenode.net) to discuss how you can get involved and influence how these components will shape up!

Concurrent to the work we do in our sandbox, we are still very much focused on improving the current set of RichFaces 4 components. We have another 4.2 micro release coming out soon, and are planning the Milestone releases for the 4.3 release train.

Lastly, I'd like to close with a big shoutout to Paul Dijou, a Richfaces community member who has been instrumental in getting this effort off the ground! Thanks Paul, and keep those pull request coming!

Tuesday, April 17, 2012

RichFaces 4.2.1.Final Release Announcement

We've released RichFaces 4.2.1.Final - the first micro release for the 4.2 release train. Since the CR1 release we've primarily addressed bugs with the Richfaces showcase and the RichFaces archetypes.  CR1 itself focused on bug fixes and stability improvements throughout the framework.

To try out this release, you can download the distribution directly, or for maven users, increment the RichFaces version in your pom.xml to 4.2.1.Final. For more information on setting up a RichFaces 4 application, refer to our getting started guide.

What’s in 4.2.1.Final?
One noteworthy issue to take note of:
  • [RF-11940] - Our ajax push component (a4j:push) was not receiving pushes from the server on Android devices. We identified a bug in the Atmosphere framework which powers our push technology, a bug which we fixed and pushed back upstream (OSS for the win!).

Be sure to check out the 4.2.1.CR1 release blog for a more complete picture of what we addressed with this micro release.

New with this release, we are once again deploying the showcase on new infrastructure. The OpenShift Express service has been unified with OpenShift Flex to deliver a single service now simply referred to as OpenShift (see this FAQ entry). The end result for us is a simplified deployment and management console, and an easier ability to host multiple applications.

Moving Forward
We’re currently focused on improving the JSF testing and RichFaces mobile stories. However we’ll shortly begin our 4.3.0.M1 sprint which will focus on MyFaces compatibility issues. Concurrent to all this, we will working in the RichFaces Sandbox to deliver our next-generation component set. Should any of the above initiatives appeal to you, feel free to get involved and help move the project forward!

Wednesday, April 4, 2012

RichFaces 4.2.1.CR1 Release Announcement

We've released RichFaces 4.2.1.CR1 - the first candidate release for the first 4.2 micro release. This release comes with initial support for rapid component development with the CDK and jRebel, and a new archetype demonstrating (among other things) a mobile RichFaces application,. For the most part however, this release focuses on bug-fixes and stability of the components and framework.

To try out this release, you can download the distribution directly, or for maven users, increment the RichFaces version in your pom.xml to 4.2.1.CR1. For more information on setting up a RichFaces 4 application, refer to our getting started guide.

Kitchensink Example
Since the 4.2.0.Final release, we've included a new sample application: the RichFaces kitchensink quickstart (also available as an archetype). This is example application demonstrates key pieces of the Java EE stack, with a JSF/RichFaces frontend. We have it currently deployed to openshift if you want to see it in action. Be sure to check out this example with your mobile phone, to see the kind of mobile application you can build with RichFaces (complete with client side validation, and ajax push!)

Rapid component Development
Another new initiative that made its way into this release is the work we've been doing to support rapid component development with the CDK and jRebel. We've included the necessary jRebel configuration in our component projects (RF-12090) to enable jRebel to hot reload the classes generated by the CDK. See Lukas' blog post for details on how you can get this working seamlessly within eclipse with JBoss tools.

Highlighted release notes
Specific components addressed include the rich:extendedDataTable, rich:contextMenu, and a4j:push:
  • ExtendedDataTable
    • [RF-10754] - extendedDataTable: two or more components placed on the page causes horizontal scroll to disappear
    • [RF-11948] - rich:extendedDataTable create an onready event to trigger javascript interactions after the EDT has been initialized
  • a4j:push
    • [RF-12013] - Deadlock in push component
    • [RF-12072] - Push: add onsubscribed event
  • rich:contextMenu
    • [RF-11936] - rich:contextMenu activation is possible outside of tree nodes
    • [RF-11971] - rich:menuItem onclick return value ignored
    • [RF-12042] - Metamer: rich:contextMenu doesn't disappear after clicking out of the menu in IE9 and Google Chrome
    • [RF-12043] - rich:contextMenu isn't rendered correctly in IE 9 compatibility mode
    • [RF-11996] - rich:contextMenu on several rows in extendedDataTable


Overall, areas such as event handling, validation, messages, and browser compatibility were addressed:
  • Events
    • [RF-10941] - a4j:command* components misses default behavior event
    • [RF-12091] - rich:dataScroller scrollListener not documented
    • [RF-10968] - Tree: treeSelectionChangeListener and treeToggleListener do not work
    • [RF-12007] - AbstractPanelMenuGroup.getChangeExpandListener is not used
  • Validation/messages
    • [RF-7351] - Regression: "messages: globalOnly does not work properly"
    • [RF-11978] - Graph Validator - does not mark context to fail validation
  • Browser compatibility
    • [RF-12026] - Javascript error in AjaxRequests on FireFox "invalid 'in' operand event"
    • [RF-11884] - Multiple Errors with IE8/9

The RichFaces showcase saw some improvements, including some mobile specific fixes:
  • Showcase
    • [RF-11872] - Mobile Showcase and a4j:region demo: submit button doesn't respond on the first click
    • [RF-11905] - shutdown of the JBoss AS with showcase deployed throws DB error
    • [RF-12048] - Showcase: Change the password for JMS guest connection
    • [RF-12051] - Showcase: simplified Push CDI sample which wouldn't use subtopics

Lastly, a few fixes I couldn't fit into any of the above categories:
  • Miscellaneous fixes
    • [RF-11977] - Multiple fileUpload controls on the same page do not work
    • [RF-12093] - ResourceServlet can't handle resources outside of specific libraries
    • [RF-12052] - rich:TabPanel - HTML comments should be supported inside the tabPanel


Next steps
Our crack-QE team has uncovered some regression in the CR1 release with their extensive test suite. We'll address these issues with the 4.2.1.Final release, but be sure to give the CR1 release a spin to check for any issues we may have overlooked. Of course, concurrent to this micro release, we're hard at work on some brand new stuff for RichFaces 4.3 (see the relevant planning discussion for details).

Thursday, February 23, 2012

RichFaces 4.2.0.Final Release Announcement

Richfaces 4.2.0.Final is now available for download! A quick follow on to our 4.1 release, Richfaces 4.2 delivers some “missing” components migrated from RichFaces 3, and provides usability and API improvements for resource loading optimizations and the push API. Documentation was a huge effort for this release; we are delivering an updated and complete VDL taglib doc, along with our more well established Developer Guide, and Components Reference.

To try out this release, you can download the distribution directly, or for maven users, increment the RichFaces version in your pom.xml to 4.2.0.Final. For more information on setting up a RichFaces 4 application, refer to our getting started guide.

What’s new in Richfaces 4.2
For details on what’s new in 4.2, have a look at the 4.2.0.CR1 release announcement, where we cover:
  • New components (ported from RichFaces 3)
  • Push (a4j:push) API changes
  • Resource Loading improvements
  • Skinning changes
  • A number of miscellaneous fixes.
Additionally, Lukas Fryc, has a few blogs out with further details on the developer impact of some of these features:
Looking Ahead
It’s now time to buckle down and focus on 4.3/4.Future efforts. The themes we will be focusing on are narrowing down to:
  • Continued improvement of the RF 4 core components
    • Further feature migration from RichFaces 3 (as required)
    • Bug fixes, performance enhancements
  • A re-work of our testing infrastructure
    • Bridge the gap between what we do to test our framework, and what devs do testing their applications
  • A new set of components
    • Improving our turnaround time, by leveraging existing javascript “widgets”
  • CDK improvements
    • Further simplifying the process for creating new components, while improving the turnaround time of component development
If you are interested in these efforts, and in the details behind them, chime in (or just follow along) to our RichFaces 4.3/4.Next planning discussion.

Wednesday, February 8, 2012

RichFaces 4.2.0.CR1 Release Announcement

I’m excited to announce the availability of RichFaces 4.2.0.CR1, our release candidate for RichFaces 4.2.0.  Hot on the heels of the RichFaces 4.1 release, Richfaces 4.2 delivers some "missing" components migrated from RichFaces 3, and offers usability and API improvements for those looking to take advantage of our resource loading optimizations, and push API.  Not to forget a significant number of bug fixes, and overall usability improvements.

To try out this release, you can download the distribution directly, or for maven users, increment the RichFaces version in your pom.xml to 4.2.0.CR1. For more information on setting up a RichFaces 4 application, refer to our getting started guide.

Let’s begin our look at the RichFaces 4.2.0.CR1 release with a look at the new components: rich:contextMenu and rich:hotKey.

New Component - rich:contextMenu
The rich:contextMenu component provides hierarchical context menu system similar to those found in many desktop applications, and was widely sought after by our community with a significant number of votes in our issue tracker.  I’d like to thank our loyal and persistent community for identifying the gaps in our RichFaces 3 -> Richfaces 4 migration story, and assure you that we will continue to work diligently to ease the migration process.

The rich:contextMenu itself is built on top of the existing rich:dropDownMenu implementation, making it a natural fit into the RichFaces 4 component set.  The rich:contextMenu has 3 modes of operation client, ajax, and server, and integrates with the row/node selection capabilities of the rich:extendedDataTable and rich:tree components.  The RichFaces showcase includes examples of each of these features.

The RichFaces 3 feature of "macrosubstituion" (client side string replacement) for the contextMenu has been so far omitted from the feature, but is being racked via jira (RF-11842).  Be sure to vote for this issue if you feel it’s important to include in a future Richfaces 4 release.  Likewise, be sure to file any jira issues should you have additional use-cases we’ve overlooked.

New Component - rich:hotKey
The rich:hotKey component is another ported Richfaces 3 component we are making available with our 4.2.0.CR1 release.  The rich:hotKey component allows one to register a "hot key" on the page (or on a particular component) to execute some logic when the registered key-combination is pressed.  This is functionality is often sought after in "heads down" data entry style applications, but is also valuable in any use case where one wants to enable "mouse free" operations.  Many thanks to Ilya Shaikovsky for the pull request porting this feature to Richfaces 4.

Improvements - a4j:push
The a4j:push component has seen some attention, improving it’s usability with this release.  First and foremost is our decision to turn off JMS integration by default - as of RichFaces 4.2.0, JMS integration must be explicitly turned on (RF-11892).  This breaking change was introduced to ease the on-boarding of new users with push technology, as the component now works in both Servlet and EE containers out-of-the-box.  Those who want to leverage the benefit of JMS integration will now have to explicitly enable it with the contextParam in your web.xml:

<context-param>
    <param-name>org.richfaces.push.jms.enabled</param-name>
    <param-value>true</param-value>
</context-param>

Another usability improvement has been the introduction of on-demand topic creation (RF-11483).  The significance of this change is that you no longer need to implement a ServletContextListener, initializing your topics at application startup time.  Instead, topics will be created on first access.  Similarly, the push component itself will be initialized on first use.

However, when using push outside of the FacesContext threads (JMS-end points, timers, etc.) you will need to continue initializing push on startup, so that the push feature has a reference to the right contexts when called from those external threads.  To do so, enable the  context-param org.richfaces.push.initializeOnStartup in your web.xml.

Lukas Fryc has a great blog post giving an introduction to using the 4.2 a4j:push technology.  We'll have the Developer Guide updated with a complete description of using this feature in time for the 4.2.0.Final release.

Resource Loading
With our 4.1 release, we introduced our resource loading optimisation feature.  Unfortunately, we conflated the ideas of resource mapping, with resource minification/packaging.  There are valid use cases to enable resource mapping, while requiring neither minification, nor packaging, such as providing your own patched version of jsf.js, or even replacing the packaged version of jQuery with your own.

To better reflect these use cases, we re-worked the context-params that enable the feature, renaming them to clarify their purpose, and introduced a resource mapping file (independent of the mapping file used with resource packaging - RF-11909).  The 4.1 context-params map into the new 4.2 context-params as follows:

RichFaces 4.1 context-param

RichFaces 4.2 context-param
org.richfaces.resourceMapping.enabled
org.richfaces.resourceOptimization.enabled
org.richfaces.resourceMapping.compressedStages  
org.richfaces.resourceOptimization.compressionStages
org.richfaces.resourceMapping.packedStages 
org.richfaces.resourceOptimization.packagingStages


Note: The 4.1 context-params will work in 4.2, they will be removed in a subsequent release

The significance of this, it that application developers can now create a simple mapping file, overriding the individual entries of the default mapping file without having to re-execute the whole packaging/minification process.

Look forward to some forthcoming blog posts detailing how to make use of the Resource Loading optimisations in RichFaces.  We'll also have the docs updated in time for the 4.2.0.Final release.

Skinning Improvement - Rounded Corners
A pull request from a community member (Adrian Gonzalez) enables round corner support in the RichFaces skins (RF-11848).   This feature takes advantage of the border-radius CSS 3 property, and so will only work with compatible browsers - with a safe fall back to square corners in browsers that don’t support this CSS property.  The screenshot below demonstrates what the RichFaces showcase looks like, with round corner support enabled.


To enable round-corner support for your skin set the panelBorderRadius property of your skin to the desired border-radius value.

Note: panelBorderRadius is not used in any of the out-of-the box 4.2 themes

Miscellaneous fixes
A number of other notable improvements include:
  • jQuery upgraded to v1.7.1 (RF-11838)
    • Fixes the "event.layerX and event.layerY" deprecation warning in Google Chrome
  • RichFaces available via maven central (RFPL-1800)
    • No longer is it required to define the JBoss nexus repository in your settings.xml to consume richfaces maven artifacts
  • Mobile tweaks
  • Spring Webflow compatibility (RF-11806)
  • a4j:actionListener example in the showcase
    • omitted in our initial release of the showcase, an example of a4j:actionListener usage has been added to the 4.2 showcase
  • Build improvements
    • The dependency management across all the projects’ poms has been cleaned up and centralized

Moving forward
With RichFaces 4.2.0.CR1 in the hands of our community, we look forward to hearing your feedback on this release, particularly if we missed any regressions.  Should 4.2.0.CR1 be well accepted by our community members, we will release RichFaces 4.2.0.Final as a simple respin of CR1.  In the mean time we will work on getting our 4.2 docs finalized, including an effort to fill in the missing attribute descriptions of our tag library documentation (VDL doc).

Looking beyond 4.2, we will consolidate many of the great ideas brought forward in our "4.3 and beyond" planning discussion into a project roadmap, and start some prototyping to spearhead our new initiatives.