<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="0.92">
<channel>
	<title>« overload</title>
	<link>http://blog.load-it.be</link>
	<description>behind the scenes, only the codes</description>
	<lastBuildDate>Wed, 10 Jun 2009 19:37:46 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Backup FTP OVH</title>
		<description>Excellent tutoriel proposé par DanSteph à http://www.dansteph.com/backupftp.php

Merci à lui. </description>
		<link>http://blog.load-it.be/2009/06/10/backup-ftp-ovh/</link>
			</item>
	<item>
		<title>Spring logging config</title>
		<description>

Spring uses Apache commons-logging as a bridge between different logging implementations.
This way you can change from  a logging framework to any other supported loggin mechanism at any time.

The org.springframework.beans.factory.config.CommonsLogFactoryBean will create a "logger bean" and his type will depends on your configuration.

Example for the Log4j implementation:

In your application context, ...</description>
		<link>http://blog.load-it.be/2009/06/04/spring-logging-config/</link>
			</item>
	<item>
		<title>Hibernate statistics on Tomcat with JMX</title>
		<description>This little snippet will show you how to get Hibernate Statistics JMX MBean available.

Inside the tomcat startup script (bin/tomcatXw.exe), ensure that the following JAVA_OPTS are set:

JAVA_OPTS="
-Dcom.sun.management.jmxremote.port=9002
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-Djava.awt.headless=true"

In your Spring config, add:
[xml]


 
 
    
     

 
 

true
 [/xml]
and then set the hibernate.generate_statistics property:
[xml]
true [/xml]When ...</description>
		<link>http://blog.load-it.be/2009/04/26/hibernate-statistics-on-tomcat-with-jmx/</link>
			</item>
	<item>
		<title>Sending email with Spring and Velocity</title>
		<description> 

I'll try to explain how it can be easy to create an email service class that uses Spring and Velocity to send mails.
First of all, what do you need in your classpath?

	activation.jar
	mail.jar
	spring.jar
	velocity.jar

I'm using Spring 2.5 and Velocity 1.5. </description>
		<link>http://blog.load-it.be/2009/02/26/sending-email-with-spring-and-velocity/</link>
			</item>
	<item>
		<title>Accessing Spring application context in MDB&#8217;s</title>
		<description>
Let's say you have a message driven bean in which you want to inject spring beans.
Add an interceptor
Annotate your MDB with the @Interceptors and specify SpringBeanAutowiringInterceptor.class as interceptor. This is an EJB3-compliant interceptor class that injects Spring beans into fields and methods which are annotated with @Autowired. Performs injection after ...</description>
		<link>http://blog.load-it.be/2009/02/17/accessing-spring-application-context-in-mdbs/</link>
			</item>
	<item>
		<title>Spring annotations based config</title>
		<description>

It is now possible to configure Spring's dependency injection with annotations. This means that annotations can be used in Spring to mark fields, methods and classes that need dependency injection. Spring also supports auto-wiring of the bean dependencie. Annotations can also be used to indicate fields that are to be ...</description>
		<link>http://blog.load-it.be/2009/02/16/spring-annotations-based-config/</link>
			</item>
	<item>
		<title>Exposing MBeans with Spring</title>
		<description>
Spring could be an alternative to expose Mbeans (see Spring doc).
The JMX support in Spring provides you with the features to easily and transparently integrate Spring application into a JMX infrastructure.

Specifically, Spring's JMX support provides four core features:

	The automatic registration of any Spring bean as a JMX MBean
	A flexible mechanism ...</description>
		<link>http://blog.load-it.be/2009/02/16/exposing-mbeans-with-spring-2/</link>
			</item>
	<item>
		<title>Saint-Sorlin2009</title>
		<description>[Gallery=2] </description>
		<link>http://blog.load-it.be/2009/01/24/saint-sorlin2009/</link>
			</item>
	<item>
		<title>Getting started with Apache tiles2 and struts2</title>
		<description> 
Apache Tiles         is a templating framework built to simplify the development of web       application user interfaces.
Requirements
To use Tiles in your application you need:

	a Java Runtime Environment following the Java SE 5.0 specifications;
	a servlet container that ...</description>
		<link>http://blog.load-it.be/2008/10/04/getting-started-with-apache-tiles2-and-struts2/</link>
			</item>
	<item>
		<title>Beware of the dog</title>
		<description>




A few weeks ago, I started  french kickboxing ;-) </description>
		<link>http://blog.load-it.be/2008/10/04/beware-of-the-dog/</link>
			</item>
</channel>
</rss>
