<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AMIS Technology blog &#187; aop</title>
	<atom:link href="http://technology.amis.nl/blog/tag/aop/feed" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/blog</link>
	<description>Weblog for the AMIS Technology corner</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:34:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configure JDeveloper 11g to work with Spring 2.5 and AOP</title>
		<link>http://technology.amis.nl/blog/6656/configure-jdeveloper-11g-to-work-with-spring-25-and-aop</link>
		<comments>http://technology.amis.nl/blog/6656/configure-jdeveloper-11g-to-work-with-spring-25-and-aop#comments</comments>
		<pubDate>Sat, 12 Dec 2009 10:56:58 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[J(2)EE/Java]]></category>
		<category><![CDATA[Java, JEE, OAS and WebLogic Server]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[aop]]></category>
		<category><![CDATA[apectjk]]></category>
		<category><![CDATA[cglib]]></category>
		<category><![CDATA[jdeveloper 11g]]></category>
		<category><![CDATA[jsf 1.2]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[spring framework]]></category>
		<category><![CDATA[weblogic server]]></category>
		<category><![CDATA[wls]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=6656</guid>
		<description><![CDATA[
	In a recent article I described the interaction between JavaServer Faces (1.2) and Spring Framework (2.5.x): http://technology.amis.nl/blog/6655/spring-a-surprise-on-a-jsf-developer-how-spring-beans-can-become-jsf-managed-beans. I created a JDeveloper 11g web application that I ran on the integrated WebLogic Server 11g (10..3.2). In this article I will explain the configuration steps I had to go through for making JDeveloper and WebLogic run my [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/6656/configure-jdeveloper-11g-to-work-with-spring-25-and-aop/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Spring a surprise on a JSF developer &#8211; how Spring beans can become &#8220;JSF Managed Beans&#8221;</title>
		<link>http://technology.amis.nl/blog/6655/spring-a-surprise-on-a-jsf-developer-how-spring-beans-can-become-jsf-managed-beans</link>
		<comments>http://technology.amis.nl/blog/6655/spring-a-surprise-on-a-jsf-developer-how-spring-beans-can-become-jsf-managed-beans#comments</comments>
		<pubDate>Fri, 11 Dec 2009 08:52:32 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[ADF & JHeadstart]]></category>
		<category><![CDATA[J(2)EE/Java]]></category>
		<category><![CDATA[Java, JEE, OAS and WebLogic Server]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[aop]]></category>
		<category><![CDATA[el]]></category>
		<category><![CDATA[expression language]]></category>
		<category><![CDATA[ioc]]></category>
		<category><![CDATA[jsf]]></category>
		<category><![CDATA[managed beans]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=6655</guid>
		<description><![CDATA[
	Recently I was looking at a JavaServer Faces application, that did something relatively simple &#8211; but was exhibiting strange behavior. The output shown on the page (and this is a simplified version of the real life situation) was: 

	dlroWolleH

	I had been asked to look into the situation and correct it. Before starting to make any [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/6655/spring-a-surprise-on-a-jsf-developer-how-spring-beans-can-become-jsf-managed-beans/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pulling the rug from under your feet while keeping standing &#8211; Using the Hot Swappable Target Source in Spring AOP</title>
		<link>http://technology.amis.nl/blog/631/pulling-the-rug-from-under-your-feet-while-keeping-standing-using-the-hot-swappable-target-source-in-spring-aop</link>
		<comments>http://technology.amis.nl/blog/631/pulling-the-rug-from-under-your-feet-while-keeping-standing-using-the-hot-swappable-target-source-in-spring-aop#comments</comments>
		<pubDate>Sun, 19 Jun 2005 12:25:28 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[J(2)EE/Java]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java, JEE, OAS and WebLogic Server]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[aop]]></category>
		<category><![CDATA[jee]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">/?p=631</guid>
		<description><![CDATA[
	Spring AOP offers a wealth of new options in programming as well as designing Java applications. A somewhat more advanced feature is the Hot Swappable Target Source. The concept of a hot swappable target source is linked to the use of proxies instead of concrete object implementations, which is the heart of standard, run-time JDK [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/631/pulling-the-rug-from-under-your-feet-while-keeping-standing-using-the-hot-swappable-target-source-in-spring-aop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

