<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Erhan Bagdemir - &#34;brain amplifier&#34;</title>
	<link>http://www.bagdemir.com/wordpress</link>
	<description>Software Engineering, Architecture, Web Development and beyond...</description>
	<lastBuildDate>Fri, 20 Jan 2012 20:21:16 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Analyzing Log Files with awk (gawk), grep</title>
		<description><![CDATA[Consider that you want to analyze server logs to find out whether the application server has failed at startup &#8211; i.e. whether there are some error messages or exceptions in server logs &#8211; or just successfully started without any failure from the start time on that the start script was executed, or maybe grep something [...]]]></description>
		<link>http://www.bagdemir.com/wordpress/2012/01/19/analyzing-log-files-with-awk-gawk-grep/</link>
			</item>
	<item>
		<title>Writting a First Test Blog from my smartphone.</title>
		<description><![CDATA[Here is my test article written on my iPhone. Thank to WordPress App which makes it happen. I think that i have a plausible reason to buy a new pad device.]]></description>
		<link>http://www.bagdemir.com/wordpress/2011/10/29/writting-a-first-test-blog-from-my-smartphone/</link>
			</item>
	<item>
		<title>Making things @Cacheable</title>
		<description><![CDATA[Performance optimizing with caching frameworks, or in general caching, like OSCache, EHCache is inevitable in software development and especially critically important in web development. If you want to serve contents from your data storages and if you&#8217;ve hunderds of requests &#8211; per minute &#8211; or even more, like on high-traffic portals, then it must be [...]]]></description>
		<link>http://www.bagdemir.com/wordpress/2011/10/06/making-things-cacheable/</link>
			</item>
	<item>
		<title>Creating new projects with Leiningen</title>
		<description><![CDATA[Leiningen is the &#8220;maven&#8221; for clojure. It is a build management tool which you can basically use to compile, package your Clojure projects and manage dependencies. In this introductionary tutorial, i will show you the basics to create clojure projects on an unix environmnent using Leiningen. Installing Leiningen: $ pwd /home/bagdemir $ mkdir leiningen $ [...]]]></description>
		<link>http://www.bagdemir.com/wordpress/2011/07/04/creating-new-projects-with-leiningen/</link>
			</item>
	<item>
		<title>Bean Validation (JSR-303) and validating Cron Expressions, extending constraints</title>
		<description><![CDATA[To validate cron expressions using bean validation stuff, the best practice is to write your own custom validators and to use quartz framework&#8217;s cron expression facilities. To write your custom validator, you need to implement ConstraintValidator&#60;A extends java.lang.annotation.Annotation,T&#62; from javax.validation.* package. public class CronExpressionValidator implements ConstraintValidator&#60;CronExpression, String&#62; &#123; &#160; public void initialize&#40;CronExpression cronExpression&#41; &#123; //To [...]]]></description>
		<link>http://www.bagdemir.com/wordpress/2011/04/27/bean-validation-jsr-303-and-validating-cron-expressions-extending-constraints/</link>
			</item>
	<item>
		<title>Netbeans: Adding a project license to your project</title>
		<description><![CDATA[I see lots of questions in Netbeans forums about Templates and project license and developers has problems with configuring it. If you want to add a project license and associate it with your project, you need to add a license property in your project configuration file. The property file &#8220;nb-configuration.xml&#8221; lies in your project folder, [...]]]></description>
		<link>http://www.bagdemir.com/wordpress/2011/03/27/netbeans-adding-a-project-licence-to-your-project/</link>
			</item>
	<item>
		<title>JNDI Configuration, globally defined Data Sources in Tomcat</title>
		<description><![CDATA[JNDI is such an issue which developers configure once and don&#8217;t need to take care of it anymore. However, you&#8217;ll need to look at documentation everytime it must be configured to refresh your knowledge. But, everytime i need to configure my tomcat, i get headaches. For that reason here is my blog about defining data [...]]]></description>
		<link>http://www.bagdemir.com/wordpress/2011/03/23/jndi-configuration-globally-defined-data-sources-in-tomcat/</link>
			</item>
	<item>
		<title>Best Practices: java.lang.NoSuchMethodError: javax.persistence.Persistence.getPersistenceUtil() JSR 303 Bean Validation and Hibernate validator</title>
		<description><![CDATA[As soon as my form is submitted to be validated by Bean Validation facilities, i got the following exception: java.lang.NoSuchMethodError: javax.persistence.Persistence.getPersistenceUtil() After doing a little research i could solve the problem related to Persistence methods and Bean Validation (see Bean Validation JSR-303). First of all, i needed to understand what the relation between Persistence and [...]]]></description>
		<link>http://www.bagdemir.com/wordpress/2011/03/11/best-practices-java-lang-nosuchmethoderror-javax-persistence-persistence-getpersistenceutil-jsr-303-bean-validation-and-hibernate-validator/</link>
			</item>
	<item>
		<title>Howto package executable JARs with Maven</title>
		<description><![CDATA[If you want to build your project as executable JAR with maven, the maven assembly plugin would be useful. &#60;descriptorRef&#62;jar-with-dependencies&#60;/descriptorRef&#62; part causes the dependent libraries to be packed into the JAR together with your project sources. &#8220;mainClass&#8221; of manifest section configures &#8220;Main-Class:&#8221; of Manifest file of an executable JAR. &#60;plugins&#62; &#60;plugin&#62; &#60;artifactId&#62;maven-assembly-plugin&#60;/artifactId&#62; &#60;configuration&#62; &#60;archive&#62; &#60;manifest&#62; [...]]]></description>
		<link>http://www.bagdemir.com/wordpress/2010/11/27/how-to-package-executable-jars-with-maven/</link>
			</item>
	<item>
		<title>Spring Web Flow 2 in Action</title>
		<description><![CDATA[In this article i will show you how to use Spring WebFlow 2 to implement your business logic in flows building a sample application. It is a basic registration process. Spring Webflow project provides a domain-specific-language for developers and an advance control between the conversational-states. You can define your steps in flows and interacting with users during flow session, you can collect informations and process them in your actions.]]></description>
		<link>http://www.bagdemir.com/wordpress/2010/04/09/spring-webflow-2-in-action/</link>
			</item>
</channel>
</rss>

