<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Transfer Solutions</title>
	<atom:link href="http://blog.transfer-solutions.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.transfer-solutions.com</link>
	<description>Kennisontwikkeling en kennisborging zijn van groot belang om van toegevoegde waarde te blijven voor onze relaties</description>
	<lastBuildDate>Fri, 17 Feb 2012 09:59:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ADF custom attribute validation in the Impl-class</title>
		<link>http://blog.transfer-solutions.com/2012/02/adf-custom-attribute-validation-in-the-impl-class/</link>
		<comments>http://blog.transfer-solutions.com/2012/02/adf-custom-attribute-validation-in-the-impl-class/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 09:59:09 +0000</pubDate>
		<dc:creator>Johan Tuitel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[attribute]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://blog.transfer-solutions.com/?p=2127</guid>
		<description><![CDATA[The standard validation in ADF application is done by setting the attribute required. The disadvantage of this functionality, is that the validation is to early and not validating when a form is filled in. To do this we need to customize the validating of our application. We can do this by validating the value in [...]]]></description>
		<wfw:commentRss>http://blog.transfer-solutions.com/2012/02/adf-custom-attribute-validation-in-the-impl-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ADF 11g: Create custom pending changes popup</title>
		<link>http://blog.transfer-solutions.com/2012/02/adf-11g-create-custom-pending-changes-popup/</link>
		<comments>http://blog.transfer-solutions.com/2012/02/adf-11g-create-custom-pending-changes-popup/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 09:57:29 +0000</pubDate>
		<dc:creator>Johan Tuitel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[changes]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[pending]]></category>

		<guid isPermaLink="false">http://blog.transfer-solutions.com/?p=2114</guid>
		<description><![CDATA[In ADF applications we have a standard Pending Changes Popup. In this popup, the application handles the standard rollback of the record. We found out that it is not work correctly for our application, therefore we need to create a custom Pending Changes Popup. 1. We need to check if the current working record is [...]]]></description>
		<wfw:commentRss>http://blog.transfer-solutions.com/2012/02/adf-11g-create-custom-pending-changes-popup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running ADF Application: Cannot read from policy store</title>
		<link>http://blog.transfer-solutions.com/2012/02/running-adf-application-cannot-read-from-policy-store/</link>
		<comments>http://blog.transfer-solutions.com/2012/02/running-adf-application-cannot-read-from-policy-store/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 09:45:45 +0000</pubDate>
		<dc:creator>Johan Tuitel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[running]]></category>
		<category><![CDATA[store]]></category>

		<guid isPermaLink="false">http://blog.transfer-solutions.com/?p=2110</guid>
		<description><![CDATA[When running an application ADF I get an error in the Weblogic server: oracle.security.jps.JpsRuntimeException: Cannot read from policy store Then you have a problem with the system-jazn-data.xml. The system-jazn-data.xml is corrupt and you need to fix the corrupted xml in this file. 1. Find the system-jazn-data.xml file. I found it in: jdevdata\system11.1.1.4.37.59.23\DefaultDomain\config\fmwconfig But the system [...]]]></description>
		<wfw:commentRss>http://blog.transfer-solutions.com/2012/02/running-adf-application-cannot-read-from-policy-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java with Spring/Hibernate, Simple Howto</title>
		<link>http://blog.transfer-solutions.com/2012/02/java-with-springhibernate-simple-howto/</link>
		<comments>http://blog.transfer-solutions.com/2012/02/java-with-springhibernate-simple-howto/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 11:37:15 +0000</pubDate>
		<dc:creator>Paul Boekschoten</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://blog.transfer-solutions.com/?p=2172</guid>
		<description><![CDATA[This item is to show how you can setup a Spring/Hibernate framework to communicate with your database and store and retrieve information. The example does not show all the import statements and locations of the files as that is up to the programmer to decide and implement correctly. At the bottom you will find a [...]]]></description>
		<wfw:commentRss>http://blog.transfer-solutions.com/2012/02/java-with-springhibernate-simple-howto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using CSS stylesheet to customize your application 11g</title>
		<link>http://blog.transfer-solutions.com/2012/02/using-css-stylesheet-to-customize-youre-application-11g/</link>
		<comments>http://blog.transfer-solutions.com/2012/02/using-css-stylesheet-to-customize-youre-application-11g/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 12:22:59 +0000</pubDate>
		<dc:creator>Johan Tuitel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[cascading]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[stylesheet]]></category>

		<guid isPermaLink="false">http://blog.transfer-solutions.com/?p=2056</guid>
		<description><![CDATA[In my project, I needed to customize the ADF 11g application. Here are the steps what you need to do to make use of CSS in you&#8217;re application 1. Create a xml-file called trinidad-skins.xml(if not present) in ViewController &#62; Web Content &#62; WEB-INF. Example trinidad-skins.xml: &#60;?xml version=&#8221;1.0&#8243; encoding=&#8221;windows-1252&#8243; ?&#62; &#60;skins xmlns=&#8221;http://myfaces.apache.org/trinidad/skin&#8220;&#62; &#60;skin&#62; &#60;id&#62;demo.desktop&#60;/id&#62; &#60;family&#62;demo&#60;/family&#62; &#60;extends&#62;fusion.desktop&#60;/extends&#62; &#60;render-kit-id&#62;org.apache.myfaces.trinidad.desktop&#60;/render-kit-id&#62; [...]]]></description>
		<wfw:commentRss>http://blog.transfer-solutions.com/2012/02/using-css-stylesheet-to-customize-youre-application-11g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make use of custom &#8216;Number&#8217; converter in ADF application with Jheadstart 11g</title>
		<link>http://blog.transfer-solutions.com/2012/01/make-use-of-custom-number-converter-in-adf-application-with-jheadstart-11g/</link>
		<comments>http://blog.transfer-solutions.com/2012/01/make-use-of-custom-number-converter-in-adf-application-with-jheadstart-11g/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 10:00:27 +0000</pubDate>
		<dc:creator>Johan Tuitel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[Converter]]></category>
		<category><![CDATA[jheadstart]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://blog.transfer-solutions.com/?p=2075</guid>
		<description><![CDATA[When we need to convert &#8216;Number&#8217; values in the front-end, we have the standard: &#60;af:convertNumber /&#62; But we want a custom converter for the number values in the application. To do this for the whole application, we need to adjust the jag-config.xml. 1. Go to ViewController &#62; Resources &#62; config and open jag-config.xml. 2. Search for [...]]]></description>
		<wfw:commentRss>http://blog.transfer-solutions.com/2012/01/make-use-of-custom-number-converter-in-adf-application-with-jheadstart-11g/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debugging in jDeveloper 11g: Name too long to represent</title>
		<link>http://blog.transfer-solutions.com/2012/01/debugging-in-jdeveloper-11g-name-too-long-to-represent/</link>
		<comments>http://blog.transfer-solutions.com/2012/01/debugging-in-jdeveloper-11g-name-too-long-to-represent/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 09:58:50 +0000</pubDate>
		<dc:creator>Johan Tuitel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[name to long to represent]]></category>

		<guid isPermaLink="false">http://blog.transfer-solutions.com/?p=2095</guid>
		<description><![CDATA[When I was working on a project and i wanted to debug the application i get an error: name is too long to represent(Caused by: java.lang.InternalError: name is too long to represent) I found out that the problem was caused by the jsff-file I was running. The file was to big to debug. There are [...]]]></description>
		<wfw:commentRss>http://blog.transfer-solutions.com/2012/01/debugging-in-jdeveloper-11g-name-too-long-to-represent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using CSS stylesheet to customize tab menu in ADF 11g</title>
		<link>http://blog.transfer-solutions.com/2012/01/using-css-stylesheet-to-customize-tab-menu-in-adf-11g/</link>
		<comments>http://blog.transfer-solutions.com/2012/01/using-css-stylesheet-to-customize-tab-menu-in-adf-11g/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 16:05:59 +0000</pubDate>
		<dc:creator>Johan Tuitel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[cascading]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[stylesheet]]></category>

		<guid isPermaLink="false">http://blog.transfer-solutions.com/?p=2066</guid>
		<description><![CDATA[When you would like to customize the menu in ADF you have to use css. To do this you need to understand that a tab consist of three parts start(left side of the tab) content(middle of the tab) end(right side of the tab) in the application we have two states of the tab, not selected and [...]]]></description>
		<wfw:commentRss>http://blog.transfer-solutions.com/2012/01/using-css-stylesheet-to-customize-tab-menu-in-adf-11g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSP page template not found</title>
		<link>http://blog.transfer-solutions.com/2012/01/jsp-page-template-not-found/</link>
		<comments>http://blog.transfer-solutions.com/2012/01/jsp-page-template-not-found/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 12:14:17 +0000</pubDate>
		<dc:creator>Johan Tuitel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[not found]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[pageTemplate]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://blog.transfer-solutions.com/?p=2100</guid>
		<description><![CDATA[When I was looking in a jsff-file I saw that the pageTemplate component showed an error. the error: JSP page template not found This will not cause any problems to run you&#8217;re application, but it is correct to solve problems. 1. Then you have to add the url to the custom template in the pagetemplate-metadata.xml 2. [...]]]></description>
		<wfw:commentRss>http://blog.transfer-solutions.com/2012/01/jsp-page-template-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reusable Component in ADF 11g</title>
		<link>http://blog.transfer-solutions.com/2012/01/reusable-component-in-adf-11g/</link>
		<comments>http://blog.transfer-solutions.com/2012/01/reusable-component-in-adf-11g/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 12:12:53 +0000</pubDate>
		<dc:creator>Johan Tuitel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[Component]]></category>
		<category><![CDATA[declarativeComponent]]></category>
		<category><![CDATA[Reusable]]></category>

		<guid isPermaLink="false">http://blog.transfer-solutions.com/?p=2090</guid>
		<description><![CDATA[When I was working on a project I saw we created a few components the same, but if we had an adjustment we need to do this several times. To fix this problem you can make use of the declarativeComponent. This component is perfect to make things work the same and maintenance easy. 1. We need [...]]]></description>
		<wfw:commentRss>http://blog.transfer-solutions.com/2012/01/reusable-component-in-adf-11g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

