<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="0.92">
<channel>
	<title>My cool (button) blog!</title>
	<link>http://www.mycoolbutton.com/blog</link>
	<description>Benchmark, framework, web design, hosting information and other tips and techniques</description>
	<lastBuildDate>Tue, 13 Nov 2007 16:16:32 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to print current ClassLoader with or without Spring</title>
		<description>Now we explain how to print a class loader associated to current thread. We can use Spring, and with one row of code, we solve the problem! We use the ClassLoaderUtils class.

For example:

System.out.println(
org.springframework.util.ClassLoaderUtils
    .showClassLoaderHierarchy(
Thread.currentThread().getContextClassLoader()));


If we don't want to have any library dependency  </description>
		<link>http://www.mycoolbutton.com/blog/index.php/tutorial/how-to-print-current-classloader-with-or-without-spring/</link>
			</item>
	<item>
		<title>How to running explorer 6.0 and 7.0 in the same pc</title>
		<description>For web designer and web developer must havo to running and testing the web page in all the most populars browsers. 
The most populars browsers are Internet Explorer and Firefox (then Safari for Mac users). But for the Microsoft browser, there are a lot of differences between version 6 and ...</description>
		<link>http://www.mycoolbutton.com/blog/index.php/browser/how-to-running-explorer-60-and-70-in-the-same-pc/</link>
			</item>
	<item>
		<title>Using dozer context mapping as factory bean</title>
		<description>If you have a DTO (Data transfer object) or a VO (Value Object) and you want to mapping them
to a specific Pojo depending of a value of an attribute, you must to implement with a multiple if/else if
condition or instance of.

For example we have CarRaceVO with type attribute. If type ...</description>
		<link>http://www.mycoolbutton.com/blog/index.php/tutorial/using-dozer-context-mapping-as-factory-bean/</link>
			</item>
	<item>
		<title>How to create a custom converter for copy properties</title>
		<description>Now we would to introduce a short tutorial on how to create a custom converter for type String for the Common Beanutils Framework version 1.8.

If we would to copy the value of the propertry of an object, but for the Strings, we want to initialize to empty String the property ...</description>
		<link>http://www.mycoolbutton.com/blog/index.php/tutorial/how-to-create-a-custom-converter-for-copy-properties/</link>
			</item>
	<item>
		<title>How to configure a composite foreign key in Hibernate (Tools) 3.0</title>
		<description>The scenario of this tutorial is: we have a table with a foreign key, that reference to a composite primary key of another table. Probably a Legacy database scenario... These constraints are only logical defined. Suppose we have 2 tables. USERS  and ORDERS with a one-to-many  relationship. But ...</description>
		<link>http://www.mycoolbutton.com/blog/index.php/tutorial/how-to-configure-a-composite-foreign-key-in-hibernate-30/</link>
			</item>
	<item>
		<title>How to build a breadcrumb with Spring Webflow 1.0.4</title>
		<description>In this tutorial we explain how to create a simple breadcrumb with the new Spring Webflow framework, arrived at 1.0.4 version, released the 26 June 2007.

The first step is creating a class that implements FlowExecutionListener, a WebFlow framework library:

public class BreadcrumbListener implements FlowExecutionListener { }

Then, you can override one of ...</description>
		<link>http://www.mycoolbutton.com/blog/index.php/tutorial/how-to-build-a-breadcrumb-with-spring-webflow-104/</link>
			</item>
	<item>
		<title>How to load states attributes of a flow in Spring Webflow</title>
		<description>Now you can read a mini tutorial on Spring Webflow. How to load a state attribute from a flow definition.
From the requestContext (of RequestContext class) we can load, for example, the current state.

StateDefinition currentState = requestContext.getCurrentState();

Now we can load an attribute, for example "caption", defined in the following piece of ...</description>
		<link>http://www.mycoolbutton.com/blog/index.php/tutorial/how-to-load-states-attributes-of-a-flow-in-spring-webflow/</link>
			</item>
	<item>
		<title>Do you need a Wordpress Photo Blog theme?</title>
		<description>
The answer is: clipthephotos. This photo blog theme is very simple, clear and the installation is quite simple, also the editing of post. This is the procedure. You must first upload the original photo and also the thumbnail. Would not be any better if thumbnails are  </description>
		<link>http://www.mycoolbutton.com/blog/index.php/themes/do-you-need-a-wordpress-photo-blog-theme/</link>
			</item>
	<item>
		<title>JQuery run faster than Prototype in IE 7, but in Firefox 2&#8230;</title>
		<description>We have launched a benchmark test of five javascript library called SlickSpeed, the speed/validity selectors test for frameworks, in different browser. Only the selector function are tested, for example the div:only-child selector, the tag selector, the div:nth-child(odd) or the div[class] selectors. 

The javascript library tested are: prototype 1.5.1, jQuery 1.1.3, ...</description>
		<link>http://www.mycoolbutton.com/blog/index.php/javascript/jquery-run-faster-than-prototype-in-ie-7-but-in-firefox-2/</link>
			</item>
</channel>
</rss>
