<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="WordPress/2.9.2" --><rss version="0.92">
<channel>
	<title>GEBS » Blog</title>
	<link>http://www.gebs.ro</link>
	<description>Global e-Business Solutions</description>
	<lastBuildDate>Mon, 26 Mar 2012 08:30:12 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/xml" href="http://feeds.feedburner.com/GebsBlog" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="gebsblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Oracle ADF integration with Google Maps API3 – use cases</title>
		<description>Use case 1 &amp;#8211; display route
Consider the following scenario: a route is composed by an ordered list of marker points saved in DB with information regarding name, latitude and longitude. For a selected route you want to display the map in a popup with a coloured route between the points which compose the route.
To resolve [...]&lt;img src="http://feeds.feedburner.com/~r/GebsBlog/~4/3eZyGvViR1M" height="1" width="1"/&gt;</description>
		<link>http://www.gebs.ro/blog/oracle/oracle-adf-integration-with-google-maps-api3-use-cases/</link>
			</item>
	<item>
		<title>Enable 64-bit computing in your windows based development environment – JDeveloper 11gR2 and WebLogic Server 10.3.5.0</title>
		<description>In what follows we will enable 64-bit computing capabilities in our windows 7 x64 based development environment &amp;#8211; JDeveloper 11gR2 (11.1.2.0.0) and WebLogic Server 10.3.5.0.

Prequisites
64-bit capable machine with 64-bit OS &amp;#8211; we&amp;#8217; ll be using Windows 7 Professional x64.
JDeveloper 11gR2 and WebLogic Server 10.3.5.0 &amp;#8211; JDeveloper Studio Edition 11.1.2.0.0 package for Windows contains them both.
JDK for [...]&lt;img src="http://feeds.feedburner.com/~r/GebsBlog/~4/iKRJAxQYTgE" height="1" width="1"/&gt;</description>
		<link>http://www.gebs.ro/blog/oracle/enable-64-bit-computing-in-your-windows-based-development-environment-jdeveloper-11gr2-and-weblogic-server-10-3-5-0/</link>
			</item>
	<item>
		<title>JDeveloper OutOfMemoryError side effects</title>
		<description>Last week while trying to install JDeveloper 11g R2 I noticed that one of my partitions &amp;#8211; the one where all Oracle software is installed &amp;#8211; was full.
So , I started looking for the space leak by checking the size of each dir and found out that Oracle Home directory, where all Middleware Homes reside, [...]&lt;img src="http://feeds.feedburner.com/~r/GebsBlog/~4/KiFT7R60lLU" height="1" width="1"/&gt;</description>
		<link>http://www.gebs.ro/blog/oracle/jdeveloper-outofmemoryerror-side-effects/</link>
			</item>
	<item>
		<title>ADF Runtime, WebLogic Server and WebLogic Domain – install and configure on linux using console mode</title>
		<description>In the following we will use console mode on a linux machine to install Application Development Framework Runtime and WebLogic Server and to create &amp;#38; configure a new WLS Domain ready to host ADF applications.

Prerequisites
JDeveloper Studio Edition package for linux (.bin) &amp;#8211; which besides JDeveloper IDE  also contains ADF Runtime and WebLogic Server. The current version [...]&lt;img src="http://feeds.feedburner.com/~r/GebsBlog/~4/2L1gNI08k4w" height="1" width="1"/&gt;</description>
		<link>http://www.gebs.ro/blog/oracle/adf-runtime-weblogic-server-and-weblogic-domain-install-and-configure-on-linux-using-console-mode/</link>
			</item>
	<item>
		<title>ADF Drag and Drop Hints</title>
		<description>In this post we will use keyboard hints together with drag-and-drop behavior in order to let the user choose the action (copy or move) to be executed for the dragged adf component when the drop event occurs.

Scenario
PanelBox1 &amp;#8211; we&amp;#8217;ll refer to it as &amp;#8216;Man in black&amp;#8216; and PanelBox2 &amp;#8211; we&amp;#8217;ll refer to it as &amp;#8216;Lady in [...]&lt;img src="http://feeds.feedburner.com/~r/GebsBlog/~4/QsvjW-uYBQw" height="1" width="1"/&gt;</description>
		<link>http://www.gebs.ro/blog/oracle/adf-drag-and-drop-hints/</link>
			</item>
	<item>
		<title>ADF Pagination using af:inputNumberSlider and af:iterator/af:forEach</title>
		<description>In what follows we will use af:inputNumberSlider and af:iterator components in order to implement pagination in ADF.

Scenario


Press  to fetch the next page with employees:

Press   to update the slider with the next range (10 pages):

We use af:iterator component to iterate over HR Employees and  af:inputNumberSlider component to implement the navigation functionality.
Each page will display 6 employees, [...]&lt;img src="http://feeds.feedburner.com/~r/GebsBlog/~4/m9BckoLpPQE" height="1" width="1"/&gt;</description>
		<link>http://www.gebs.ro/blog/oracle/adf-pagination-using-afinputnumberslider-and-afiterator/</link>
			</item>
	<item>
		<title>ADF DVT Graph – series and groups tags</title>
		<description>Recently I used the ADF DVT barGraph component in order to implement a set of statistics and I noticed that by default the graph bars were assigned with the same color.
How to configure the dvt:barGraph (or dvt:horizontalBarGraph) to assign a different color for each of its bars?

Scenario
Now, let&amp;#8217; s say that you would like to display [...]&lt;img src="http://feeds.feedburner.com/~r/GebsBlog/~4/sd6J9ERmwxg" height="1" width="1"/&gt;</description>
		<link>http://www.gebs.ro/blog/oracle/adf-dvt-graph-series-and-groups-tags/</link>
			</item>
	<item>
		<title>Oracle ADF invokeAction</title>
		<description>This posts presents a workaround regarding the issue of invokeAction calling twice and other alternatives to resolve this problem.
I&amp;#8217;ll start with a fragment from Oracle&amp;#8217;s documentation guide:Oracle recommends either adding an appropriate RefreshCondition expression (if you want it evaluated during both phases) or changing the default Refresh setting for invokeAction bindings to either prepareModel or [...]&lt;img src="http://feeds.feedburner.com/~r/GebsBlog/~4/SKy6kjvfbzc" height="1" width="1"/&gt;</description>
		<link>http://www.gebs.ro/blog/oracle/oracle-adf-invokeaction/</link>
			</item>
	<item>
		<title>ADF BC ViewLink, ViewLinkAccessor and Groovy</title>
		<description>In this post we will use Groovy scripting language with ADF BC  in order to  fetch and calculate values for exposed (child/parent) view objects attributes.
With respect to ViewLinkAccessor Type attribute we will focus on two cases: oracle.jbo.Row and oracle.jbo.RowIterator.

The accessor type is generated with respect to the Cardinality of the View Link.
So, if we define a view link [...]&lt;img src="http://feeds.feedburner.com/~r/GebsBlog/~4/5NkV1vOvzVk" height="1" width="1"/&gt;</description>
		<link>http://www.gebs.ro/blog/oracle/adf-bc-viewlink-viewlinkaccessor-and-groovy/</link>
			</item>
	<item>
		<title>Handle response from URL View</title>
		<description>This post describes a mechanism of controling the response received in your application&amp;#8217;s context after accessing an URL View defined in your task flow. I consider the following scenario:

Let be a page in your task flow which invokes a control flow case by pressing a button
The control flow case points to a URL View which [...]&lt;img src="http://feeds.feedburner.com/~r/GebsBlog/~4/NzMNOVcFSk4" height="1" width="1"/&gt;</description>
		<link>http://www.gebs.ro/blog/oracle/handle-response-from-url-view/</link>
			</item>
</channel>
</rss><!-- Dynamic page generated in 0.655 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-05-10 08:06:24 -->

