<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Developers, Developers, Developers!</title>
	<link>http://maksim.sorokin.dk/it</link>
	<description>Maksim Sorokin IT Blog</description>
	<lastBuildDate>Wed, 01 Sep 2010 06:20:03 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Working with Windows Registry in Java 3</title>
		<description><![CDATA[jRegistryKey library actually is under LGPL. So it is suitable to be used in commercial projects too! Very simple library, that just works!
]]></description>
		<link>http://maksim.sorokin.dk/it/2010/09/01/working-with-windows-registry-in-java-3/</link>
			</item>
	<item>
		<title>Maven Release Plugin &#8212; Difference Between &#8220;preparationGoals&#8221; and &#8220;goals&#8221; in configuration</title>
		<description><![CDATA[Maven Release Plugin lets you release your project easily. However, often during release you want to perform some additional goals. For example, copy the artifact to another server.
There are several ways to do that. Among those is possibility to define goals during Maven release by adding goals or preparationGoals in configuration.
What is the difference between [...]]]></description>
		<link>http://maksim.sorokin.dk/it/2010/08/31/maven-release-plugin-difference-between-preparationgoals-and-goals-in-configuration/</link>
			</item>
	<item>
		<title>Packt&#8217;s Open Source Awards 2010</title>
		<description><![CDATA[Hey! Packt's Open Source Awards 2010 are coming!
]]></description>
		<link>http://maksim.sorokin.dk/it/2010/08/30/packts-open-source-awards-2010/</link>
			</item>
	<item>
		<title>Google Will Not Participate in JavaOne</title>
		<description><![CDATA[http://googlecode.blogspot.com/2010/08/update-on-javaone.html
By Joshua Bloch
]]></description>
		<link>http://maksim.sorokin.dk/it/2010/08/29/google-will-not-participate-in-javaone/</link>
			</item>
	<item>
		<title>[PACKT] Java EE 6 with GlassFish 3 Application Server</title>
		<description><![CDATA[Java EE 6 with GlassFish 3 Application Server is another nice book from PACKT publishing.
It covers GlassFish administration. Then it talks about Java web technologies -- servlets, JSP, JSP STL, JSF. Also discusses database connections, Java Messaging Service, security of applications (you can find more about it in GlassFish Security book). The books also talks [...]]]></description>
		<link>http://maksim.sorokin.dk/it/2010/08/28/packt-java-ee-6-with-glassfish-3-application-server-2/</link>
			</item>
	<item>
		<title>Working with Windows Registry in Java 2</title>
		<description><![CDATA[Ok, so the way to read registry data, which I described in previous post may be not a good idea. It is safer to rely on Windows Reg command. I wrote a simple utility to query registry using that utility.

isExists finds whereas registry path exists
get gets the value for specific key on certain registry path



import [...]]]></description>
		<link>http://maksim.sorokin.dk/it/2010/08/27/working-with-windows-registry-in-java-2/</link>
			</item>
	<item>
		<title>Copy Files with SCP Using Maven</title>
		<description><![CDATA[You can use Maven AntRun Plugin and Ant SCP task in order to transfer files with SCP:

...
  &#60;build&#62;
    ...
    &#60;plugins&#62;
    ...
      &#60;plugin&#62;
        &#60;artifactId&#62;maven-antrun-plugin&#60;/artifactId&#62;
        &#60;configuration&#62;
   [...]]]></description>
		<link>http://maksim.sorokin.dk/it/2010/08/26/copy-files-with-scp-using-maven/</link>
			</item>
	<item>
		<title>Building Obfuscated Signed Java Web Start Applications with Maven</title>
		<description><![CDATA[I have Java Web Start application with several libraries, some of which I want to obfuscate before the release. Unfortunately, I cannot use Webstart Maven Plugin since it works correctly only when all the dependencies, which will be assembled, are already present in the repository. In my case, I want to obfuscate libraries on-the-fly, sign [...]]]></description>
		<link>http://maksim.sorokin.dk/it/2010/08/25/building-obfuscated-signed-java-web-start-applications-with-maven/</link>
			</item>
	<item>
		<title>Working with Windows Registry in Java</title>
		<description><![CDATA[There are commercial and free libraries which enable a possibility to work with Windows registry from Java. For example, there is nice, simple, free, but old jRegistryKey library. The problem is that it is gpl and works with additional dll file. It is under LGPL.
However, we can read and write to Windows Registry without additional [...]]]></description>
		<link>http://maksim.sorokin.dk/it/2010/08/24/working-with-windows-registry-in-java/</link>
			</item>
	<item>
		<title>Obfuscating Several Jars in One Single Maven Build with ProGuard</title>
		<description><![CDATA[ProGuard is nice and free tool for obfuscating your code. Actually, it can do a lot more: shrink, optimize and verify your application. But here we will stick solely on obfuscating several jars in one build with ProGuard and Maven.
There are some documentation on ProGuard Maven Plugin website, something on Stack Overflow and ofcourse in [...]]]></description>
		<link>http://maksim.sorokin.dk/it/2010/08/23/obfuscating-several-jars-in-one-single-maven-build-with-proguard/</link>
			</item>
</channel>
</rss>
