<?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>MergeTag</title>
	<atom:link href="http://mergetag.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mergetag.com</link>
	<description>Thinking´s repository</description>
	<lastBuildDate>Tue, 02 Apr 2013 13:10:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Spring AOP Advice on Annotated Controllers</title>
		<link>http://mergetag.com/spring-aop-advice-on-annotated-controllers-2/</link>
		<comments>http://mergetag.com/spring-aop-advice-on-annotated-controllers-2/#comments</comments>
		<pubDate>Tue, 02 Apr 2013 13:04:45 +0000</pubDate>
		<dc:creator>Paco</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[aop]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://mergetag.com/?p=630</guid>
		<description><![CDATA[Spring AOP (Aspect-oriented programming) framework is used to modularize cross-cutting concerns in aspects. If you want a more simple definition you can think of them as a Interceptor but with more options configurations possible.  In Spring there are two different constructs that get called &#8220;interceptors&#8221;. First, there are Handler Interceptors, which are part of the Spring MVC [...]]]></description>
		<wfw:commentRss>http://mergetag.com/spring-aop-advice-on-annotated-controllers-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Round a number to 2 decimal places in Java</title>
		<link>http://mergetag.com/round-a-number-to-2-decimal-places-in-java/</link>
		<comments>http://mergetag.com/round-a-number-to-2-decimal-places-in-java/#comments</comments>
		<pubDate>Wed, 08 Aug 2012 18:34:03 +0000</pubDate>
		<dc:creator>Paco</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://mergetag.com/?p=594</guid>
		<description><![CDATA[When we are working in a software project that uses numeric quantities and in with many different formats, such as financial applications, we have to deal with problems viewing these numbers. For example we can use the float type to represent a given concept non-monetary concept (for monetary concepts is preferable to use BigDecimal object), [...]]]></description>
		<wfw:commentRss>http://mergetag.com/round-a-number-to-2-decimal-places-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quiz abstract classes in Java: call from a concrete method to an abstract one</title>
		<link>http://mergetag.com/quiz-abstract-classes-in-java-call-from-a-concrete-method-to-an-abstract-one/</link>
		<comments>http://mergetag.com/quiz-abstract-classes-in-java-call-from-a-concrete-method-to-an-abstract-one/#comments</comments>
		<pubDate>Mon, 25 Jun 2012 19:33:40 +0000</pubDate>
		<dc:creator>Paco</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[abstract classes]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://mergetag.com/?p=561</guid>
		<description><![CDATA[&#160; Understanding how works abstract class and the differences with an interface is very important if you want to make a good OOP design in Java. Basically an abstract class is a class that is declared as abstract, it can include both abstract and not abstract methods. Abstract classes cannot be instantiated but they can [...]]]></description>
		<wfw:commentRss>http://mergetag.com/quiz-abstract-classes-in-java-call-from-a-concrete-method-to-an-abstract-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The method getTextContent() is undefined for the type Node</title>
		<link>http://mergetag.com/the-method-gettextcontent-is-undefined-for-the-type-node/</link>
		<comments>http://mergetag.com/the-method-gettextcontent-is-undefined-for-the-type-node/#comments</comments>
		<pubDate>Thu, 03 May 2012 18:05:01 +0000</pubDate>
		<dc:creator>Paco</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://mergetag.com/?p=545</guid>
		<description><![CDATA[The method getTextContent() is undefined for the type Node You can get this kind of error when your develop a system that use xml manipulation using library xml-apis. If you try to find a solution by a search in google you can find solutions like: org.w3c.dom.Node.getTextContent() is only available as of Java 1.5 But, you [...]]]></description>
		<wfw:commentRss>http://mergetag.com/the-method-gettextcontent-is-undefined-for-the-type-node/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Use separate folder from apache to develop with PHP</title>
		<link>http://mergetag.com/use-separate-folder-from-apache-to-develop-with-php/</link>
		<comments>http://mergetag.com/use-separate-folder-from-apache-to-develop-with-php/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 18:11:51 +0000</pubDate>
		<dc:creator>Paco</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://mergetag.com/?p=442</guid>
		<description><![CDATA[Most of php developers use in their local environments a configuration similar to: Apache + PHP + Mysql. It´s very common the use of integrated solutions such us XAMPP. IDE such us Eclipse (eclipse PDT), Zend Studio,etc.. A debugger: Zend Debugger is the most recommended. &#160; Install XAMPP (or similar solutions) and the IDE is [...]]]></description>
		<wfw:commentRss>http://mergetag.com/use-separate-folder-from-apache-to-develop-with-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
