<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
	<generator>Feed Editor</generator>
	<pubDate>26 May 2009 21:03:14 GMT</pubDate>
	<title>Jodd | generic purpose java library and frameworks</title>
	<description>Jodd is generic purpose open-source Java utility library. It enriches JDK with many powerful and feature rich utilities. Jodd helps with everyday task, makes code more robust and reliable. Special attention is put into creating reusable and fastest possible code and still keeping it compact, under 500 KB.

Jodd Wot is bundle of lightweight application frameworks - under 300 KB! Designed following the CoC, DRY and SCS principles, it makes development simple, but not simpler; you get 90% of the features with 10% of usual effort.</description>
	<link>http://jodd.org</link>
	<language>en</language>
	<item>
	<title>Road to 3.0.8</title>
	<description>Jodd is not asleep, no. We are now polishing it, testing in real environment, real-life projects and so on.</description>
	<pubDate>3 Feb 2010 09:25:34 GMT</pubDate>
	<link>http://jodd.org</link>
	<guid isPermaLink="false">61F29EAC-B931-495C-925A-ABE24EC5B8A0</guid>
	</item>
	<item>
	<title>Jodd 3.0.7 released.</title>
	<description>Since previous version was released before scheduled time, this one contains many small and some important news. First, there is a new tool 'Paramo' for reading methods parameter names from debug bytecode info. Next, Madvoc has been enhaced in an good way;) All-in-all, we are going towards next big release.</description>
	<pubDate>19 Nov 2009 15:35:03 GMT</pubDate>
	<link>http://jodd.org</link>
	<guid isPermaLink="false">61F29EAC-B931-495C-925A-ABE24EC5B8A0</guid>
	</item>
	<item>
	<title>[Labs] XPass: reveal Windows passwords</title>
	<description>XPass is little (11Kb only!) Windows utility that reveals content of masked password input fields.</description>
	<pubDate>15 Oct 2009 10:44:25 GMT</pubDate>
	<link>http://labs.jodd.org/d/reveal-windows-passwords-xpass.html</link>
	<guid isPermaLink="false">A9D71279-34A0-454E-B508-F1ED4E876185</guid>
	</item>
	<item>
	<title>Report Bugs!</title>
	<description>Now it is possible to report bugs on google code;)</description>
	<pubDate>5 Oct 2009 12:18:05 GMT</pubDate>
	<link>http://jodd.org/bugs.html</link>
	<guid isPermaLink="false">908D475F-AA8D-4337-AAA2-1319E416F439</guid>
	</item>
	<item>
	<title>Jodd 3.0.6 released.</title>
	<description>Another small update, made mainly to fix distribution archive. Now test source is also included with the Jodd source :)</description>
	<pubDate>23 Sep 2009 10:15:19 GMT</pubDate>
	<link>http://jodd.org</link>
	<guid isPermaLink="false">3CD29832-A3F7-43DA-BA34-B2393431C34B</guid>
	</item>
	<item>
	<title>Feedback...</title>
	<description>We want your raves;) Please send us some comments, ideas, feedback...</description>
	<pubDate>10 Sep 2009 16:19:43 GMT</pubDate>
	<link>http://jodd.org/contact.html</link>
	<guid isPermaLink="false">80C6655C-2EA0-457B-B0CE-2E7629C9743C</guid>
	</item>
	<item>
	<title>Jodd 3.0.5 released!</title>
	<description>Small update, but we have fixed something that bothered us from long time: sql mappings. Now everything seems to be on the right track;). Besides, some more utilities have been added.</description>
	<pubDate>10 Sep 2009 16:18:56 GMT</pubDate>
	<link>http://jodd.org</link>
	<guid isPermaLink="false">89C79C4F-26A6-4F11-A9D2-2536220CF144</guid>
	</item>
	<item>
	<title>[Labs] Configuration profiles with Spring</title>
	<description>&lt;p&gt;Different environments within application runs usually require different configuration. For example, we might have a development, test and/or production configurations.&lt;/p&gt;&lt;p&gt;My idea is to keep all configuration in just &lt;span style="font-weight:bold;"&gt;one set of files&lt;/span&gt;. That makes configuration more visible to a build manager and much easier to maintain.&lt;/p&gt;&lt;p&gt;Here is how this (&lt;span style="font-style:italic;"&gt;and more&lt;/span&gt;) can be done with Spring.&lt;/p&gt;</description>
	<pubDate>8 Aug 2009 23:44:44 GMT</pubDate>
	<link>http://</link>
	<guid isPermaLink="false">0B122A6A-C4CE-4F1B-B4E1-FCA852DF6C69</guid>
	</item>
	<item>
	<title>Jodd source SVN repo availiable!</title>
	<description>&lt;p&gt;Feel free to &lt;span style="color:blue;"&gt;checkout&lt;/span&gt;:&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;svn checkout http://jodd.googlecode.com/svn/trunk/ jodd-read-only&lt;/span&gt;&lt;/p&gt;</description>
	<pubDate>8 Aug 2009 23:42:46 GMT</pubDate>
	<link>http://</link>
	<guid isPermaLink="false">A99D2FFD-99EC-4358-BE74-907EC3230470</guid>
	</item>
	<item>
	<title>Jodd 3.0.4 released</title>
	<description>&lt;p&gt;Release &lt;span style="font-weight:bold;"&gt;3.0.4.&lt;/span&gt; is out. This update fixes one important issue with Proxetta and enhance it in a way so it is now possible to apply proxy on JDK classes. Moreover, several little utilities have been added. It is recommended to upgrade to this version. &lt;/p&gt;&lt;p&gt;Release notes: &lt;a href="http://jodd.org/history.html"&gt;http://jodd.org/history.html&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>7 Aug 2009 11:17:24 GMT</pubDate>
	<link>http://</link>
	<guid isPermaLink="false">42F40F94-6112-4205-9A73-79EEF6D7F1FB</guid>
	</item>
	<item>
	<title>[Labs] Paginate with Hibernate</title>
	<description>Pagination of search results is a common requirement for any application. However, I do not want to solve it again every time, especially not when using Hibernate: to manually count total number of records, then to find just page elements, etc. My idea is to use search Criteria and HQL as they are: without any paging 'statements' and to pass them to some 'magic' method that will return list of items on requested page. It sounds simple, but, as I found out, the solution required some hacks at the end.</description>
	<pubDate>13 Jul 2009 11:57:23 GMT</pubDate>
	<link>http://labs.jodd.org</link>
	<guid isPermaLink="false">EF106B8A-1A6B-49D0-AE54-B0FFAFE5B43D</guid>
	</item>
	<item>
	<title>Jodd 3.0.3 released, please upgrade.</title>
	<description>&lt;p&gt;Release &lt;span style="font-weight:bold;"&gt;3.0.3.&lt;/span&gt; is out. This is an important upgrade. Some bugs regarding reading annotations in &lt;em&gt;Proxetta&lt;/em&gt; have been fixed, while &lt;em&gt;Proxetta&lt;/em&gt; was refactored. Next, this is the first version that starts to use external logger. &lt;em&gt;Petite&lt;/em&gt; container now can be configured with parameters (from properties files, for example). Documentation has been extended by an example of building web applications using &lt;em&gt;Jodd&lt;/em&gt;. &lt;/p&gt;&lt;p&gt;Release notes may be found here: &lt;a href="http://jodd.org/history.html"&gt;http://jodd.org/history.html&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>28 Jun 2009 19:12:43 GMT</pubDate>
	<link>http://jodd.org</link>
	<guid isPermaLink="false">DA6E5337-689B-4B31-891C-BAB74AF20C65</guid>
	</item>
	<item>
	<title>Jodd 3.0.1 released</title>
	<description>&lt;p&gt;The new release &lt;span style="font-weight:bold;"&gt;3.0.1.&lt;/span&gt; is out. It contains several bug fixes, some minor changes and addons. Documentation also has been fixed and upgraded on few places.&lt;/p&gt;&lt;p&gt;Release notes may be found here: &lt;a href="http://jodd.org/history.html"&gt;http://jodd.org/history.html&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>6 Jun 2009 00:15:54 GMT</pubDate>
	<link>http://jodd.org</link>
	<guid isPermaLink="false">6DDF0F1C-00C8-40D6-A5A8-8F006B39873A</guid>
	</item>
	<item>
	<title>Welcome to RSS</title>
	<description>Welcome to &lt;span style="color:red;"&gt;&lt;span style="font-weight:bold;"&gt;Jodd&lt;/span&gt;&lt;/span&gt; RSS feed.</description>
	<pubDate>26 May 2009 21:12:01 GMT</pubDate>
	<link>http://jodd.org</link>
	</item>
	</channel></rss>
