<?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; GlassFish</title> <atom:link href="http://blogs.steeplesoft.com/category/javaee/glassfish/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>Book Review: Real World Java EE Night Hacks &#8211; Dissecting the Business Tier</title><link>http://blogs.steeplesoft.com/2011/11/book-review-real-world-java-ee-night-hacks-dissecting-the-business-tier/</link> <comments>http://blogs.steeplesoft.com/2011/11/book-review-real-world-java-ee-night-hacks-dissecting-the-business-tier/#comments</comments> <pubDate>Mon, 14 Nov 2011 20:13:00 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[EJB3]]></category> <category><![CDATA[JavaEE]]></category> <category><![CDATA[REST]]></category> <category><![CDATA[Reviews]]></category> <category><![CDATA[JPA]]></category> <category><![CDATA[Testing]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=1058</guid> <description><![CDATA[Last week, a great post by Adam Bien brought his latest book, Real World Java EE Night Hacks &#8211; Dissecting the Business Tier, to mind. I have since gotten myself a copy and thought I&#8217;d share my thoughts here. For starters, this is a very different kind of book. In the foreword, James Gosling describes [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2011/11/book-review-real-world-java-ee-night-hacks-dissecting-the-business-tier/feed/</wfw:commentRss> <slash:comments>0</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: ComplexExample.java</title><link>http://blogs.steeplesoft.com/2011/10/glassfish-rest-client-complexexample-java/</link> <comments>http://blogs.steeplesoft.com/2011/10/glassfish-rest-client-complexexample-java/#comments</comments> <pubDate>Tue, 25 Oct 2011 21:36:10 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[GlassFish]]></category> <category><![CDATA[REST]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=1042</guid> <description><![CDATA[In a series of recent posts, I&#8217;ve shown off what the GlassFish 4.0 REST client wrappers should look like, giving simple examples of using the wrappers using both Java and Python, the two currently supported languages. In this post, we&#8217;ll take a look at a more complex example, that of setting up clusters and standalone [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2011/10/glassfish-rest-client-complexexample-java/feed/</wfw:commentRss> <slash:comments>1</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>GlassFish REST Interface, a Client-side Perspective</title><link>http://blogs.steeplesoft.com/2011/10/glassfish-rest-interface-a-client-side-perspective/</link> <comments>http://blogs.steeplesoft.com/2011/10/glassfish-rest-interface-a-client-side-perspective/#comments</comments> <pubDate>Mon, 03 Oct 2011 16:44:11 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[GlassFish]]></category> <category><![CDATA[REST]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=1000</guid> <description><![CDATA[As I&#8217;ve covered here before, GlassFish sports (and has for a while now), a pretty comprehensive set of management and monitoring REST endpoints. While this goes a long way toward opening up GlassFish management to various scripting solutions, the client side is still pretty manual. One my goals in GlassFish 4.0 is to fix that. [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2011/10/glassfish-rest-interface-a-client-side-perspective/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Managing GlassFish JDBC Resources via REST</title><link>http://blogs.steeplesoft.com/2011/03/managing-glassfish-jdbc-resources-via-rest/</link> <comments>http://blogs.steeplesoft.com/2011/03/managing-glassfish-jdbc-resources-via-rest/#comments</comments> <pubDate>Thu, 10 Mar 2011 19:04:57 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[GlassFish]]></category> <category><![CDATA[REST]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=961</guid> <description><![CDATA[I was asked this morning about creating JDBC resources via REST. As with user management, it&#8217;s actually pretty simple, once you&#8217;ve seen how. Let&#8217;s take a look. To create a JDBC resource, you need two different objects, a JDBC Connection Pool and a JDBC Resource. The endpoints for these two objects are http://localhost:4848/management/domain/resources/jdbc-connection-pool and http://localhost:4848/management/domain/resources/jdbc-resource. [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2011/03/managing-glassfish-jdbc-resources-via-rest/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Adding Users to a GlassFish Realm via REST</title><link>http://blogs.steeplesoft.com/2011/03/adding-users-to-a-glassfish-realm-via-rest/</link> <comments>http://blogs.steeplesoft.com/2011/03/adding-users-to-a-glassfish-realm-via-rest/#comments</comments> <pubDate>Wed, 09 Mar 2011 22:23:38 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[GlassFish]]></category> <category><![CDATA[REST]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=947</guid> <description><![CDATA[A user on the GlassFish forums recently asked how to create users in bulk. The asadmin command create-file-user doesn&#8217;t support passing the password as a parameter, which makes scripting difficult. The REST interface, though, can help there, and it&#8217;s really pretty simple. The REST endpoint of interest is http://localhost:4848/management/domain/configs/config/server-config/security-service/auth-realm/file/create-user, and here&#8217;s a sample bash shell [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2011/03/adding-users-to-a-glassfish-realm-via-rest/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Debugging GlassFish REST Requests</title><link>http://blogs.steeplesoft.com/2011/03/debugging-glassfish-rest-requests/</link> <comments>http://blogs.steeplesoft.com/2011/03/debugging-glassfish-rest-requests/#comments</comments> <pubDate>Fri, 04 Mar 2011 20:11:51 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[GlassFish]]></category> <category><![CDATA[REST]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=932</guid> <description><![CDATA[If you&#8217;ve been following my series on using the GlassFish REST interface, you&#8217;ve probably noticed that your JSON and XML output isn&#8217;t pretty-printed like mine. While there are several online tools that can fix that for you, there&#8217;s no need for the extra step. GlassFish will do that for you. Let&#8217;s look at how to [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2011/03/debugging-glassfish-rest-requests/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>GlassFish 3.1 Is Now Available</title><link>http://blogs.steeplesoft.com/2011/02/glassfish-3-1-is-now-available/</link> <comments>http://blogs.steeplesoft.com/2011/02/glassfish-3-1-is-now-available/#comments</comments> <pubDate>Mon, 28 Feb 2011 18:17:07 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[GlassFish]]></category> <category><![CDATA[JavaEE]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=918</guid> <description><![CDATA[For those that may not have noticed, today the GlassFish team officially released version 3.1. This new release brings in a myriad of features, the most significant of which is probably clustering and high availability. The Aquarium is the best place to find links to blogs, screencasts etc. from various GlassFish engineers (though Markus Eisele [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2011/02/glassfish-3-1-is-now-available/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>GlassFish 3.1, REST, and Secure Admin</title><link>http://blogs.steeplesoft.com/2011/02/glassfish-3-1-rest-and-secure-admin/</link> <comments>http://blogs.steeplesoft.com/2011/02/glassfish-3-1-rest-and-secure-admin/#comments</comments> <pubDate>Thu, 17 Feb 2011 23:27:45 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[GlassFish]]></category> <category><![CDATA[REST]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=856</guid> <description><![CDATA[After posting my last entry, GlassFish 3.1, REST, and a Secured Admin User, I was asked about an entry on using GlassFish 3.1&#8242;s REST interface with secure admin enabled. Some of you may be asking, &#8220;Isn&#8217;t that what you just wrote about?&#8221; While the titles sound the same, they&#8217;re slightly different, but in a very [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2011/02/glassfish-3-1-rest-and-secure-admin/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>GlassFish 3.1, REST, and a Secured Admin User</title><link>http://blogs.steeplesoft.com/2011/02/glassfish-3-1-rest-and-a-secured-admin-user/</link> <comments>http://blogs.steeplesoft.com/2011/02/glassfish-3-1-rest-and-a-secured-admin-user/#comments</comments> <pubDate>Thu, 17 Feb 2011 18:05:34 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[GlassFish]]></category> <category><![CDATA[REST]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=850</guid> <description><![CDATA[In my last post on using the GlassFish REST interface, a commenter asked about how GlassFish handles security. So far, all of my examples have been using GlassFish 3.1 out of the box, which doesn&#8217;t require authentication (as a convenience for developers, as well as system admins evaluating the server). In production, of course, the [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2011/02/glassfish-3-1-rest-and-a-secured-admin-user/feed/</wfw:commentRss> <slash:comments>1</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>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>GlassFish Administration: The REST of the Story Part II &#8211; Deploying Apps Using Scala</title><link>http://blogs.steeplesoft.com/2010/12/glassfish-administration-the-rest-of-the-story-part-ii-deploying-apps-using-scala/</link> <comments>http://blogs.steeplesoft.com/2010/12/glassfish-administration-the-rest-of-the-story-part-ii-deploying-apps-using-scala/#comments</comments> <pubDate>Fri, 17 Dec 2010 18:43:12 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[GlassFish]]></category> <category><![CDATA[REST]]></category> <category><![CDATA[Scala]]></category> <category><![CDATA[administration]]></category> <category><![CDATA[scala]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=790</guid> <description><![CDATA[In a previous post (far too long ago , I began showing off the RESTful administration API in GlassFish v3. In GlassFish Administration: The REST of the Story Part I, I showed the basics of the API, what to send, what you get back, etc. In this post, I want to show a practical use [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2010/12/glassfish-administration-the-rest-of-the-story-part-ii-deploying-apps-using-scala/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>The Value of the Stack</title><link>http://blogs.steeplesoft.com/2010/12/the-value-of-the-stack/</link> <comments>http://blogs.steeplesoft.com/2010/12/the-value-of-the-stack/#comments</comments> <pubDate>Tue, 14 Dec 2010 17:18:15 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[GlassFish]]></category> <category><![CDATA[JavaEE]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=781</guid> <description><![CDATA[This morning on twitter, I saw an announcement that Mollom has a new backend, one based on GlassFish. I have to be honest. I don&#8217;t know much of anything about Mollom beyond this, nor do I know anything about their previous backend other than it was Java-based. The blog post, though, immediately made me think [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2010/12/the-value-of-the-stack/feed/</wfw:commentRss> <slash:comments>0</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>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>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>GlassFish Roadmap</title><link>http://blogs.steeplesoft.com/2010/03/glassfish-roadmap/</link> <comments>http://blogs.steeplesoft.com/2010/03/glassfish-roadmap/#comments</comments> <pubDate>Fri, 26 Mar 2010 20:01:47 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[GlassFish]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=685</guid> <description><![CDATA[There has been a lot of speculation and concern about the fate of GlassFish after the Oracle acquisition. Yesterday, though, we were able to unveil the official roadmap for GlassFish, and I think it looks very promising. In short, not much is going to change with regard to the open source side of things, though [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2010/03/glassfish-roadmap/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>Run GlassFish V3 As a Non-Root Service on Gentoo Linux</title><link>http://blogs.steeplesoft.com/2010/03/run-glassfish-v3-as-a-non-root-service-on-gentoo-linux/</link> <comments>http://blogs.steeplesoft.com/2010/03/run-glassfish-v3-as-a-non-root-service-on-gentoo-linux/#comments</comments> <pubDate>Thu, 04 Mar 2010 22:02:43 +0000</pubDate> <dc:creator>Jason Lee</dc:creator> <category><![CDATA[GlassFish]]></category> <category><![CDATA[gentoo]]></category> <category><![CDATA[linux]]></category><guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=641</guid> <description><![CDATA[Byron Nevins, a colleague of mine here at Oracle, has a couple of nice blog entries showing how to run GlassFish as a service, both as root and non-root users, on Ubuntu or Debian. As a Gentoo user, that doesn&#8217;t help me much, unfortunately, but, some time ago, I developed a script that works great [...]]]></description> <wfw:commentRss>http://blogs.steeplesoft.com/2010/03/run-glassfish-v3-as-a-non-root-service-on-gentoo-linux/feed/</wfw:commentRss> <slash:comments>1</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 15/25 queries in 1.592 seconds using disk: basic

Served from: blogs.steeplesoft.com @ 2012-02-07 14:15:36 -->
