<?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; Alexis Lopez</title> <atom:link href="http://www.javacodegeeks.com/author/Alexis-Lopez/feed" rel="self" type="application/rss+xml" /><link>http://www.javacodegeeks.com</link> <description>Java 2 Java Developers Resource Center</description> <lastBuildDate>Mon, 20 May 2013 13:00:19 +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>Glassfish plugin for JDeveloper 11gR2</title><link>http://www.javacodegeeks.com/2013/04/glassfish-plugin-for-jdeveloper-11gr2.html</link> <comments>http://www.javacodegeeks.com/2013/04/glassfish-plugin-for-jdeveloper-11gr2.html#comments</comments> <pubDate>Thu, 04 Apr 2013 10:00:58 +0000</pubDate> <dc:creator>Alexis Lopez</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[Oracle GlassFish]]></category> <category><![CDATA[Oracle JDeveloper]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=10585</guid> <description><![CDATA[As some of you already know, ADF Essentials is a great framework for building web applications using java and it is free to develop and free to deploy. You deploy ADF Essentials applications on Glassfish (3.1+) server. Nevertheless, JDeveloper does not come with an embedded Glassfish server but with an embedded Weblogic server. In this [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/04/glassfish-plugin-for-jdeveloper-11gr2.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Iterator Pattern and Java</title><link>http://www.javacodegeeks.com/2013/01/iterator-pattern-and-java.html</link> <comments>http://www.javacodegeeks.com/2013/01/iterator-pattern-and-java.html#comments</comments> <pubDate>Mon, 28 Jan 2013 08:00:36 +0000</pubDate> <dc:creator>Alexis Lopez</dc:creator> <category><![CDATA[Core Java]]></category> <category><![CDATA[Design Patterns]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=7665</guid> <description><![CDATA[Hello all, in this post we&#8217;ll be checking on the Iterator Pattern. A design pattern that I know many of you have already used, but maybe you didn&#8217;t realize it was pattern or didn&#8217;t know its great value. According to the book Head First Design: The Iterator Pattern provides a way to access the elements [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/01/iterator-pattern-and-java.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Java 7: File Filtering using NIO.2 &#8211; Part 3</title><link>http://www.javacodegeeks.com/2012/11/java-7-file-filtering-using-nio-2-part-3.html</link> <comments>http://www.javacodegeeks.com/2012/11/java-7-file-filtering-using-nio-2-part-3.html#comments</comments> <pubDate>Tue, 13 Nov 2012 11:00:54 +0000</pubDate> <dc:creator>Alexis Lopez</dc:creator> <category><![CDATA[Core Java]]></category> <category><![CDATA[Java 7]]></category> <category><![CDATA[NIO]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=3187</guid> <description><![CDATA[Hello all. This is Part 3 of the File Filtering using NIO.2 series. For those of you who haven&#8217;t read Part 1 or Part 2, here&#8217;s a recap. NIO.2 is a new API for I/O operations included in the JDK since Java 7. With this new API, you can perform the same operations performed with java.io plus a [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/11/java-7-file-filtering-using-nio-2-part-3.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Java 7: File Filtering using NIO.2 &#8211; Part 2</title><link>http://www.javacodegeeks.com/2012/11/java-7-file-filtering-using-nio-2-part-2.html</link> <comments>http://www.javacodegeeks.com/2012/11/java-7-file-filtering-using-nio-2-part-2.html#comments</comments> <pubDate>Fri, 02 Nov 2012 11:00:52 +0000</pubDate> <dc:creator>Alexis Lopez</dc:creator> <category><![CDATA[Core Java]]></category> <category><![CDATA[Java 7]]></category> <category><![CDATA[NIO]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=2804</guid> <description><![CDATA[Hello all. This is Part 2 of the File Filtering using NIO.2 series. For those of you who haven&#8217;t read Part 1, here&#8217;s a recap. NIO.2 is a new API for I/O operations included in the JDK since Java 7. With this new API, you can perform the same operations performed with java.io plus a lot of [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/11/java-7-file-filtering-using-nio-2-part-2.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Java 7: File Filtering using NIO.2 &#8211; Part 1</title><link>http://www.javacodegeeks.com/2012/10/java-7-file-filtering-using-nio-2-part-1.html</link> <comments>http://www.javacodegeeks.com/2012/10/java-7-file-filtering-using-nio-2-part-1.html#comments</comments> <pubDate>Fri, 26 Oct 2012 08:59:24 +0000</pubDate> <dc:creator>Alexis Lopez</dc:creator> <category><![CDATA[Core Java]]></category> <category><![CDATA[Java 7]]></category> <category><![CDATA[NIO]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=2488</guid> <description><![CDATA[NIO.2 is a new API for I/O operations included in the JDK since Java 7. With this new API, you can perform the same operations performed with java.io plus a lot of great functionalities such as: Accessing file metadata and watching for directory changes, among others. Obviously, the java.io package is not going to disappear [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/10/java-7-file-filtering-using-nio-2-part-1.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Java 7: Meet the Fork/Join Framework</title><link>http://www.javacodegeeks.com/2012/10/java-7-meet-forkjoin-framework.html</link> <comments>http://www.javacodegeeks.com/2012/10/java-7-meet-forkjoin-framework.html#comments</comments> <pubDate>Wed, 17 Oct 2012 19:00:00 +0000</pubDate> <dc:creator>Alexis Lopez</dc:creator> <category><![CDATA[Core Java]]></category> <category><![CDATA[Fork/Join]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/java-7-meet-the-forkjoin-framework.html</guid> <description><![CDATA[JSR-166(y) is the official name of this new feature which is included in Java 7. If you notice there is a &#8216;y&#8217; in the name, this is because JSR-166 (Concurrency Utilities) is being added since Java 5, but it wont stop here as there are already plans to add new classes in Java 8 under [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/10/java-7-meet-forkjoin-framework.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Observer Design Pattern in Java</title><link>http://www.javacodegeeks.com/2012/10/observer-design-pattern-in-java.html</link> <comments>http://www.javacodegeeks.com/2012/10/observer-design-pattern-in-java.html#comments</comments> <pubDate>Mon, 01 Oct 2012 16:00:00 +0000</pubDate> <dc:creator>Alexis Lopez</dc:creator> <category><![CDATA[Core Java]]></category> <category><![CDATA[Design Patterns]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/observer-design-pattern-in-java.html</guid> <description><![CDATA[&#8216;Don&#8217;t call us, we&#8217;ll call you&#8217;&#8230; that&#8217;s the Hollywood OO (Object Oriented) Principle and it&#8217;s exactly what the Observer pattern is about. In this post we&#8217;ll review this pattern and how it is used in Java, you may already have used it without knowing&#8230; According to Head First Design Patterns book, this is the definition [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/10/observer-design-pattern-in-java.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>JavaME: Google Static Maps API</title><link>http://www.javacodegeeks.com/2012/05/javame-google-static-maps-api.html</link> <comments>http://www.javacodegeeks.com/2012/05/javame-google-static-maps-api.html#comments</comments> <pubDate>Fri, 18 May 2012 16:00:00 +0000</pubDate> <dc:creator>Alexis Lopez</dc:creator> <category><![CDATA[Desktop Java]]></category> <category><![CDATA[Google Maps]]></category> <category><![CDATA[JavaME]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/javame-google-static-maps-api.html</guid> <description><![CDATA[Whether you need a map for your location based application or just for fun, you can use the easiest way ever: Google Static Maps API. In this post, we are going to see how you can get a Map as an Image from a latitude and longitude point. The latitude and longitude can be obtained [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/05/javame-google-static-maps-api.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Java 7 &#8211; Project Coin Decompiled</title><link>http://www.javacodegeeks.com/2012/04/java-7-project-coin-decompiled.html</link> <comments>http://www.javacodegeeks.com/2012/04/java-7-project-coin-decompiled.html#comments</comments> <pubDate>Mon, 02 Apr 2012 18:28:00 +0000</pubDate> <dc:creator>Alexis Lopez</dc:creator> <category><![CDATA[Core Java]]></category> <category><![CDATA[Java 7]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/java-7-project-coin-decompiled.html</guid> <description><![CDATA[Hi all, it&#8217;s time to start writing in 2012. As you may have seen already in other blogs, there are a few changes that can make your developer life a lot easier when programming in Java: diamond operator, Strings in Switch, try with resources, multi catch, etc. In this post (PART I) we are going [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/04/java-7-project-coin-decompiled.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 1073/1074 objects using apc
Content Delivery Network via cdn.javacodegeeks.com

Served from: www.javacodegeeks.com @ 2013-05-20 20:30:23 -->