<?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; Java</title> <atom:link href="http://blogs.steeplesoft.com/category/java/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>Grabbing Screenshots of Failed Selenium Tests</title><link>http://blogs.steeplesoft.com/2012/01/grabbing-screenshots-of-failed-selenium-tests/</link> <comments>http://blogs.steeplesoft.com/2012/01/grabbing-screenshots-of-failed-selenium-tests/#comments</comments> <pubDate>Tue, 24 Jan 2012 17:35:41 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[Java]]></category> <category><![CDATA[Testing]]></category> <category><![CDATA[Selenium]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=1104</guid> <description><![CDATA[For the GlassFish Administration Console, we have quite a few tests (about 133 at last count). Given the nature and architecture of the application, we&#8217;ve chosen Selenium to drive our tests. One of the problems we&#8217;ve faced, though, is understanding why a test failed due to the length of time the tests take (roughly 1.5 [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2012/01/grabbing-screenshots-of-failed-selenium-tests/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <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>GlassFish REST Client Goes to the Flying Circus</title><link>http://blogs.steeplesoft.com/2011/10/glassfish-rest-client-goes-to-the-flying-circus/</link> <comments>http://blogs.steeplesoft.com/2011/10/glassfish-rest-client-goes-to-the-flying-circus/#comments</comments> <pubDate>Thu, 06 Oct 2011 18:33:30 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[GlassFish]]></category> <category><![CDATA[Java]]></category> <category><![CDATA[Python]]></category> <category><![CDATA[REST]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=1025</guid> <description><![CDATA[It happened a bit more quickly than I had planned, and, yes, I know that&#8217;s a pretty bad Python joke, but, as promised, I just committed code to add support for generating Python REST clients to the GlassFish RESTful Administration interface. Let&#8217;s take a quick look at it. One easy egg to crack! Generating the [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2011/10/glassfish-rest-client-goes-to-the-flying-circus/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>RESTful GlassFish Monitoring</title><link>http://blogs.steeplesoft.com/2011/02/restful-glassfish-monitoring/</link> <comments>http://blogs.steeplesoft.com/2011/02/restful-glassfish-monitoring/#comments</comments> <pubDate>Mon, 28 Feb 2011 14:00:24 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[GlassFish]]></category> <category><![CDATA[Java]]></category> <category><![CDATA[REST]]></category> <category><![CDATA[monitoring]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=905</guid> <description><![CDATA[In previous posts, I&#8217;ve shown various ways to manage a GlassFish 3.1 server via its REST interface. As nice as that is, we also support monitoring your server via REST as well. In this article, we&#8217;ll take a look at some of the things you can ask of your server. If you&#8217;re familiar with the [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2011/02/restful-glassfish-monitoring/feed/</wfw:commentRss> <slash:comments>2</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>Deploying Applications to GlassFish Using curl</title><link>http://blogs.steeplesoft.com/2011/02/deploying-applications-to-glassfish-using-curl/</link> <comments>http://blogs.steeplesoft.com/2011/02/deploying-applications-to-glassfish-using-curl/#comments</comments> <pubDate>Thu, 10 Feb 2011 23:31:56 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[GlassFish]]></category> <category><![CDATA[Java]]></category> <category><![CDATA[REST]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=832</guid> <description><![CDATA[Over the past few months, I&#8217;ve been posting tips on how to use the REST interface in GlassFish v3 and later to perform various functions. My last post used Scala. In this much briefer and far less ambitious post, I thought I&#8217;d share how to deploy an app using curl (from the shell of your [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2011/02/deploying-applications-to-glassfish-using-curl/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Merry Christmas, 2010</title><link>http://blogs.steeplesoft.com/2010/12/merry-christmas-2010/</link> <comments>http://blogs.steeplesoft.com/2010/12/merry-christmas-2010/#comments</comments> <pubDate>Sat, 25 Dec 2010 06:00:02 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[Java]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=808</guid> <description><![CDATA[I&#8217;d like to wish all of my readers a very merry Christmas. It is my hope and prayer that in all the hustle and bustle of the season, that the first Christmas, the birth of the Jesus, the Savior of the world, is not lost. To help with that, I&#8217;d like to leave you with [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2010/12/merry-christmas-2010/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Running a Single JUnit Test</title><link>http://blogs.steeplesoft.com/2010/10/running-a-single-junit-test/</link> <comments>http://blogs.steeplesoft.com/2010/10/running-a-single-junit-test/#comments</comments> <pubDate>Tue, 05 Oct 2010 16:03:41 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[Testing]]></category> <category><![CDATA[junit]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=761</guid> <description><![CDATA[Part of my job as a developer is writing unit tests. Lately, though, I&#8217;ve been spending more and more of my time in our tests, which take a long, long time to run. For example, to run the GlassFish Admin Console&#8217;s StandaloneTest class, the last run took 17 minutes and 36 seconds. Clearly, something needs [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2010/10/running-a-single-junit-test/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>GlassFish Administration: The REST of the Story Part I</title><link>http://blogs.steeplesoft.com/2010/08/glassfish-administration-the-rest-of-the-story/</link> <comments>http://blogs.steeplesoft.com/2010/08/glassfish-administration-the-rest-of-the-story/#comments</comments> <pubDate>Fri, 20 Aug 2010 16:49:47 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[GlassFish]]></category> <category><![CDATA[Java]]></category> <category><![CDATA[REST]]></category> <category><![CDATA[administration]]></category> <category><![CDATA[json]]></category> <category><![CDATA[xml]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=715</guid> <description><![CDATA[Of the many great things about GlassFish, one that is often mentioned most (and is, in fact, what got me involved with GlassFish as an end user years ago) is the Administration Console. It&#8217;s an extremely powerful and capable interface, and is, if I may be so bold, orders of magnitudes better than its open [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2010/08/glassfish-administration-the-rest-of-the-story/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Putting Facelets in a Jar</title><link>http://blogs.steeplesoft.com/2010/05/putting-facelets-in-a-jar/</link> <comments>http://blogs.steeplesoft.com/2010/05/putting-facelets-in-a-jar/#comments</comments> <pubDate>Tue, 04 May 2010 22:47:19 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[Java]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=688</guid> <description><![CDATA[In a recent forum post, a user asked how to store a Facelets file in a database. Although JSF doesn&#8217;t support this out of the box (though it would be a nice feature), it&#8217;s not too difficult to add. In this entry, I&#8217;ll show you how to serve Facelets from a JAR file, then give [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2010/05/putting-facelets-in-a-jar/feed/</wfw:commentRss> <slash:comments>2</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>GlassFish v3 Virtual Conference</title><link>http://blogs.steeplesoft.com/2009/12/glassfish-v3-virtual-conference/</link> <comments>http://blogs.steeplesoft.com/2009/12/glassfish-v3-virtual-conference/#comments</comments> <pubDate>Tue, 15 Dec 2009 15:28:40 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[GlassFish]]></category> <category><![CDATA[Java]]></category> <category><![CDATA[JavaEE]]></category> <category><![CDATA[JPA]]></category> <category><![CDATA[jsf]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=576</guid> <description><![CDATA[This is a little late notice, but we at Sun are holding a &#8220;virtual conference&#8221; covering GlassFish v3, JavaEE 6, etc. You can find details here. It starts in 30 minutes (10:00 CST, 8:00 PST).]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/12/glassfish-v3-virtual-conference/feed/</wfw:commentRss> <slash:comments>0</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>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>I&#8217;ve Updated My About Page</title><link>http://blogs.steeplesoft.com/2009/06/ive-updated-my-about-page/</link> <comments>http://blogs.steeplesoft.com/2009/06/ive-updated-my-about-page/#comments</comments> <pubDate>Tue, 30 Jun 2009 14:48:37 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[Java]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/ive-updated-my-about-page/</guid> <description><![CDATA[I should note here, for those that don&#8217;t follow me on Twitter, that I have updated and expanded my About page, for those that are interested in that sort of thing. A word of warning: There&#8217;s some personal stuff in there!]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/06/ive-updated-my-about-page/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>JavaOne 2009 Day 4</title><link>http://blogs.steeplesoft.com/2009/06/javaone-2009-day-4/</link> <comments>http://blogs.steeplesoft.com/2009/06/javaone-2009-day-4/#comments</comments> <pubDate>Thu, 18 Jun 2009 15:31:34 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[Java]]></category> <category><![CDATA[JavaOne]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=482</guid> <description><![CDATA[It just occurred to me that I never posted my final wrap up on JavaOne 2009. While it may be that, at this last date, no one cares anymore, I feel I should finish what I started, even if only for me. With that said, here&#8217;s my closing thoughts on what I hope is NOT [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/06/javaone-2009-day-4/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>JavaOne 2009 Day 3</title><link>http://blogs.steeplesoft.com/2009/06/javaone-2009-day-3/</link> <comments>http://blogs.steeplesoft.com/2009/06/javaone-2009-day-3/#comments</comments> <pubDate>Fri, 05 Jun 2009 06:36:10 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[JavaOne]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=465</guid> <description><![CDATA[Day 3 of JavaOne 2009, the last full day of the conference, has come and gone. Like the rest of the crowd, I began to wind down a bit early. For no real good reason, I skipped the open general session this morning, or, rather, skipped most of it. I caught the tail end and [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/06/javaone-2009-day-3/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>JavaOne 2009 Day 2</title><link>http://blogs.steeplesoft.com/2009/06/javaone-2009-day-2/</link> <comments>http://blogs.steeplesoft.com/2009/06/javaone-2009-day-2/#comments</comments> <pubDate>Thu, 04 Jun 2009 19:07:06 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[JavaOne]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=458</guid> <description><![CDATA[JavaOne 2009 Day 2 has come and gone, so here I sit on day 3 typing my recap. I never promised a punctual report! My day started with a talk by Max Katz on using JavaFX and Seam in an app. It was an impressive talk. The Exadel folks have done a lot of hard [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/06/javaone-2009-day-2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>JavaOne 2009 Day 1</title><link>http://blogs.steeplesoft.com/2009/06/javaone-2009-day-1/</link> <comments>http://blogs.steeplesoft.com/2009/06/javaone-2009-day-1/#comments</comments> <pubDate>Wed, 03 Jun 2009 21:10:27 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[JavaOne]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=435</guid> <description><![CDATA[JavaOne 2009 started yesterday. It was a long, fun day which started with an interesting general session and ended, for me, with my very first JavaOne presentation (source and slides linked below). The reviews and reactions to the conference have been pretty interesting. Hopefully, mine will be too. The opening general session started, as last [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/06/javaone-2009-day-1/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>CommunityOne 2009</title><link>http://blogs.steeplesoft.com/2009/06/communityone-2009/</link> <comments>http://blogs.steeplesoft.com/2009/06/communityone-2009/#comments</comments> <pubDate>Tue, 02 Jun 2009 06:31:48 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[JavaOne]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=428</guid> <description><![CDATA[Today was CommunityOne, the free conference that precedes, and this year, runs concurrently with JavaOne. This year, my wife was able to travel out with me for a little vacation after JavaOne concludes. With her CommunityOne pass, she got to attend today&#8217;s activities with me, which was a nice change from last year. When we [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/06/communityone-2009/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>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>The Maven Release Plugin Is Pretty Slick</title><link>http://blogs.steeplesoft.com/2009/04/the-maven-release-plugin-is-pretty-slick/</link> <comments>http://blogs.steeplesoft.com/2009/04/the-maven-release-plugin-is-pretty-slick/#comments</comments> <pubDate>Wed, 01 Apr 2009 15:14:30 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[Maven2]]></category> <category><![CDATA[maven]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=374</guid> <description><![CDATA[Maven catches a lot of flak from a lot of people. I&#8217;ve even been known to bemoan some its eccentricities from time to time. Over the past year and a half, though, I&#8217;ve done more and more with Maven, and I&#8217;m to the point now where that&#8217;s all I use. In fact, Maven and Ant [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2009/04/the-maven-release-plugin-is-pretty-slick/feed/</wfw:commentRss> <slash:comments>6</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 10/25 queries in 0.737 seconds using disk: basic

Served from: blogs.steeplesoft.com @ 2012-02-04 06:47:07 -->
