<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Tellaw.org</title>
	<link>http://en.tellaw.org</link>
	<description>Coding and Programming will help us discovering the web world</description>
	<lastBuildDate>Tue, 03 Jun 2008 15:49:21 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>CAPTCHA : Form Validation - Creation of Dynamic image in Java</title>
		<description><![CDATA[here is a sample application used to challenge users to be able to see if they are a bot or not. Subscription forms are always needing this kind of tools for server security. The goal is to build a picture containing text, and to compare user&#8217;s input with it.
It is very difficult to build a [...]]]></description>
		<link>http://en.tellaw.org/2008/06/03/captcha-form-validation-creation-of-dynamic-image-in-java/</link>
			</item>
	<item>
		<title>MAVEN - A Java build system</title>
		<description><![CDATA[Maven will help you to automate boring tasks of a java project. It will take in charge librairies versions, Eclipse project files, builds, and unit testing validation. This article intends to give you an overview of Maven usage in a simple project. Instead of its old parent ANT, Maven wants you to describe tasks to [...]]]></description>
		<link>http://en.tellaw.org/2008/05/22/maven-a-java-build-system/</link>
			</item>
	<item>
		<title>Manage a Cache System with EHCache</title>
		<description><![CDATA[The implementation of an Application cache is always a task which needs to impact many peoples and ressources to be done. EHCache is a simple and fast solution to implement, easy to connect with any existing application.
here is a sale-pitch which in my mind, defines the best EHCache: 
&#8220;Ehcache is a pure Java, in-process cache&#8221;, [...]]]></description>
		<link>http://en.tellaw.org/2008/05/22/manage-a-cache-system-with-ehcache/</link>
			</item>
	<item>
		<title>Spring : Generate an excel document as a Spring view</title>
		<description><![CDATA[
scoopeo_url="http://www.tellaw.org/2008/04/25/spring-generer-un-document-excel-comme-vue/"

This article&#8217;s goal, is to show you you to simply generate a report readable with Excel in Java technology using Spring MVC Framwork.

1) Some details :
Spring Framework (http://www.springframework.org) gives to the user the tools for PDF, MS Words, MS Excel, etc documents creation.  As Spring is a clean MVC Framework, the creation of an [...]]]></description>
		<link>http://en.tellaw.org/2008/05/21/spring-generate-an-excel-document-as-a-spring-view/</link>
			</item>
	<item>
		<title>PHP5 Databases ORM (Objects Relation Models) - Doctrine</title>
		<description><![CDATA[
scoopeo_url="http://www.tellaw.org/2008/05/13/php5-databases-orm-relation-models-objets-doctrine/"

This is a short introduction to a great databases abstraction in PHP5. It can handle the mapping of database fields to php objects (ORM). It is called &#8220;Doctrine&#8221;.
Instead of Propel, Doctrine support two modes :
1) Pre-generation of the model.
2) Runtime in-memory creation of the model.

The second mode is really interresting for debuging.

1: Describe your Object [...]]]></description>
		<link>http://en.tellaw.org/2008/05/21/php5-databases-orm-objects-relation-models-doctrine/</link>
			</item>
	<item>
		<title>Magic Methods and PHP5 OOP</title>
		<description><![CDATA[
scoopeo_url="http://www.tellaw.org/2008/05/16/les-methodes-%c2%ab-magiques-%c2%bb-en-php5/"

PHP5 is introducing the Object Oriented Programmation foundments. This include the creation of some methods used to help the manipulation of objects. They can make automated tasks (usually boring), catch lost calls to unexisting methods or preperties&#8230;
In an Architect side, I would say that the usage of theses methods is the inverse of a best [...]]]></description>
		<link>http://en.tellaw.org/2008/05/20/magic-methods-and-php5-oop/</link>
			</item>
</channel>
</rss>
