<?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>GEBS &#187; Florian Leonard Gozman</title>
	<atom:link href="http://www.gebs.ro/author/leonard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gebs.ro</link>
	<description>Global e-Business Solutions</description>
	<lastBuildDate>Thu, 30 May 2013 15:04:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Oracle ADF &#8211; Using the variables iterator from pages data bindings</title>
		<link>http://www.gebs.ro/blog/oracle/variables-page-bindings-oracle-adf/</link>
		<comments>http://www.gebs.ro/blog/oracle/variables-page-bindings-oracle-adf/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 08:13:48 +0000</pubDate>
		<dc:creator>Florian Leonard Gozman</dc:creator>
				<category><![CDATA[Oracle ADF]]></category>
		<category><![CDATA[adf]]></category>
		<category><![CDATA[bindings]]></category>
		<category><![CDATA[variable]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://www.gebs.ro/admin/?p=3456</guid>
		<description><![CDATA[This post shows how to use the variables iterator which is available in the ADF page definition. These variables could be used when the dynamic information from a particular page are not persisted but only saved temporally for custom processing in a managed bean. For this purpose I have created a basic application which has [...]]]></description>
		<wfw:commentRss>http://www.gebs.ro/blog/oracle/variables-page-bindings-oracle-adf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Oracle MDS Database repository &#8211; export, register and import using WLST</title>
		<link>http://www.gebs.ro/blog/oracle/oracle-mds-database-repository-export-register-import-weblogic-wls/</link>
		<comments>http://www.gebs.ro/blog/oracle/oracle-mds-database-repository-export-register-import-weblogic-wls/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 11:34:31 +0000</pubDate>
		<dc:creator>Florian Leonard Gozman</dc:creator>
				<category><![CDATA[Oracle ADF]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[MDS]]></category>
		<category><![CDATA[register]]></category>
		<category><![CDATA[WebLogic]]></category>
		<category><![CDATA[WLST]]></category>

		<guid isPermaLink="false">http://www.gebs.ro/admin/?p=3205</guid>
		<description><![CDATA[This post shows how to transfer an application&#8217;s MDS Database repository from a location to another using commands from WLST. If  you want to transfer the MDS Database repository from an application server instance to another, follow the steps below: 1. Run the WebLogic Scripting Tool (WLST) on the first server instance: ... oracle_common\common\bin\wlst.cmd (Windows) [...]]]></description>
		<wfw:commentRss>http://www.gebs.ro/blog/oracle/oracle-mds-database-repository-export-register-import-weblogic-wls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle ADF &#8211; accessing BindingContext and DataControl in Servlets</title>
		<link>http://www.gebs.ro/blog/oracle/oracle-adf-datacontrol-bindingcontext-servlets/</link>
		<comments>http://www.gebs.ro/blog/oracle/oracle-adf-datacontrol-bindingcontext-servlets/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 14:47:25 +0000</pubDate>
		<dc:creator>Florian Leonard Gozman</dc:creator>
				<category><![CDATA[Oracle ADF]]></category>
		<category><![CDATA[ApplicationModule]]></category>
		<category><![CDATA[binding]]></category>
		<category><![CDATA[BindingContext]]></category>
		<category><![CDATA[DataControl]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[servlet]]></category>

		<guid isPermaLink="false">http://www.gebs.ro/admin/?p=2821</guid>
		<description><![CDATA[This post shows how to access the Binding Context and the Data Control from a Servlet. Sometimes we need Servlets for handling some POST HTTP requests directly, and a bookmark-able page cannot be used instead because the posted parameters are not available when its handling method is called. In this case it is more appropriate [...]]]></description>
		<wfw:commentRss>http://www.gebs.ro/blog/oracle/oracle-adf-datacontrol-bindingcontext-servlets/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Oracle ADF &#8211; using ADF bookmarkable pages instead of servlets</title>
		<link>http://www.gebs.ro/blog/oracle/oracle-adf-page-instead-servlet/</link>
		<comments>http://www.gebs.ro/blog/oracle/oracle-adf-page-instead-servlet/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 06:13:00 +0000</pubDate>
		<dc:creator>Florian Leonard Gozman</dc:creator>
				<category><![CDATA[Oracle ADF]]></category>
		<category><![CDATA[bookmark]]></category>
		<category><![CDATA[servlet]]></category>

		<guid isPermaLink="false">http://www.gebs.ro/admin/?p=2756</guid>
		<description><![CDATA[In Oracle ADF, if a special processing for a HTTP GET request is needed, a bookmark-able ADF page could be used instead of a servlet. The problem with servlets is that the binding layer is not visible to them, since no page definition exist, and the model is accessed directly by calling the createRootApplicationModule method [...]]]></description>
		<wfw:commentRss>http://www.gebs.ro/blog/oracle/oracle-adf-page-instead-servlet/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Oracle JDeveloper 11.1.1.3.0 &#8211; configuration of the integrated WebLogic Server instance to run using Oracle JRockit JVM</title>
		<link>http://www.gebs.ro/blog/oracle/oracle-jdeveloper-weblogic-jrockit-jvm-configuration/</link>
		<comments>http://www.gebs.ro/blog/oracle/oracle-jdeveloper-weblogic-jrockit-jvm-configuration/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 12:24:42 +0000</pubDate>
		<dc:creator>Florian Leonard Gozman</dc:creator>
				<category><![CDATA[Oracle ADF]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[JRockit]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://www.gebs.ro/admin/?p=2400</guid>
		<description><![CDATA[This post presents the settings needed  in order to change the JVM used by the integrated WebLogic Server instance from Oracle JDeveloper 3.0 to Oracle JRockit JVM.Many times when an ADF application is running several times in the JDeveloper an out of memory exception appears. This is because the standard JVM, which comes with the [...]]]></description>
		<wfw:commentRss>http://www.gebs.ro/blog/oracle/oracle-jdeveloper-weblogic-jrockit-jvm-configuration/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Oracle ADF Generic Exception Handler</title>
		<link>http://www.gebs.ro/blog/oracle/oracle-adf-generic-exception-handler/</link>
		<comments>http://www.gebs.ro/blog/oracle/oracle-adf-generic-exception-handler/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 11:30:53 +0000</pubDate>
		<dc:creator>Florian Leonard Gozman</dc:creator>
				<category><![CDATA[Oracle ADF]]></category>
		<category><![CDATA[exception handler]]></category>

		<guid isPermaLink="false">http://www.gebs.ro/admin/?p=1794</guid>
		<description><![CDATA[In this post I will present you an interesting approach in creating a reusable generic  exception handler in Oracle ADF without needing to change or add later a line of code to it in order to handle different king of exceptions. You can download my demo application from here. First, we start by creating an [...]]]></description>
		<wfw:commentRss>http://www.gebs.ro/blog/oracle/oracle-adf-generic-exception-handler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle ADF &amp; JBoss RESTEasy integration</title>
		<link>http://www.gebs.ro/blog/oracle/oracle-adf-jboss-resteasy-integration/</link>
		<comments>http://www.gebs.ro/blog/oracle/oracle-adf-jboss-resteasy-integration/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 13:05:11 +0000</pubDate>
		<dc:creator>Florian Leonard Gozman</dc:creator>
				<category><![CDATA[Oracle ADF]]></category>
		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://www.gebs.ro/admin/?p=1212</guid>
		<description><![CDATA[Some Oracle ADF applications need to have a REST interface to integrate with third-party tools. In this post I present the configuration needed for the integration of an Oracle ADF application with JBoss RESTEasy JAX-RS. You can download my demo application in order to test. This demo application uses the Employee table available from  HR [...]]]></description>
		<wfw:commentRss>http://www.gebs.ro/blog/oracle/oracle-adf-jboss-resteasy-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle ADF &#8211; best practices</title>
		<link>http://www.gebs.ro/blog/oracle/oracle-adf-best-practices/</link>
		<comments>http://www.gebs.ro/blog/oracle/oracle-adf-best-practices/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 14:58:08 +0000</pubDate>
		<dc:creator>Florian Leonard Gozman</dc:creator>
				<category><![CDATA[Oracle ADF]]></category>
		<category><![CDATA[best practices]]></category>

		<guid isPermaLink="false">http://www.gebs.ro/admin/?p=311</guid>
		<description><![CDATA[Often is hard to find a documentation in a single place from where you can read a best practices list regarding a technology. So, in this post you will find some of them regarding Oracle ADF. Do not use invokeAction in pageDef because will be executed several times. Use instead a task flow with a [...]]]></description>
		<wfw:commentRss>http://www.gebs.ro/blog/oracle/oracle-adf-best-practices/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
