<?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; Groovy</title> <atom:link href="http://www.javacodegeeks.com/jvm-languages/groovy/feed" rel="self" type="application/rss+xml" /><link>http://www.javacodegeeks.com</link> <description>Java 2 Java Developers Resource Center</description> <lastBuildDate>Fri, 24 May 2013 13:00:38 +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>Grails AJAX Examples</title><link>http://www.javacodegeeks.com/2013/05/grails-ajax-examples.html</link> <comments>http://www.javacodegeeks.com/2013/05/grails-ajax-examples.html#comments</comments> <pubDate>Wed, 22 May 2013 10:00:26 +0000</pubDate> <dc:creator>Mike Miller</dc:creator> <category><![CDATA[Groovy]]></category> <category><![CDATA[Ajax]]></category> <category><![CDATA[Grails]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=13094</guid> <description><![CDATA[Early on, newcomers to Grails encounter a lack of working samples accompanying the framework.  Good places for examples and documentation include the Grails documentation and bloggers. Ajax is one of the features with built-in support by Grails.   Once people get their &#8220;head around&#8221; the Grails basics, they generally want to move onto more interesting [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/05/grails-ajax-examples.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Groovy &amp; Grails Understanding &#8211; Part2</title><link>http://www.javacodegeeks.com/2013/04/groovy-grails-understanding-part2.html</link> <comments>http://www.javacodegeeks.com/2013/04/groovy-grails-understanding-part2.html#comments</comments> <pubDate>Tue, 23 Apr 2013 13:00:45 +0000</pubDate> <dc:creator>Nitin Kumar</dc:creator> <category><![CDATA[Groovy]]></category> <category><![CDATA[Grails]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=11589</guid> <description><![CDATA[Grails Grails is a web framework based on Groovy and Java which can be deployed into existing Java web servers, e.g. Tomcat or Jetty. Its scaffolding capabilities let you create a new project within a few minutes. Grails is based on the “convention over configuration” idea which allows the application to auto-wires itself based on [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/04/groovy-grails-understanding-part2.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Groovy &amp; Grails Understanding &#8211; Part 1</title><link>http://www.javacodegeeks.com/2013/04/groovy-grails-understanding-part-1.html</link> <comments>http://www.javacodegeeks.com/2013/04/groovy-grails-understanding-part-1.html#comments</comments> <pubDate>Thu, 18 Apr 2013 07:00:16 +0000</pubDate> <dc:creator>Nitin Kumar</dc:creator> <category><![CDATA[Groovy]]></category> <category><![CDATA[Grails]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=11400</guid> <description><![CDATA[Introduction Enterprises today require agile platform for rapid development of applications with ready assurance to quality of services, compliance to architecture and design standards. Two key things influence our ability to be agile. First, it’s the attitude of everyone involved. Second it’s the languages, framework, and tools we use to get our work done. There [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/04/groovy-grails-understanding-part-1.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Grails Design Best Practices</title><link>http://www.javacodegeeks.com/2013/04/grails-design-best-practices.html</link> <comments>http://www.javacodegeeks.com/2013/04/grails-design-best-practices.html#comments</comments> <pubDate>Thu, 11 Apr 2013 10:00:40 +0000</pubDate> <dc:creator>Nitin Kumar</dc:creator> <category><![CDATA[Groovy]]></category> <category><![CDATA[Grails]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=11126</guid> <description><![CDATA[Grails is designed to be an interactive agile based rapid development framework which advocates convention not configuration. This article explained the usage and best practices around the Grails. &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; Domain-driven design Always use domain-driven design: First create your basic domain model classes, and then use scaffolding to get [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/04/grails-design-best-practices.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>Spring Integration &#8211; Apache Camel comparison</title><link>http://www.javacodegeeks.com/2013/04/spring-integration-apache-camel-comparison.html</link> <comments>http://www.javacodegeeks.com/2013/04/spring-integration-apache-camel-comparison.html#comments</comments> <pubDate>Tue, 02 Apr 2013 19:00:14 +0000</pubDate> <dc:creator>Bilgin Ibryam</dc:creator> <category><![CDATA[Groovy]]></category> <category><![CDATA[Oracle GlassFish]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=10668</guid> <description><![CDATA[A year after v2.1 had been released, Spring Integration v2.2 is out with 3 new components MondoDB, Redis and JPA (even though the first 2 were listed also in v2.1 as message store, now they are available as Inbound and Outbound Channel Adapters), retry and other new features. As a comparison Apache Camel has also [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/04/spring-integration-apache-camel-comparison.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>Groovy and HTTP Servers</title><link>http://www.javacodegeeks.com/2013/03/groovy-and-http-servers.html</link> <comments>http://www.javacodegeeks.com/2013/03/groovy-and-http-servers.html#comments</comments> <pubDate>Tue, 12 Mar 2013 14:00:55 +0000</pubDate> <dc:creator>Kelly Robinson</dc:creator> <category><![CDATA[Groovy]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=9675</guid> <description><![CDATA[This article originally appeared in the January 2013 issue of GroovyMag. There’s no denying that the World Wide Web has become absolutely integral for information storage and delivery. There are more than 600 million sites serving up over 80 billion individual pages and many more pages and web services being added every day(http://news.netcraft.com/archives/2012/09/10/september-2012-web-server-survey.html). And behind [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/03/groovy-and-http-servers.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/21 queries in 0.048 seconds using apc
Object Caching 1116/1225 objects using apc
Content Delivery Network via jcg.javacodegeeks.netdna-cdn.com

Served from: www.javacodegeeks.com @ 2013-05-24 18:44:27 -->