<?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>Java Code Geeks &#187; Dustin Marx</title> <atom:link href="http://www.javacodegeeks.com/author/Dustin-Marx/feed" rel="self" type="application/rss+xml" /><link>http://www.javacodegeeks.com</link> <description>Java 2 Java Developers Resource Center</description> <lastBuildDate>Tue, 21 May 2013 13:00:27 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>JDK 8&#8242;s Calendar.Builder</title><link>http://www.javacodegeeks.com/2013/05/jdk-8s-calendar-builder.html</link> <comments>http://www.javacodegeeks.com/2013/05/jdk-8s-calendar-builder.html#comments</comments> <pubDate>Fri, 10 May 2013 16:00:12 +0000</pubDate> <dc:creator>Dustin Marx</dc:creator> <category><![CDATA[Core Java]]></category> <category><![CDATA[Java 8]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=12698</guid> <description><![CDATA[One of the defining characteristics of the brave new world of Java is the increasing prevalence of the builder pattern in the Java space. Groovy, which appears to be the most popular alternative language (to Java) on the JVM, is well-known for its heavy use of the Builder in both the core libraries and in [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/05/jdk-8s-calendar-builder.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>JDK 8 Javadoc Tweaked For Methods Listings</title><link>http://www.javacodegeeks.com/2013/04/jdk-8-javadoc-tweaked-for-methods-listings.html</link> <comments>http://www.javacodegeeks.com/2013/04/jdk-8-javadoc-tweaked-for-methods-listings.html#comments</comments> <pubDate>Thu, 18 Apr 2013 13:00:18 +0000</pubDate> <dc:creator>Dustin Marx</dc:creator> <category><![CDATA[Core Java]]></category> <category><![CDATA[Java 8]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=11449</guid> <description><![CDATA[Since it&#8217;s beginning, Javadoc output has been largely static HTML with navigation links and simple stylesheet styling of its appearance. Java SE 7 saw the first significant change in Javadoc output default appearance in a long time and now it looks like JDK 8 will introduce a new twist on generated Javadoc output. In this [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/04/jdk-8-javadoc-tweaked-for-methods-listings.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Becoming Acquainted with Scala</title><link>http://www.javacodegeeks.com/2013/04/becoming-acquainted-with-scala.html</link> <comments>http://www.javacodegeeks.com/2013/04/becoming-acquainted-with-scala.html#comments</comments> <pubDate>Mon, 15 Apr 2013 07:00:59 +0000</pubDate> <dc:creator>Dustin Marx</dc:creator> <category><![CDATA[Scala]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=11205</guid> <description><![CDATA[There are many touted benefits of the Scala programming language, especially for Java developers. Among others, Scala&#8217;s advertised strengths and advantages include the following: Runs on the Java Virtual Machine (JVM) Able to run on numerous hardware and operating systems platforms Access to rich set of libraries and functionality in the JDK Access to the [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/04/becoming-acquainted-with-scala.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Bending NetBeans Code Templates to My Will</title><link>http://www.javacodegeeks.com/2013/04/bending-netbeans-code-templates-to-my-will.html</link> <comments>http://www.javacodegeeks.com/2013/04/bending-netbeans-code-templates-to-my-will.html#comments</comments> <pubDate>Fri, 12 Apr 2013 07:00:13 +0000</pubDate> <dc:creator>Dustin Marx</dc:creator> <category><![CDATA[Core Java]]></category> <category><![CDATA[IDE]]></category> <category><![CDATA[Netbeans]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=11084</guid> <description><![CDATA[Anyone who has read any of my posts on NetBeans knows that there are numerous features of NetBeans that I really like. Recently, however, I found myself becoming increasingly irritated with a particular issue with a particular feature of NetBeans. It finally bothered me enough to motivate me to look into how to disable or [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/04/bending-netbeans-code-templates-to-my-will.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Detecting Java Threads in Deadlock with Groovy and JMX</title><link>http://www.javacodegeeks.com/2013/04/detecting-java-threads-in-deadlock-with-groovy-and-jmx.html</link> <comments>http://www.javacodegeeks.com/2013/04/detecting-java-threads-in-deadlock-with-groovy-and-jmx.html#comments</comments> <pubDate>Mon, 08 Apr 2013 19:00:03 +0000</pubDate> <dc:creator>Dustin Marx</dc:creator> <category><![CDATA[Groovy]]></category> <category><![CDATA[Concurrency]]></category> <category><![CDATA[JMX]]></category> <category><![CDATA[Threads]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=10964</guid> <description><![CDATA[Unfortunately, Java applications taking advantage of multiple threads can at times run into the dreaded deadlock condition. Fortunately, the Java Platform makes deadlock detection relatively easy. In fact, the built-in (since J2SE 5) ThreadMXBean (a PlatformManagedObject exposed via JMX) makes this information available to any client that &#8216;speaks JMX&#8216; via the findDeadlockedThreads() and findMonitorDeadlockThreads() methods. [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/04/detecting-java-threads-in-deadlock-with-groovy-and-jmx.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>&#8220;Booting AMX&#8221; in GlassFish 3 with Groovy</title><link>http://www.javacodegeeks.com/2013/04/booting-amx-in-glassfish-3-with-groovy.html</link> <comments>http://www.javacodegeeks.com/2013/04/booting-amx-in-glassfish-3-with-groovy.html#comments</comments> <pubDate>Wed, 03 Apr 2013 19:04:05 +0000</pubDate> <dc:creator>Dustin Marx</dc:creator> <category><![CDATA[Groovy]]></category> <category><![CDATA[Oracle GlassFish]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=10722</guid> <description><![CDATA[In my previous blog post, I looked at using JMX as one of multiple methods supported by GlassFish 3 for its administration, monitoring, and management. In this blog post, I look in more detail at monitoring and managing GlassFish 3 via JMX and Groovy. I focus on local connection to GlassFish using the Attach API [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/04/booting-amx-in-glassfish-3-with-groovy.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Monitoring Key JVM Characteristics with Groovy, JMX, and RuntimeMXBean</title><link>http://www.javacodegeeks.com/2013/03/monitoring-key-jvm-characteristics-with-groovy-jmx-and-runtimemxbean.html</link> <comments>http://www.javacodegeeks.com/2013/03/monitoring-key-jvm-characteristics-with-groovy-jmx-and-runtimemxbean.html#comments</comments> <pubDate>Mon, 25 Mar 2013 14:00:18 +0000</pubDate> <dc:creator>Dustin Marx</dc:creator> <category><![CDATA[Groovy]]></category> <category><![CDATA[JMX]]></category> <category><![CDATA[JVM]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=10323</guid> <description><![CDATA[Since J2SE 5, Platform MBeans have been available that allow some key characteristics regarding the JVM to be monitored and (even managed in some cases) via JMX. In addition, many JVM-based applications add their own JMX-enabled features for monitoring and management. In the blog post Groovy, JMX, and the Attach API, I looked at how [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/03/monitoring-key-jvm-characteristics-with-groovy-jmx-and-runtimemxbean.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Multiple Methods for Monitoring and Managing GlassFish 3</title><link>http://www.javacodegeeks.com/2013/03/multiple-methods-for-monitoring-and-managing-glassfish-3.html</link> <comments>http://www.javacodegeeks.com/2013/03/multiple-methods-for-monitoring-and-managing-glassfish-3.html#comments</comments> <pubDate>Fri, 15 Mar 2013 11:00:55 +0000</pubDate> <dc:creator>Dustin Marx</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[Oracle GlassFish]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=9897</guid> <description><![CDATA[GlassFish 3 supports multiple methods of monitoring and management. In this post, I look briefly at the approaches GlassFish provides for administration, monitoring, and management. GlassFish Admin Console GlassFish&#8217;s web-based Admin Console GUI is probably the best-known interface for GlassFish administration. By default, it is accessed via the URL http://localhost:4848/ once GlassFish is running. The [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/03/multiple-methods-for-monitoring-and-managing-glassfish-3.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>The Big Java News Keeps Coming: Java SE 6 and OpenJDK</title><link>http://www.javacodegeeks.com/2013/03/the-big-java-news-keeps-coming-java-se-6-and-openjdk.html</link> <comments>http://www.javacodegeeks.com/2013/03/the-big-java-news-keeps-coming-java-se-6-and-openjdk.html#comments</comments> <pubDate>Mon, 11 Mar 2013 20:00:09 +0000</pubDate> <dc:creator>Dustin Marx</dc:creator> <category><![CDATA[Core Java]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=9633</guid> <description><![CDATA[I recently posted Recent Java 8 News, summarizing some of the recent developments in Java 8. In less than a week since publishing that post, several more significant Java news stories have come out and I summarize some of these in this post. Common themes include different Java SE 6 implementations and OpenJDK. Java Security [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/03/the-big-java-news-keeps-coming-java-se-6-and-openjdk.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Finding Properties in JARs with Groovy</title><link>http://www.javacodegeeks.com/2013/03/finding-properties-in-jars-with-groovy.html</link> <comments>http://www.javacodegeeks.com/2013/03/finding-properties-in-jars-with-groovy.html#comments</comments> <pubDate>Wed, 06 Mar 2013 20:00:35 +0000</pubDate> <dc:creator>Dustin Marx</dc:creator> <category><![CDATA[Groovy]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=9474</guid> <description><![CDATA[In previous blog posts I have looked at Searching JAR Files with Groovy to find entries (such as .class files) contained in the JAR and Viewing a JAR&#8217;s Manifest File with Groovy. In this post, I look at using Groovy to find a particular property in a properties file contained within a JAR. The script [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/03/finding-properties-in-jars-with-groovy.html/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
Database Caching 2/4 queries in 0.001 seconds using apc
Object Caching 1117/1118 objects using apc
Content Delivery Network via jcg.javacodegeeks.netdna-cdn.com

Served from: www.javacodegeeks.com @ 2013-05-21 19:23:10 -->