<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Generating an Advanced ADF Faces Tree based application with JHeadstart 10.1.3</title>
	<atom:link href="http://technology.amis.nl/2006/08/07/generating-an-advanced-adf-faces-tree-based-application-with-jheadstart-1013/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2006/08/07/generating-an-advanced-adf-faces-tree-based-application-with-jheadstart-1013/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=generating-an-advanced-adf-faces-tree-based-application-with-jheadstart-1013</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Rahul Reddy</title>
		<link>http://technology.amis.nl/2006/08/07/generating-an-advanced-adf-faces-tree-based-application-with-jheadstart-1013/#comment-3759</link>
		<dc:creator>Rahul Reddy</dc:creator>
		<pubDate>Mon, 11 Dec 2006 14:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1306#comment-3759</guid>
		<description><![CDATA[Hi Lucas,

Sorry, I think I hastily sent you the previous message. I will work through your article and see how it goes. Will post another message if I get stuck.

You mentioned &quot;Linking the tree node action to a backing bean method that uses the setCurrentRowWithKey operation is perhaps the most complex step &quot;. Any pointers on this?

Also what about traversing through the main form/table which inturn highlights the selected node record in the tree???

Thanks
Rahul]]></description>
		<content:encoded><![CDATA[<p>Hi Lucas,</p>
<p>Sorry, I think I hastily sent you the previous message. I will work through your article and see how it goes. Will post another message if I get stuck.</p>
<p>You mentioned &#8220;Linking the tree node action to a backing bean method that uses the setCurrentRowWithKey operation is perhaps the most complex step &#8220;. Any pointers on this?</p>
<p>Also what about traversing through the main form/table which inturn highlights the selected node record in the tree???</p>
<p>Thanks<br />
Rahul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul Reddy</title>
		<link>http://technology.amis.nl/2006/08/07/generating-an-advanced-adf-faces-tree-based-application-with-jheadstart-1013/#comment-3758</link>
		<dc:creator>Rahul Reddy</dc:creator>
		<pubDate>Mon, 11 Dec 2006 13:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1306#comment-3758</guid>
		<description><![CDATA[Hi Lucas,

Thanks for the reply.

I am new to JDeveloper and infact new to java. I am currently working on a simple prototype for an application that searches, updates, adds data to tables.

 I have a page developed in jdeveloper (without jheadstart) that has an adf tree on the left hand side and a form with navigational/create/submit buttons on the main panel. Both are coming from the same view. This was the easy bit.

I had a look through your article (http://technology.amis.nl/blog/?p=1306) which talks about a helper bean. I am unable to compile this class due to errors in â€œimport javax.faces.application.Application;
import javax.faces.context.FacesContext; as well as due to no code in action()  â€œ public String action() {     â€¦    }â€. Is it the helper bean that handles the link between the tree and the form/table? Do you have sample code for the bean that uses the setCurrentRowWithKey operation.

Also what about traversing through the main form/table wich nturn highlights the selected node record in the tree???

I would be very greatful if you could provide some assistance.

Thanking You

Rahul]]></description>
		<content:encoded><![CDATA[<p>Hi Lucas,</p>
<p>Thanks for the reply.</p>
<p>I am new to JDeveloper and infact new to java. I am currently working on a simple prototype for an application that searches, updates, adds data to tables.</p>
<p> I have a page developed in jdeveloper (without jheadstart) that has an adf tree on the left hand side and a form with navigational/create/submit buttons on the main panel. Both are coming from the same view. This was the easy bit.</p>
<p>I had a look through your article (<a href="http://technology.amis.nl/blog/?p=1306" rel="nofollow">http://technology.amis.nl/blog/?p=1306</a>) which talks about a helper bean. I am unable to compile this class due to errors in â€œimport javax.faces.application.Application;<br />
import javax.faces.context.FacesContext; as well as due to no code in action()  â€œ public String action() {     â€¦    }â€. Is it the helper bean that handles the link between the tree and the form/table? Do you have sample code for the bean that uses the setCurrentRowWithKey operation.</p>
<p>Also what about traversing through the main form/table wich nturn highlights the selected node record in the tree???</p>
<p>I would be very greatful if you could provide some assistance.</p>
<p>Thanking You</p>
<p>Rahul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Jellema</title>
		<link>http://technology.amis.nl/2006/08/07/generating-an-advanced-adf-faces-tree-based-application-with-jheadstart-1013/#comment-3757</link>
		<dc:creator>Lucas Jellema</dc:creator>
		<pubDate>Mon, 11 Dec 2006 00:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1306#comment-3757</guid>
		<description><![CDATA[Hi Rahul,

Of course you can. JHeadstart is a combination of a generator that generates ADF Faces pages we could also code by hand and a run-time library in Java that performs a number of supporting tasks - that we can code ourselves as well.

There is nothing in JHeadstart that is magic, Oracle internal stuff. You can do the same things!

Creating a tree is standard JDeveloper - ADF Faces  and ADF Model drag &amp; drop functionality. Changing the tree node to be an actionable link is described in my article. Embedding the tree in a page that also contains a table component is a piece of cake. Linking the tree node action to a backing bean method that uses the setCurrentRowWithKey operation on the iterator backing the table is perhaps the most complex step - but again no magic is involved.

Good luck!

Lucas]]></description>
		<content:encoded><![CDATA[<p>Hi Rahul,</p>
<p>Of course you can. JHeadstart is a combination of a generator that generates ADF Faces pages we could also code by hand and a run-time library in Java that performs a number of supporting tasks &#8211; that we can code ourselves as well.</p>
<p>There is nothing in JHeadstart that is magic, Oracle internal stuff. You can do the same things!</p>
<p>Creating a tree is standard JDeveloper &#8211; ADF Faces  and ADF Model drag &amp; drop functionality. Changing the tree node to be an actionable link is described in my article. Embedding the tree in a page that also contains a table component is a piece of cake. Linking the tree node action to a backing bean method that uses the setCurrentRowWithKey operation on the iterator backing the table is perhaps the most complex step &#8211; but again no magic is involved.</p>
<p>Good luck!</p>
<p>Lucas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul Reddy</title>
		<link>http://technology.amis.nl/2006/08/07/generating-an-advanced-adf-faces-tree-based-application-with-jheadstart-1013/#comment-3756</link>
		<dc:creator>Rahul Reddy</dc:creator>
		<pubDate>Sun, 10 Dec 2006 23:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1306#comment-3756</guid>
		<description><![CDATA[Hi,

Here you are relying on jheadstart. Can you achieve the same functionality without jheadstart. (Selecting a node in the tree to automatically navigate to the correct record in the table or form on the detail frame of the pag]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Here you are relying on jheadstart. Can you achieve the same functionality without jheadstart. (Selecting a node in the tree to automatically navigate to the correct record in the table or form on the detail frame of the pag</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebnoumea</title>
		<link>http://technology.amis.nl/2006/08/07/generating-an-advanced-adf-faces-tree-based-application-with-jheadstart-1013/#comment-3755</link>
		<dc:creator>sebnoumea</dc:creator>
		<pubDate>Fri, 01 Sep 2006 02:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1306#comment-3755</guid>
		<description><![CDATA[Hello Lucas,

I&#039;ve sent a mail to infoATamis.nl.
Could you contact me please, my company needs some expertise and i&#039;d like to work with you.

Thanks a lot,
Seb.]]></description>
		<content:encoded><![CDATA[<p>Hello Lucas,</p>
<p>I&#8217;ve sent a mail to infoATamis.nl.<br />
Could you contact me please, my company needs some expertise and i&#8217;d like to work with you.</p>
<p>Thanks a lot,<br />
Seb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebnoumea</title>
		<link>http://technology.amis.nl/2006/08/07/generating-an-advanced-adf-faces-tree-based-application-with-jheadstart-1013/#comment-3754</link>
		<dc:creator>sebnoumea</dc:creator>
		<pubDate>Tue, 08 Aug 2006 00:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1306#comment-3754</guid>
		<description><![CDATA[Hi,
Your articles are very useful.
I&#039;m particularly interested in tje following :
&quot;using supporting infrastructure with Maven 2, Subversion, Jira, Confluence Wiki etc&quot;
I&#039;d like to use the same infrastructure and i&#039;d like to know how you effectively put it in place.
I&#039;m particularly interested in Maven 2 integration. I know a plugin exists for JDeveloper taken from Trinidad project and i&#039;ve read your article on it.
Could you write an article explaining more in depth how you managed this integration with details please ?

Thanks a lot for you valuable work for the community.
Seb.]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
Your articles are very useful.<br />
I&#8217;m particularly interested in tje following :<br />
&#8220;using supporting infrastructure with Maven 2, Subversion, Jira, Confluence Wiki etc&#8221;<br />
I&#8217;d like to use the same infrastructure and i&#8217;d like to know how you effectively put it in place.<br />
I&#8217;m particularly interested in Maven 2 integration. I know a plugin exists for JDeveloper taken from Trinidad project and i&#8217;ve read your article on it.<br />
Could you write an article explaining more in depth how you managed this integration with details please ?</p>
<p>Thanks a lot for you valuable work for the community.<br />
Seb.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
