<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>blog.solutionswaizu.com</title>
	<link>http://blog.solutionswaizu.com</link>
	<description></description>
	<lastBuildDate>Tue, 01 Jun 2010 18:17:59 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>The Big Switch: Rewiring the World, from Edison to Google</title>
		<description><![CDATA[If you’re looking to a highly entertaining book, make sure to get your hands on this one. The Author gives a history lesson, an optimistic look on the rapid pace of technology innovation and gives an excellent insight into the future we can expect if present trends continue. This book will provide a good past [...]]]></description>
		<link>http://blog.solutionswaizu.com/2010/06/01/the-big-switch-rewiring-the-world-from-edison-to-google/</link>
			</item>
	<item>
		<title>Everything you know about CSS is wrong!</title>
		<description><![CDATA[For theses of you who are struggling, like me, trying to deliver pixel perfect web site. That keeps trying to render exactly the same web page in IE6, IE7, Firefox, Safari. Then you should take a look at this book. This book draws a nice history line of CSS. From the dream to the nightmare [...]]]></description>
		<link>http://blog.solutionswaizu.com/2009/04/06/everything-you-know-about-css-is-wrong/</link>
			</item>
	<item>
		<title>How to obtain a target object from an AOP proxy in Spring</title>
		<description><![CDATA[Have you ever been in a situation or you need to access the target object, proxied by Spring AOP or CGLIB ? Yes? Check out this obscure Interface that I&#8217;ve found in the Spring API: org.springframework.aop.framework.Advised Any AOP proxy obtained from Spring can be cast to this interface to allow manipulation of its AOP advice. [...]]]></description>
		<link>http://blog.solutionswaizu.com/2009/01/28/how-to-obtain-a-target-object-from-an-aop-proxy-in-spring/</link>
			</item>
	<item>
		<title>Synchronizer Token Pattern in Struts</title>
		<description><![CDATA[The main problem that this pattern is trying to solve is the double submissions of forms. For example, look at this list of event that can lead to a double submission. Clicking more than once on a submit control Using Refresh button Using the browser back button to resubmit form Using Browser history feature and [...]]]></description>
		<link>http://blog.solutionswaizu.com/2009/01/19/synchronizer-token-pattern-in-struts/</link>
			</item>
	<item>
		<title>IPhone: The Holy Grail ?!?</title>
		<description><![CDATA[Since a week I’m a proud owner of a brand new IPhone 3G. Having a traditional cell phone since at least 10 years, switching to a mobile device that have a complete different design concept was a shock at first. The first question I was asking myself was: “What are you going to do with [...]]]></description>
		<link>http://blog.solutionswaizu.com/2008/08/22/iphone-the-holy-grail/</link>
			</item>
	<item>
		<title>Defining Advice</title>
		<description><![CDATA[Advice will be executed before, after and even around a method that have been selected by a pointcut. In this discussion, I will show you how to define Advice in various Again, for the purpose of my post, consider that I use AOP annotations. Advice Type Advice comes in many flavours. I will explain in [...]]]></description>
		<link>http://blog.solutionswaizu.com/2008/08/21/defining-advice/</link>
			</item>
	<item>
		<title>Defining Pointcuts</title>
		<description><![CDATA[Pointcut nomenclature Like I said in my post about Core AOP Concepts, Pointcut represent: An expression that select one or more joint points. In other words, pointcut select joint point that will be advised by an aspect and when the application reaches a join point, advice on that join point may run. Now, I’ll explain [...]]]></description>
		<link>http://blog.solutionswaizu.com/2008/07/27/defining-pointcuts/</link>
			</item>
	<item>
		<title>AOP Weaving</title>
		<description><![CDATA[What is AOP Weaving? It&#8217;s the process of inserting aspects logic into the application code at a specific jointpoint. Compile time weaving Runtime weaving What about Spring AOP!! Spring AOP use Runtime weaving and is based on proxies. Spring can generate two kind of proxy: JDK Dynamic Proxy (java.lang.reflect.Proxy) CGLIB proxy If the target object [...]]]></description>
		<link>http://blog.solutionswaizu.com/2008/07/11/aop-weaving/</link>
			</item>
	<item>
		<title>Core AOP Concepts</title>
		<description><![CDATA[With new technology comes new terminology to describe the technology and what can be done with it. I will define some key AOP concepts to give you a good comprehension that will help you all along my future articles on this subject. However these terms are not Spring specific and really belong to AOP. Jointpoint [...]]]></description>
		<link>http://blog.solutionswaizu.com/2008/06/14/core-aop-concepts/</link>
			</item>
	<item>
		<title>What Problem Does AOP Solve?</title>
		<description><![CDATA[OO applications can be seen as being built on top of a collection of classes. Each of these classes has a particular purpose, with responsibilities that are clearly defined. Those classes collaborates to achieve the application’s overall goal. However, generic functionalities like logging, security or even transactions are often needed in many places in the [...]]]></description>
		<link>http://blog.solutionswaizu.com/2008/06/11/what-problem-does-aop-solve/</link>
			</item>
</channel>
</rss>

