<?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>Guillermo Barbero Bytes &#187; Tiles</title>
	<atom:link href="http://www.barberoweb.com/bytes/noticias-informatica/tiles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barberoweb.com/bytes</link>
	<description>Pagina sobre informatica, programacion y trucos para el pc. Consejos y otras muchas cosa relacionadas con la informatica y los ordenadores</description>
	<lastBuildDate>Mon, 30 Jan 2012 08:16:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Porque utilizar tiles en un proyecto Java</title>
		<link>http://www.barberoweb.com/bytes/2008/12/02/porque-utilizar-tiles-en-un-proyecto-java/</link>
		<comments>http://www.barberoweb.com/bytes/2008/12/02/porque-utilizar-tiles-en-un-proyecto-java/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 14:25:14 +0000</pubDate>
		<dc:creator>Guillermo Barbero</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Reutilizar código]]></category>
		<category><![CDATA[Tiles]]></category>

		<guid isPermaLink="false">http://www.barberoweb.com/bytes/2008/12/02/porque-utilizar-tiles-en-un-proyecto-java/</guid>
		<description><![CDATA[<p>Como en cualquier otro lenguaje de programación, en <strong>Java se intenta reutilizar código</strong> y evitar redundancias en el mismo.</p>
<p>El caso de los jsp no es distinto al resto de código, y por eso es interesante utilizar plantillas (<strong>Tiles</strong>). Un ejemplo sencillo es el que indicábamos en <a href="http://www.barberoweb.com/bytes/2008/04/01/usando-tiles/" rel="bookmark" title="Enlace: Usando tiles en un proyecto Java">Usando </a>&#8230;</p>]]></description>
		<wfw:commentRss>http://www.barberoweb.com/bytes/2008/12/02/porque-utilizar-tiles-en-un-proyecto-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Usando tiles en un proyecto Java</title>
		<link>http://www.barberoweb.com/bytes/2008/04/01/usando-tiles/</link>
		<comments>http://www.barberoweb.com/bytes/2008/04/01/usando-tiles/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 06:56:52 +0000</pubDate>
		<dc:creator>Guillermo Barbero</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Ayuda]]></category>
		<category><![CDATA[Struts]]></category>
		<category><![CDATA[Tiles]]></category>

		<guid isPermaLink="false">http://www.barberoweb.com/bytes/2008/04/01/usando-tiles/</guid>
		<description><![CDATA[<p><strong>Utilización de tiles integrado con struts en un proyecto Java</strong></p>
<p>Lo primero será definir la plantilla en el <strong>tiles-definition.xml</strong>:</p>
<p><code>&#60;definition name="<strong>plantillaTiles</strong>" path="/jsps/plantillas/plantilla.jsp"&#62;<br />
&#60;put name="cabecera" value="/jsps/plantillas/cabecera.jsp"/&#62;<br />
&#60;put name="cuerpo" value=""/&#62;<br />
&#60;put  name="pie" value="/jsps/plantillas/pie.jsp"/&#62;<br />
&#60;/definition&#62;</code></p>
<p>En este caso hemos puesto la cabecera y el pie ya definimos ya que serán &#8230;</p>]]></description>
		<wfw:commentRss>http://www.barberoweb.com/bytes/2008/04/01/usando-tiles/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

