<?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; Struts</title>
	<atom:link href="http://www.barberoweb.com/bytes/noticias-informatica/struts/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>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>
		<item>
		<title>Formatear una fecha a la hora de mostrar en el jsp</title>
		<link>http://www.barberoweb.com/bytes/2008/03/30/formatear-una-fecha-a-la-hora-de-mostrar-en-el-jsp/</link>
		<comments>http://www.barberoweb.com/bytes/2008/03/30/formatear-una-fecha-a-la-hora-de-mostrar-en-el-jsp/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 12:28:01 +0000</pubDate>
		<dc:creator>Guillermo Barbero</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Ayuda]]></category>
		<category><![CDATA[Convertir]]></category>
		<category><![CDATA[Fechas]]></category>
		<category><![CDATA[Struts]]></category>

		<guid isPermaLink="false">http://www.barberoweb.com/bytes/2008/03/30/formatear-una-fecha-a-la-hora-de-mostrar-en-el-jsp/</guid>
		<description><![CDATA[<p>Para mostrar una fecha en <strong>distinto formato según el idioma</strong> es tan sencillo como utilizar el siguiente tag en el jsp.</p>
<p>&#60;bean:write name=&#8221;formulario&#8221; property=&#8221;fecha&#8221; formatKey=&#8221;formato.fecha&#8221;/&#62;</p>
<p>Y en nuestros <strong>resources.properties</strong> pondremos la máscara dependiendo del <strong>idioma de los distintos resources</strong>:</p>
<p>formato.fecha=MM-dd-yyyy &#8211;&#62; Castellano<br />
formato.fecha=yyyy-dd-MM</p>
<p>Si te ha parecido interesante, comp&#225;rtelo&#8230;</p>]]></description>
		<wfw:commentRss>http://www.barberoweb.com/bytes/2008/03/30/formatear-una-fecha-a-la-hora-de-mostrar-en-el-jsp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

