<?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; Alex Soto</title> <atom:link href="http://www.javacodegeeks.com/author/Alex-Soto/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 22:00:00 +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>Installing TomEE from Puppet</title><link>http://www.javacodegeeks.com/2013/04/installing-tomee-from-puppet.html</link> <comments>http://www.javacodegeeks.com/2013/04/installing-tomee-from-puppet.html#comments</comments> <pubDate>Fri, 05 Apr 2013 07:00:48 +0000</pubDate> <dc:creator>Alex Soto</dc:creator> <category><![CDATA[DevOps]]></category> <category><![CDATA[Java]]></category> <category><![CDATA[Puppet Labs Puppet]]></category> <category><![CDATA[TomEE]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=10817</guid> <description><![CDATA[Apache TomEE is an all-Apache stack aimed at Java EE 6 Web Profile certification where Tomcat is top dog. It is the conjunction of Tomcat + Java EE. Puppet is a tool designed to manage the configuration of our systems declaratively. We only have to describe system resources and their state. This description is stored [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/04/installing-tomee-from-puppet.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Testing Spring Data Neo4j Applications with NoSQLUnit</title><link>http://www.javacodegeeks.com/2013/03/testing-spring-data-neo4j-applications-with-nosqlunit.html</link> <comments>http://www.javacodegeeks.com/2013/03/testing-spring-data-neo4j-applications-with-nosqlunit.html#comments</comments> <pubDate>Sat, 30 Mar 2013 13:00:36 +0000</pubDate> <dc:creator>Alex Soto</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[Neo4j]]></category> <category><![CDATA[NoSQLUnit]]></category> <category><![CDATA[Spring]]></category> <category><![CDATA[Spring Data]]></category> <category><![CDATA[Testing]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=10082</guid> <description><![CDATA[Spring Data Neo4j is the project within Spring Data project which provides an extension to the Spring programming model for writing applications that uses Neo4j as graph database. To write tests using NoSQLUnit for Spring Data Neo4j applications, you do need nothing special apart from considering that Spring Data Neo4j uses a special property called [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/03/testing-spring-data-neo4j-applications-with-nosqlunit.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Code Quality stage using Jenkins</title><link>http://www.javacodegeeks.com/2013/02/code-quality-stage-using-jenkins.html</link> <comments>http://www.javacodegeeks.com/2013/02/code-quality-stage-using-jenkins.html#comments</comments> <pubDate>Tue, 26 Feb 2013 11:00:43 +0000</pubDate> <dc:creator>Alex Soto</dc:creator> <category><![CDATA[Software Development]]></category> <category><![CDATA[Continuous Delivery]]></category> <category><![CDATA[Jenkins]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=9079</guid> <description><![CDATA[In Continuous Delivery each build is potentially shippable. This fact implies among a lot of other things, to assign a none snapshot version to your components as fast as possible so you can refer them through all the process. Usually automated software delivery process consist of several stages like Commit stage, Code Quality, Acceptance Tests, [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/02/code-quality-stage-using-jenkins.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>The Reality of Developer&#8217;s Life</title><link>http://www.javacodegeeks.com/2013/02/the-reality-of-developers-life.html</link> <comments>http://www.javacodegeeks.com/2013/02/the-reality-of-developers-life.html#comments</comments> <pubDate>Sat, 16 Feb 2013 13:12:59 +0000</pubDate> <dc:creator>Alex Soto</dc:creator> <category><![CDATA[Software Development]]></category> <category><![CDATA[Humour]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=8673</guid> <description><![CDATA[In this post I am going to try to illustrate in a funny way the reality of developer&#8217;s life. This post is a translation of another post written in Spanish. &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; When you upload something to production environment: When you find a problem solution without searching in [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/02/the-reality-of-developers-life.html/feed</wfw:commentRss> <slash:comments>84</slash:comments> </item> <item><title>Jenkins Description Setter Plugin for Improving Continuous Delivery Visibility</title><link>http://www.javacodegeeks.com/2013/01/jenkins-description-setter-plugin-for-improving-continuous-delivery-visibility.html</link> <comments>http://www.javacodegeeks.com/2013/01/jenkins-description-setter-plugin-for-improving-continuous-delivery-visibility.html#comments</comments> <pubDate>Tue, 29 Jan 2013 14:00:51 +0000</pubDate> <dc:creator>Alex Soto</dc:creator> <category><![CDATA[Software Development]]></category> <category><![CDATA[Continuous Delivery]]></category> <category><![CDATA[Jenkins]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=7742</guid> <description><![CDATA[In Continuous Delivery each build is potentially shippable. This fact implies among a lot of other things, to assign a none snapshot version to your components as fast as possible so you can refer them through all the process. I suggest creating a release branch, assign the version to the project and then start the [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/01/jenkins-description-setter-plugin-for-improving-continuous-delivery-visibility.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Testing Spring Data MongoDB Applications with NoSQLUnit</title><link>http://www.javacodegeeks.com/2013/01/testing-spring-data-mongodb-applications-with-nosqlunit.html</link> <comments>http://www.javacodegeeks.com/2013/01/testing-spring-data-mongodb-applications-with-nosqlunit.html#comments</comments> <pubDate>Tue, 08 Jan 2013 17:00:37 +0000</pubDate> <dc:creator>Alex Soto</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[MongoDB]]></category> <category><![CDATA[NoSQLUnit]]></category> <category><![CDATA[Spring]]></category> <category><![CDATA[Spring Data]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=6674</guid> <description><![CDATA[Spring Data MongoDB is the project within Spring Data project which provides an extension to the Spring programming model for writing applications that uses MongoDB as database. To write tests using NoSQLUnit for Spring Data MongoDB applications, you do need nothing special apart from considering that Spring Data MongoDB uses a special property called _class [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/01/testing-spring-data-mongodb-applications-with-nosqlunit.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Yammer Metrics, A new way to monitor your application</title><link>http://www.javacodegeeks.com/2012/12/yammer-metrics-a-new-way-to-monitor-your-application.html</link> <comments>http://www.javacodegeeks.com/2012/12/yammer-metrics-a-new-way-to-monitor-your-application.html#comments</comments> <pubDate>Mon, 17 Dec 2012 11:00:25 +0000</pubDate> <dc:creator>Alex Soto</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[JVM]]></category> <category><![CDATA[Yammer Metrics]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=5666</guid> <description><![CDATA[When you are running long term applications like web applications, it is good to know some statistics about them, like number of requests served, request durations, or the number active requests. But also some more generic information like the state of your internal collections, how many times some portion of code is being executed, or [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/12/yammer-metrics-a-new-way-to-monitor-your-application.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Writing Acceptance Tests for Openshift + MongoDb Applications</title><link>http://www.javacodegeeks.com/2012/12/writing-acceptance-tests-for-openshift-mongodb-applications.html</link> <comments>http://www.javacodegeeks.com/2012/12/writing-acceptance-tests-for-openshift-mongodb-applications.html#comments</comments> <pubDate>Fri, 07 Dec 2012 08:00:47 +0000</pubDate> <dc:creator>Alex Soto</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[MongoDB]]></category> <category><![CDATA[Openshift]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=4822</guid> <description><![CDATA[Acceptance testing are used to determine if the requirements of a specification are met. It should be run in an environment as similar as possible of the production one. So if your application is deployed into Openshift you will require a parallel account to the one used in production for running the tests. In this [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/12/writing-acceptance-tests-for-openshift-mongodb-applications.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Use reCaptcha in a Spring MVC web application</title><link>http://www.javacodegeeks.com/2012/11/use-recaptcha-in-a-spring-mvc-web-application.html</link> <comments>http://www.javacodegeeks.com/2012/11/use-recaptcha-in-a-spring-mvc-web-application.html#comments</comments> <pubDate>Wed, 21 Nov 2012 08:00:58 +0000</pubDate> <dc:creator>Alex Soto</dc:creator> <category><![CDATA[Java]]></category> <category><![CDATA[Spring]]></category> <category><![CDATA[Spring MVC]]></category> <category><![CDATA[Spring Security]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=3461</guid> <description><![CDATA[A CAPTCHA is a program that can generate and grade tests that humans can pass but computer programs &#8216;cannot&#8216;. One of strategies followed are showing an image to user with distorted text, and user should write text in input area. If showed text is the same as input by user, then we can &#8216;assure&#8216; that a [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/11/use-recaptcha-in-a-spring-mvc-web-application.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Avoiding FORs &#8211; Anti-If Campaign</title><link>http://www.javacodegeeks.com/2012/11/avoiding-fors-anti-if-campaign.html</link> <comments>http://www.javacodegeeks.com/2012/11/avoiding-fors-anti-if-campaign.html#comments</comments> <pubDate>Thu, 15 Nov 2012 20:00:06 +0000</pubDate> <dc:creator>Alex Soto</dc:creator> <category><![CDATA[Core Java]]></category> <category><![CDATA[Lambdaj]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=3303</guid> <description><![CDATA[Have you ever wondered how FORs impact your code? How they are limiting your design and more important how they are transforming your code into an amount of lines without any human meaning? In this post we are going to see how to transform a simple example of a for (provided by Francesco Cirillio - anti-if campaign), to something [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/11/avoiding-fors-anti-if-campaign.html/feed</wfw:commentRss> <slash:comments>12</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/7 queries in 0.003 seconds using apc
Object Caching 1157/1166 objects using apc
Content Delivery Network via jcg.javacodegeeks.netdna-cdn.com

Served from: www.javacodegeeks.com @ 2013-05-22 06:05:51 -->