<?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>Democratic ambitions... and software dev juices &#187; postgresql</title>
	<atom:link href="http://www.alessandro.vincelli.name/tag/postgresql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alessandro.vincelli.name</link>
	<description>by alessandro vincelli</description>
	<lastBuildDate>Mon, 09 Jan 2012 10:02:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>YouEat 1.10 released</title>
		<link>http://www.alessandro.vincelli.name/2012/01/09/youeat-1-10-released/</link>
		<comments>http://www.alessandro.vincelli.name/2012/01/09/youeat-1-10-released/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 10:02:17 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[youeat]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[wicket]]></category>
		<category><![CDATA[youeat.org]]></category>

		<guid isPermaLink="false">http://www.alessandro.vincelli.name/?p=341</guid>
		<description><![CDATA[YouEat 1.10 is released and available on www.youeat.org. Improvements: added  SSL to SignIn Page and protected pages, I uses www.godaddy.com as certification authority improved REST services Technical Notes: upgraded to Wicket 1.5.3 several bug fixes upgraded to Postgresql 9.1.2 Links: project home 1.10 source code Java Doc maven site issues wiki]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alessandro.vincelli.name/wp-content/uploads/2010/02/logo-mela-small.png"><img class="size-full wp-image-138 alignright" title="logo-mela-small" src="http://www.alessandro.vincelli.name/wp-content/uploads/2010/02/logo-mela-small.png" alt="" width="80" height="80" /></a>YouEat 1.10 is released and available on <a title="youeat.org" href="http://www.youeat.org">www.youeat.org</a>.</p>
<p><strong>Improvements:</strong></p>
<ul>
<li>added  SSL to SignIn Page and protected pages, I uses <a title="Go Daddy" href="http://www.godaddy.com/" target="_blank">www.godaddy.com</a> as certification authority</li>
<li>improved REST services</li>
</ul>
<p><strong>Technical Notes:</strong></p>
<ul>
<li>upgraded to Wicket 1.5.3</li>
<li>several bug fixes</li>
<li>upgraded to Postgresql 9.1.2</li>
</ul>
<p><strong>Links:</strong></p>
<ul>
<li><a title="youeat.org project home" href="http://code.google.com/p/youeat/">project home</a></li>
<li><a title="youeat.org 1.10 source tag" href="http://code.google.com/p/youeat/source/browse/#svn/tags/youeat-1.10">1.10 source code</a></li>
<li><a title="youeat.org JavaDoc" href="http://www.alessandro.vincelli.name/youeat/apidocs/index.html">Java Doc</a></li>
<li><a title="youeat.org Maven Site" href="http://www.alessandro.vincelli.name/youeat/">maven site</a></li>
<li><a title="youeat.org issues" href="http://code.google.com/p/youeat/issues/list">issues</a></li>
<li><a title="youeat.ork wiki" href="http://code.google.com/p/youeat/w/list">wiki</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandro.vincelli.name/2012/01/09/youeat-1-10-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouEat techs</title>
		<link>http://www.alessandro.vincelli.name/2010/02/17/youeat-techs/</link>
		<comments>http://www.alessandro.vincelli.name/2010/02/17/youeat-techs/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 11:37:23 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[youeat]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[lucene]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[wicket]]></category>

		<guid isPermaLink="false">http://www.alessandro.vincelli.name/?p=131</guid>
		<description><![CDATA[YouEat is an open source application. You can check the code at http://code.google.com/p/youeat/. YouEat is a Java application built only with open-source software: Apache Wicket, for the web interface Spring Framework is the glue for all the components Hibernate is the JPA implementation Apache Lucene to implement the internal search engine Apache Maven is the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alessandro.vincelli.name/wp-content/uploads/2010/02/logo-mela-small.png"><img class="size-full wp-image-138 alignright" title="logo-mela-small" src="http://www.alessandro.vincelli.name/wp-content/uploads/2010/02/logo-mela-small.png" alt="" width="80" height="80" /></a>YouEat is an open source application. You can check the code at <a title="YouEat project code" href="http://code.google.com/p/youeat/">http://code.google.com/p/youeat/</a>.</p>
<p>YouEat is a Java application built only with open-source software:</p>
<ul>
<li>Apache Wicket, for the web interface</li>
<li>Spring Framework is the glue for all the components</li>
<li>Hibernate is the JPA implementation</li>
<li>Apache Lucene to implement the internal search engine</li>
<li>Apache Maven is the dev manager</li>
<li>JUnit is test suite</li>
<li>PostgreSQL is the database engine</li>
</ul>
<p>My idea is create an <em>easy to read</em> application&#8230; therefore any feedback is well accepted <img src='http://www.alessandro.vincelli.name/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandro.vincelli.name/2010/02/17/youeat-techs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

