<?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: Framework for Package API-Based ADF BC</title>
	<atom:link href="http://www.avromroyfaderman.com/framework-for-database-api-based-adf-bc/framework-for-package-api-based-adf-business-components/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.avromroyfaderman.com</link>
	<description>Tricks, Tips, Thoughts, and Rants About Java EE, Oracle ADF, and Web Application Development</description>
	<lastBuildDate>Mon, 14 Jun 2010 09:19:26 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Avrom&#8217;s Java EE and Oracle ADF Blog :: All-New Framework for Database API-Based Business Components on SampleCode</title>
		<link>http://www.avromroyfaderman.com/framework-for-database-api-based-adf-bc/framework-for-package-api-based-adf-business-components/comment-page-1/#comment-10382</link>
		<dc:creator>Avrom&#8217;s Java EE and Oracle ADF Blog :: All-New Framework for Database API-Based Business Components on SampleCode</dc:creator>
		<pubDate>Mon, 26 Oct 2009 07:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.avromroyfaderman.com/?page_id=301#comment-10382</guid>
		<description>[...] loose sense, based on the Framework for Package API-based business components I&#8217;ve published here, but it&#8217;s essentially a complete rewrite, from the ground up. It&#8217;s also massively [...]</description>
		<content:encoded><![CDATA[<p>[...] loose sense, based on the Framework for Package API-based business components I&#8217;ve published here, but it&#8217;s essentially a complete rewrite, from the ground up. It&#8217;s also massively [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avrom</title>
		<link>http://www.avromroyfaderman.com/framework-for-database-api-based-adf-bc/framework-for-package-api-based-adf-business-components/comment-page-1/#comment-10360</link>
		<dc:creator>Avrom</dc:creator>
		<pubDate>Sun, 25 Oct 2009 15:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.avromroyfaderman.com/?page_id=301#comment-10360</guid>
		<description>Hi Darragh,

Sorry, I should have been more explicit. These aren&#039;t the schemas used by Oracle Apps, they&#039;re the free demo schemas that come with every installation of the Oracle database. In case yours were deleted, though, you can get them at http://www.oracle.com/technology/obe/obe11jdev/11/common/files/sample_schema_scripts.zip .</description>
		<content:encoded><![CDATA[<p>Hi Darragh,</p>
<p>Sorry, I should have been more explicit. These aren&#8217;t the schemas used by Oracle Apps, they&#8217;re the free demo schemas that come with every installation of the Oracle database. In case yours were deleted, though, you can get them at <a href="http://www.oracle.com/technology/obe/obe11jdev/11/common/files/sample_schema_scripts.zip" rel="nofollow">http://www.oracle.com/technology/obe/obe11jdev/11/common/files/sample_schema_scripts.zip</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darragh Duffy</title>
		<link>http://www.avromroyfaderman.com/framework-for-database-api-based-adf-bc/framework-for-package-api-based-adf-business-components/comment-page-1/#comment-10277</link>
		<dc:creator>Darragh Duffy</dc:creator>
		<pubDate>Thu, 22 Oct 2009 16:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.avromroyfaderman.com/?page_id=301#comment-10277</guid>
		<description>Any chance you can give me the tables used in the Demo by exporting them via SQL Creates / Inserts ? We actually have our own CoreHr product which competes with Oracles, so I dont have Oracle Hr installed, instead we develop products on top of Oracle Technology.

thanks Again Darragh</description>
		<content:encoded><![CDATA[<p>Any chance you can give me the tables used in the Demo by exporting them via SQL Creates / Inserts ? We actually have our own CoreHr product which competes with Oracles, so I dont have Oracle Hr installed, instead we develop products on top of Oracle Technology.</p>
<p>thanks Again Darragh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avrom</title>
		<link>http://www.avromroyfaderman.com/framework-for-database-api-based-adf-bc/framework-for-package-api-based-adf-business-components/comment-page-1/#comment-10217</link>
		<dc:creator>Avrom</dc:creator>
		<pubDate>Tue, 20 Oct 2009 16:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.avromroyfaderman.com/?page_id=301#comment-10217</guid>
		<description>Sorry, I should have made this explicit: The application assumes you have the Oracle common schemas (at least HR) installed and unlocked in your database. If you have an HR schema, running in the HR connection should automatically install the procedures to that schema. That&#039;s where the EMPLOYEES and DEPARTMENTS tables are.</description>
		<content:encoded><![CDATA[<p>Sorry, I should have made this explicit: The application assumes you have the Oracle common schemas (at least HR) installed and unlocked in your database. If you have an HR schema, running in the HR connection should automatically install the procedures to that schema. That&#8217;s where the EMPLOYEES and DEPARTMENTS tables are.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darragh Duffy</title>
		<link>http://www.avromroyfaderman.com/framework-for-database-api-based-adf-bc/framework-for-package-api-based-adf-business-components/comment-page-1/#comment-10208</link>
		<dc:creator>Darragh Duffy</dc:creator>
		<pubDate>Tue, 20 Oct 2009 12:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.avromroyfaderman.com/?page_id=301#comment-10208</guid>
		<description>Hi Avrom, I am pretty new to Jdeveloper but have been an Oracle PLSQL / Mod PSQL and Forms Developer for about 10 years, you might have to excuse some stupid questions.

what I actually mean is when I run point 5 in your instructions:

5. Right-click the empsPkg.sql file and select &quot;Run in SQL*Plus &gt; HR&quot; to run the sql file in your database.

the file empsPkg.sql runs but I have no underlining tables for Employee / Departments etc. Are you assuming I am running this Demo app on a certain Schema ?

I can see under the EO &quot;Employee&quot; - Custom properties for DeleteProc InsertProc etc as you desfribed. but I am a little confues to what schema this shold be running in.

I am very interrested in getting this to work as we are planing a big investment with JDeveloper 11G ADF Faces and have a lot of code already in PLSQL.
Thanks again
Darragh.</description>
		<content:encoded><![CDATA[<p>Hi Avrom, I am pretty new to Jdeveloper but have been an Oracle PLSQL / Mod PSQL and Forms Developer for about 10 years, you might have to excuse some stupid questions.</p>
<p>what I actually mean is when I run point 5 in your instructions:</p>
<p>5. Right-click the empsPkg.sql file and select &#8220;Run in SQL*Plus &gt; HR&#8221; to run the sql file in your database.</p>
<p>the file empsPkg.sql runs but I have no underlining tables for Employee / Departments etc. Are you assuming I am running this Demo app on a certain Schema ?</p>
<p>I can see under the EO &#8220;Employee&#8221; &#8211; Custom properties for DeleteProc InsertProc etc as you desfribed. but I am a little confues to what schema this shold be running in.</p>
<p>I am very interrested in getting this to work as we are planing a big investment with JDeveloper 11G ADF Faces and have a lot of code already in PLSQL.<br />
Thanks again<br />
Darragh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avrom</title>
		<link>http://www.avromroyfaderman.com/framework-for-database-api-based-adf-bc/framework-for-package-api-based-adf-business-components/comment-page-1/#comment-10198</link>
		<dc:creator>Avrom</dc:creator>
		<pubDate>Mon, 19 Oct 2009 23:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.avromroyfaderman.com/?page_id=301#comment-10198</guid>
		<description>Hi Darragh,

Not 100% sure what you mean. Do you mean you don&#039;t see the stored procedures in the DB? You need to run the empsPkg.sql script from the demo&#039;s Database project to create them.

Or do you mean you don&#039;t see them in the EO defs themselves? Go to the General page of the Employees entity object editor and expand the Custom Properties node. You should see (among other properties) a property called &quot;InsertProc&quot; with the value &quot;employees_pkg.create_emp&quot;. That, combined with the property &quot;InsertIndex&quot; on all of the attributes, allows the framework to determine the correct stored procedure call.

As an important note: Locking does *not* work properly with this version of the framework. I hope to have an almost completely rewritten framework which, among other things, fixes the locking problem up this week.

Best,
Avrom</description>
		<content:encoded><![CDATA[<p>Hi Darragh,</p>
<p>Not 100% sure what you mean. Do you mean you don&#8217;t see the stored procedures in the DB? You need to run the empsPkg.sql script from the demo&#8217;s Database project to create them.</p>
<p>Or do you mean you don&#8217;t see them in the EO defs themselves? Go to the General page of the Employees entity object editor and expand the Custom Properties node. You should see (among other properties) a property called &#8220;InsertProc&#8221; with the value &#8220;employees_pkg.create_emp&#8221;. That, combined with the property &#8220;InsertIndex&#8221; on all of the attributes, allows the framework to determine the correct stored procedure call.</p>
<p>As an important note: Locking does *not* work properly with this version of the framework. I hope to have an almost completely rewritten framework which, among other things, fixes the locking problem up this week.</p>
<p>Best,<br />
Avrom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darragh Duffy</title>
		<link>http://www.avromroyfaderman.com/framework-for-database-api-based-adf-bc/framework-for-package-api-based-adf-business-components/comment-page-1/#comment-10191</link>
		<dc:creator>Darragh Duffy</dc:creator>
		<pubDate>Mon, 19 Oct 2009 17:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.avromroyfaderman.com/?page_id=301#comment-10191</guid>
		<description>Hi there Avrom - just trying to work with your Demo App. have I missed something ? becuase I dont see the create statements for the Employee or Department tables. Are you assuming we create these ourselves ?

thanks Darragh</description>
		<content:encoded><![CDATA[<p>Hi there Avrom &#8211; just trying to work with your Demo App. have I missed something ? becuase I dont see the create statements for the Employee or Department tables. Are you assuming we create these ourselves ?</p>
<p>thanks Darragh</p>
]]></content:encoded>
	</item>
</channel>
</rss>
