<?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>Coming Up for Air &#187; JavaServer Faces</title> <atom:link href="http://blogs.steeplesoft.com/category/javaee/glassfish/javaserver-faces/feed/" rel="self" type="application/rss+xml" /><link>http://blogs.steeplesoft.com</link> <description></description> <lastBuildDate>Thu, 26 Jan 2012 14:09:50 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Funky Object Initialization</title><link>http://blogs.steeplesoft.com/2011/10/funky-object-initialization/</link> <comments>http://blogs.steeplesoft.com/2011/10/funky-object-initialization/#comments</comments> <pubDate>Tue, 25 Oct 2011 21:56:56 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[Java]]></category> <category><![CDATA[Tutorials]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=1047</guid> <description><![CDATA[I&#8217;ve been using a technique a lot, recently, for initializing an object a bit more succinctly. It looks pretty odd, I&#8217;ll admit, enough so that it really caught a coworker of mine off guard. If you&#8217;ve been reading my recent REST posts, you&#8217;ve seen this a few times. I like it a lot, so I [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2011/10/funky-object-initialization/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Java EE&#8217;s Buried Treasure: the Application Client Container</title><link>http://blogs.steeplesoft.com/2011/02/java-ees-buried-treasure-the-application-client-container/</link> <comments>http://blogs.steeplesoft.com/2011/02/java-ees-buried-treasure-the-application-client-container/#comments</comments> <pubDate>Tue, 22 Feb 2011 23:35:00 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[GlassFish]]></category> <category><![CDATA[Java]]></category> <category><![CDATA[Tutorials]]></category> <category><![CDATA[JavaEE]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=864</guid> <description><![CDATA[From time to time, I&#8217;m asked about accessing various EE artifacts (EJBs, etc) from a standalone client. Almost invariably, the user is having trouble getting the environment setup, grabbing an InitialContext, etc. Also almost invariably, my answer to them is &#8220;use the application client container&#8221;, which is as far as I can take them. The [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2011/02/java-ees-buried-treasure-the-application-client-container/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Running Long-Running Reports with JMS</title><link>http://blogs.steeplesoft.com/2011/01/running-long-running-reports-with-jms/</link> <comments>http://blogs.steeplesoft.com/2011/01/running-long-running-reports-with-jms/#comments</comments> <pubDate>Tue, 25 Jan 2011 23:56:59 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[JavaServer Faces]]></category> <category><![CDATA[JMS]]></category> <category><![CDATA[GlassFish]]></category> <category><![CDATA[jms]]></category> <category><![CDATA[jsf]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=817</guid> <description><![CDATA[At a recent meeting of the Oklahoma City JUG, I was asked by a member how her group could &#8220;script&#8221; JSF report generation. After a couple of questions, I figured what she really wanted: she wanted a way to allow users to request reports in an ad hoc manner, as opposed to the reports being [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2011/01/running-long-running-reports-with-jms/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Interested in Remote Method Calls via JS in JSF?</title><link>http://blogs.steeplesoft.com/2010/09/interested-in-remote-method-calls-via-js-in-jsf/</link> <comments>http://blogs.steeplesoft.com/2010/09/interested-in-remote-method-calls-via-js-in-jsf/#comments</comments> <pubDate>Tue, 21 Sep 2010 21:32:45 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[JavaServer Faces]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=749</guid> <description><![CDATA[One of the nicest enhancements to the JSF specification that 2.0 brought was the inclusion of native Ajax support. It is now extremely simple to Ajaxify a JSF application. One thing that it lacks, though, is the ability to call arbitrary methods on JSF (or CDI?) Managed Beans. There is a project that offers that [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2010/09/interested-in-remote-method-calls-via-js-in-jsf/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Mojarra 1.2_15 Now In Maven Repo</title><link>http://blogs.steeplesoft.com/2010/08/mojarra-1-2_15-now-in-maven-repo/</link> <comments>http://blogs.steeplesoft.com/2010/08/mojarra-1-2_15-now-in-maven-repo/#comments</comments> <pubDate>Thu, 26 Aug 2010 13:53:55 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[JavaServer Faces]]></category> <category><![CDATA[jsf]]></category> <category><![CDATA[maven]]></category> <category><![CDATA[mojarra]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=745</guid> <description><![CDATA[Way back in July, Ed Burns released and announced Mojarra 1.2_15, which is mostly a backport of performance fixes from the 2.0 branch. Given recent changes on the Mojarra team1, there was some confusion and difficulty getting the jars published to the java.net Maven repository. I&#8217;m happy to report, though, that we&#8217;ve gotten those kinks [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2010/08/mojarra-1-2_15-now-in-maven-repo/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Book Review: JSF 2.0 Cookbook</title><link>http://blogs.steeplesoft.com/2010/08/book-review-jsf-2-0-cookbook/</link> <comments>http://blogs.steeplesoft.com/2010/08/book-review-jsf-2-0-cookbook/#comments</comments> <pubDate>Fri, 20 Aug 2010 21:01:29 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[JavaServer Faces]]></category> <category><![CDATA[Reviews]]></category> <category><![CDATA[jsf]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=738</guid> <description><![CDATA[Packt Publishing recently released a book titled JSF 2.0 Cookbook, by Anghel Leonard. When I first heard about this book, I was really anxious to get my hands on it. I really like the cookbook concept, so I was excited to see a work in that vein published for JSF. Packt recently sent me a [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2010/08/book-review-jsf-2-0-cookbook/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Book Review: JSF 1.2 Components</title><link>http://blogs.steeplesoft.com/2010/06/book-review-jsf-1-2-components/</link> <comments>http://blogs.steeplesoft.com/2010/06/book-review-jsf-1-2-components/#comments</comments> <pubDate>Wed, 09 Jun 2010 21:30:59 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[Components]]></category> <category><![CDATA[JavaEE]]></category> <category><![CDATA[JavaServer Faces]]></category> <category><![CDATA[Reviews]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=699</guid> <description><![CDATA[Some time ago, I was given a copy of JSF 1.2 Components by Ian Hlavats and asked if I&#8217;d write a review for it. It&#8217;s long overdue, but here are my thoughts on this book. First off, in case you&#8217;re guessing, like I did, based on the title, that this is a book about writing [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2010/06/book-review-jsf-1-2-components/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Writing Selenium Tests for the GlassFish Admin Console</title><link>http://blogs.steeplesoft.com/2010/03/writing-selenium-tests-for-the-glassfish-admin-console/</link> <comments>http://blogs.steeplesoft.com/2010/03/writing-selenium-tests-for-the-glassfish-admin-console/#comments</comments> <pubDate>Thu, 25 Mar 2010 22:09:59 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[GlassFish]]></category> <category><![CDATA[Testing]]></category> <category><![CDATA[Tutorials]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=666</guid> <description><![CDATA[One of the results of the Oracle purchase of Sun has been an increased focus on testing &#8212; not that we didn&#8217;t test GlassFish before, but it was mostly manual in my area of the server. The task of automating this fell to me, and, after a little &#8212; ahem &#8212; testing, I settled on [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2010/03/writing-selenium-tests-for-the-glassfish-admin-console/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <enclosure
url="http://blogs.steeplesoft.com/wp-content/uploads/videos/GlassFishSeleniumTestCreation.flv" length="62361665" type="video/x-flv" /> </item> <item><title>New Components in Mojarra Scales: Part IV – sc:combo</title><link>http://blogs.steeplesoft.com/2010/02/new-components-in-mojarra-scales-part-iv-%e2%80%93-sccombo/</link> <comments>http://blogs.steeplesoft.com/2010/02/new-components-in-mojarra-scales-part-iv-%e2%80%93-sccombo/#comments</comments> <pubDate>Thu, 18 Feb 2010 16:45:20 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[Components]]></category> <category><![CDATA[JavaServer Faces]]></category> <category><![CDATA[Scales]]></category> <category><![CDATA[jsf]]></category> <category><![CDATA[mojarra scales]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=633</guid> <description><![CDATA[Yesterday brought us Part III in our look at some new components in Mojarra Scales. Today, Part IV brings us sc:combo, combination, if you can imagine that, of a h:selectOneMenu and h:inputText. The h:selectOneMenu is a nice control as it allows the application author to limit what the user can enter, thus helping insure data [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2010/02/new-components-in-mojarra-scales-part-iv-%e2%80%93-sccombo/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>New Components in Mojarra Scales: Part III – sc:imageZoomer and sc:lightbox</title><link>http://blogs.steeplesoft.com/2010/02/new-components-in-mojarra-scales-part-iii-%e2%80%93-scimagezoomer-and-sclightbox/</link> <comments>http://blogs.steeplesoft.com/2010/02/new-components-in-mojarra-scales-part-iii-%e2%80%93-scimagezoomer-and-sclightbox/#comments</comments> <pubDate>Thu, 18 Feb 2010 05:51:14 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[Components]]></category> <category><![CDATA[JavaServer Faces]]></category> <category><![CDATA[Scales]]></category> <category><![CDATA[jsf]]></category> <category><![CDATA[mojarra scales]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=625</guid> <description><![CDATA[In Part II of this series, I introduced the new auto complete component in Mojarra Scales. In this installment, we&#8217;ll take a look at two new closely related components, sc:imageZoomer and sc:lightbox. The first component, sc:imageZoomer, displays a thumbnail, and, when clicked, &#8220;zooms&#8221; that thumbnail up to the full size image. Here is a sample [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2010/02/new-components-in-mojarra-scales-part-iii-%e2%80%93-scimagezoomer-and-sclightbox/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>New Components in Mojarra Scales: Part II – sc:autoComplete</title><link>http://blogs.steeplesoft.com/2009/12/new-components-in-mojarra-scales-part-ii-%e2%80%93-scautocomplete/</link> <comments>http://blogs.steeplesoft.com/2009/12/new-components-in-mojarra-scales-part-ii-%e2%80%93-scautocomplete/#comments</comments> <pubDate>Tue, 22 Dec 2009 14:31:51 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[Components]]></category> <category><![CDATA[JavaServer Faces]]></category> <category><![CDATA[Scales]]></category> <category><![CDATA[jsf]]></category> <category><![CDATA[mojarra scales]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=579</guid> <description><![CDATA[In Part I, I introduced the new YUI-backed Scales dataTable component. In this installment in the series, we&#8217;ll take a look at another new component available in Scales 2.0, sc:autoComplete. The auto-complete component is likely very familiar to most seasoned web users. As information is typed into a field on the form, suggestions are displayed [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/12/new-components-in-mojarra-scales-part-ii-%e2%80%93-scautocomplete/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>New Components in Mojarra Scales: Part I &#8211; sc:dataTable</title><link>http://blogs.steeplesoft.com/2009/12/new-components-in-mojarra-scales-part-i-sc-datatable/</link> <comments>http://blogs.steeplesoft.com/2009/12/new-components-in-mojarra-scales-part-i-sc-datatable/#comments</comments> <pubDate>Sat, 05 Dec 2009 19:26:54 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[Components]]></category> <category><![CDATA[JavaServer Faces]]></category> <category><![CDATA[Scales]]></category> <category><![CDATA[jsf]]></category> <category><![CDATA[mojarra scales]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=551</guid> <description><![CDATA[The migration of Mojarra Scales to JSF 2, adding new components has become much easier due to JSF 2&#8242;s new composite component feature. In the past couple of weeks, this new capability has paid off in spades as Mojarra Scales has gotten (so far) three new components in rapid succession. In this, the first part [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/12/new-components-in-mojarra-scales-part-i-sc-datatable/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>The Mojarra Scales Demo Has Moved</title><link>http://blogs.steeplesoft.com/2009/11/the-mojarra-scales-demo-has-moved/</link> <comments>http://blogs.steeplesoft.com/2009/11/the-mojarra-scales-demo-has-moved/#comments</comments> <pubDate>Mon, 02 Nov 2009 14:37:49 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[Components]]></category> <category><![CDATA[Java]]></category> <category><![CDATA[JavaServer Faces]]></category> <category><![CDATA[Scales]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=535</guid> <description><![CDATA[With the recent migration of Mojarra Scales to JSF 2, the old location of the Mojarra Scales demo was no longer adequate (upgrading that server posed some issues). For that reason, I have moved the demo to a new home. This server should be more up-to-date (both in terms of the application as well as [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/11/the-mojarra-scales-demo-has-moved/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>JSF 2, h:dataTable, and Ajax Updates</title><link>http://blogs.steeplesoft.com/2009/10/jsf-2-hdatatable-and-ajax-updates/</link> <comments>http://blogs.steeplesoft.com/2009/10/jsf-2-hdatatable-and-ajax-updates/#comments</comments> <pubDate>Wed, 28 Oct 2009 16:05:46 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[Ajax]]></category> <category><![CDATA[Java]]></category> <category><![CDATA[JavaServer Faces]]></category> <category><![CDATA[jsf]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=520</guid> <description><![CDATA[While JSF has had Ajax support for a long time now, it has always been through external libraries such as Ajax4Jsf/RichFaces, ICEfaces, DWR, DynaFaces, etc. With JSF 2, the framework now has first class, standardized support for Ajax. This is good news on several fronts. For those that want Ajax support but would rather not [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/10/jsf-2-hdatatable-and-ajax-updates/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Mojarra 2.0 hits FCS</title><link>http://blogs.steeplesoft.com/2009/10/mojarra-2-0-hits-fcs/</link> <comments>http://blogs.steeplesoft.com/2009/10/mojarra-2-0-hits-fcs/#comments</comments> <pubDate>Mon, 19 Oct 2009 21:17:40 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[JavaServer Faces]]></category> <category><![CDATA[jsf]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=517</guid> <description><![CDATA[Ryan Lubke announced today the availability of the first production-ready JSF 2 implementation with the release of Mojarra 2.0. You can download the binaries directly from java.net, or, use the information Ryan posted for specifying a dependency in your Maven pom file. Congrats to (the rest of) the Expert Group and, of course, the Mojarra [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/10/mojarra-2-0-hits-fcs/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Mojarra Scales 1.3.2 Has Been Released</title><link>http://blogs.steeplesoft.com/2009/08/mojarra-scales-1-3-2-has-been-released/</link> <comments>http://blogs.steeplesoft.com/2009/08/mojarra-scales-1-3-2-has-been-released/#comments</comments> <pubDate>Thu, 27 Aug 2009 14:22:40 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[Components]]></category> <category><![CDATA[Scales]]></category> <category><![CDATA[jsf]]></category> <category><![CDATA[kenai]]></category> <category><![CDATA[mojarra scales]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=508</guid> <description><![CDATA[Late last night, I published Mojarra Scales 1.3.2. This is mostly a bug and performance fix, but here are some highlights from the release: &#60;sc:links /&#62; (and related supporting classes and components) was modified to allow files only from /scales to fix a pretty glaring security hole in some scenarios When multiple, local requests for [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/08/mojarra-scales-1-3-2-has-been-released/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>FacesTester 0.3 Has Been Released</title><link>http://blogs.steeplesoft.com/2009/07/facestester-0-3-has-been-released/</link> <comments>http://blogs.steeplesoft.com/2009/07/facestester-0-3-has-been-released/#comments</comments> <pubDate>Wed, 29 Jul 2009 15:02:23 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[FacesTester]]></category> <category><![CDATA[JavaServer Faces]]></category> <category><![CDATA[Testing]]></category> <category><![CDATA[jsf]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=501</guid> <description><![CDATA[After a lot of changes and a long delay, I&#8217;m pleased to announce that we have released FacesTester 0.3 tonight. This version has a large number of new features. Read on the for details. This release has three major changes: removal of almost all external dependencies, support for Servlet filters and listeners, and support for [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/07/facestester-0-3-has-been-released/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>JavaServer Faces 2.0 Is Final!</title><link>http://blogs.steeplesoft.com/2009/05/javaserver-faces-20-is-final/</link> <comments>http://blogs.steeplesoft.com/2009/05/javaserver-faces-20-is-final/#comments</comments> <pubDate>Wed, 27 May 2009 20:34:22 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[JavaServer Faces]]></category> <category><![CDATA[jcp]]></category> <category><![CDATA[jsf]]></category> <category><![CDATA[mojarra]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=426</guid> <description><![CDATA[See the Executive Committee for SE/EE vote here. Download Mojarra, the reference implementation, here.]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/05/javaserver-faces-20-is-final/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>FacesTester 0.2 Has Been Released</title><link>http://blogs.steeplesoft.com/2009/05/facestester-02-has-been-released/</link> <comments>http://blogs.steeplesoft.com/2009/05/facestester-02-has-been-released/#comments</comments> <pubDate>Thu, 21 May 2009 03:31:58 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[FacesTester]]></category> <category><![CDATA[JavaServer Faces]]></category> <category><![CDATA[Testing]]></category> <category><![CDATA[jsf]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=423</guid> <description><![CDATA[Today we released FacesTester 0.2. While this release has a number of bug fixes and more minor enhancements, one of the biggest new features is injection support. Leveraging the InjectionProvider Service Provider Interface (SPI) provided by Mojarra, FacesTester now supports the automagic injection of mock/test objects. For example, the following managed bean: can be tested [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/05/facestester-02-has-been-released/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Making Tables Harder Than They Need To Be</title><link>http://blogs.steeplesoft.com/2009/05/making-tables-harder-than-they-need-to-be/</link> <comments>http://blogs.steeplesoft.com/2009/05/making-tables-harder-than-they-need-to-be/#comments</comments> <pubDate>Wed, 13 May 2009 16:54:29 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[JavaServer Faces]]></category> <category><![CDATA[jsf]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=412</guid> <description><![CDATA[I know you&#8217;re not supposed to do this, but sometimes it&#8217;s just easier. Sometimes I use tables to layout out my forms. Especially for big forms, it&#8217;s just easier to put things in a table than deal with labels, CSS, etc. Right or wrong, I do it from time to time, but, thanks to David [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/05/making-tables-harder-than-they-need-to-be/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>UPDATED: Web Beans Webinar</title><link>http://blogs.steeplesoft.com/2009/05/web-beans-webinar/</link> <comments>http://blogs.steeplesoft.com/2009/05/web-beans-webinar/#comments</comments> <pubDate>Mon, 11 May 2009 18:25:14 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[Seam]]></category> <category><![CDATA[aquarium]]></category> <category><![CDATA[jsf]]></category> <category><![CDATA[Web Beans]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=407</guid> <description><![CDATA[Tomorrow On May 19th, Pete Muir, JSF 2.0 Expert Group member and Web Beans implementation lead (if I recall correctly) will be leading, in conjunction with The Aquarium, a webinar covering the forthcoming Java Contexts and Dependency Injection JSR (JSR-299, formerly known by the JSR&#8217;s former name, Web Beans). Unfortunately, that&#8217;s right in the middle [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/05/web-beans-webinar/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Book Review: Practical RichFaces</title><link>http://blogs.steeplesoft.com/2009/04/book-review-practical-richfaces/</link> <comments>http://blogs.steeplesoft.com/2009/04/book-review-practical-richfaces/#comments</comments> <pubDate>Tue, 21 Apr 2009 17:56:00 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[Components]]></category> <category><![CDATA[JavaServer Faces]]></category> <category><![CDATA[Reviews]]></category> <category><![CDATA[jsf]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=395</guid> <description><![CDATA[One of the great strengths and successes, I think, of the JavaServer Faces specification is the proliferation of third party components. One of the older and better known component sets is RichFaces, which started out under a company called Exadel and is now part of JBoss. For many, RichFaces is the first add-on component set [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/04/book-review-practical-richfaces/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Mojarra Scales 1.3.1 Has Been Released</title><link>http://blogs.steeplesoft.com/2009/04/mojarra-scales-131-has-been-released/</link> <comments>http://blogs.steeplesoft.com/2009/04/mojarra-scales-131-has-been-released/#comments</comments> <pubDate>Tue, 21 Apr 2009 05:57:13 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[Components]]></category> <category><![CDATA[Java]]></category> <category><![CDATA[JavaServer Faces]]></category> <category><![CDATA[Scales]]></category> <category><![CDATA[jsf]]></category> <category><![CDATA[kenai]]></category> <category><![CDATA[mojarra]]></category> <category><![CDATA[mojarra scales]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=389</guid> <description><![CDATA[Early this morning, I published Mojarra Scales 1.3.1. I&#8217;ve been remiss in making good updates where when I make release, so, rather than creating a new post for each release long after the fact, I&#8217;ll try to being everyone up to the current state in just one. Much has changed over the past few weeks. [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/04/mojarra-scales-131-has-been-released/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>FacesTester Can Now Test State Saving</title><link>http://blogs.steeplesoft.com/2009/04/facestester-can-now-test-state-saving/</link> <comments>http://blogs.steeplesoft.com/2009/04/facestester-can-now-test-state-saving/#comments</comments> <pubDate>Mon, 13 Apr 2009 15:37:08 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[FacesTester]]></category> <category><![CDATA[Testing]]></category> <category><![CDATA[jsf]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=383</guid> <description><![CDATA[In my experience, a pretty common bug with custom components is improper state saving. Since JSF components are, currently, stateful, it&#8217;s important that custom components integrate with the frameworks state saving mechanism correctly. Unfortunately, it can be an error-prone process, as it&#8217;s a manual effort. Now, however, custom component authors can use FacesTester to exercise [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/04/facestester-can-now-test-state-saving/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>My JSFCentral Interview Has Been Published</title><link>http://blogs.steeplesoft.com/2009/04/my-jsfcentral-interview-has-been-published/</link> <comments>http://blogs.steeplesoft.com/2009/04/my-jsfcentral-interview-has-been-published/#comments</comments> <pubDate>Wed, 01 Apr 2009 14:43:49 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[JavaServer Faces]]></category> <category><![CDATA[JSFOne]]></category> <category><![CDATA[jsf]]></category> <category><![CDATA[mojarra]]></category> <category><![CDATA[mojarra scales]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=370</guid> <description><![CDATA[Careful readers of my blog (thank you, dear wife! : ) will remember that I was interviewed at JSFOne by the conference co-founder and JSFCentral founder Kito Mann. That interview, complete with transcript, has been published on JSFCentral. I was a bit nervous about how it would turn out, but I think it turned out [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/04/my-jsfcentral-interview-has-been-published/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 13/25 queries in 1.557 seconds using disk: basic

Served from: blogs.steeplesoft.com @ 2012-02-07 14:47:39 -->
