<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: </title>
	<atom:link href="http://iadviseblog.wordpress.com/2006/12/13/707/feed/" rel="self" type="application/rss+xml" />
	<link>http://iadviseblog.wordpress.com/2006/12/13/707/</link>
	<description>Building applications using the Oracle Technology stack</description>
	<lastBuildDate>Wed, 27 Mar 2013 02:33:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://iadviseblog.wordpress.com/2006/12/13/707/#comment-582</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Mon, 02 Nov 2009 09:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/2006/12/13/707#comment-582</guid>
		<description><![CDATA[Hi, I find your explanation very usefull. I wonder if you could write the sqlplus code to achieve tasks c),d), e) in production (Seed and export the translation text,upload xliff and publish), lets say to automate the translation process in a script. Thank you in advance. Gissel]]></description>
		<content:encoded><![CDATA[<p>Hi, I find your explanation very usefull. I wonder if you could write the sqlplus code to achieve tasks c),d), e) in production (Seed and export the translation text,upload xliff and publish), lets say to automate the translation process in a script. Thank you in advance. Gissel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Byte64</title>
		<link>http://iadviseblog.wordpress.com/2006/12/13/707/#comment-318</link>
		<dc:creator><![CDATA[Byte64]]></dc:creator>
		<pubDate>Thu, 29 Mar 2007 07:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/2006/12/13/707#comment-318</guid>
		<description><![CDATA[Hi Jan,that&#039;s an important thing to keep in mind, as well as the fact that, according to the online help, you can&#039;t pick an application ID ending with a zero digit, i guess that Apex is doing some trickery using mod(app_ID,10), who knows. I never investigated or asked the rationale behind the application ID number that Apex spawns when you create a new application, but i presume they are not simply random numbers. At any rate, on one hand it must be said that generally speaking, Apex is very flexible with the handling of this numbers, except for this case, although i have never been a fan of design models where application numbers &quot;mean&quot; something, like 10 is development, 100 is test, 1000 is production or stuff like that. I prefer to have distinct boxes where applications have the same number, but i do understand it&#039;s not always possible. For instance, all my production sites are hosted at www.shellprompt.net and in more than one occasion it happened i couldn&#039;t keep my original application number because it was already taken. Rather than keeping two distinct numbers, i got the new one from the production environment and i used it in development too, changing the existing one. On the other hand, Apex could have used the application alias to do the mapping, giving some more flexibility in terms of numbers, but that&#039;s not what we currently have.In the end, they (the Apex team) had to figure out a mechanism that would fit most cases, so either they didn&#039;t worry about the conflicting IDs problem or they thought there were other options available anyway.Thanks for the comment and come back from time to time!Flavio----------------------Annals of Oracle&#039;s improbable errors.]]></description>
		<content:encoded><![CDATA[<p>Hi Jan,that&#8217;s an important thing to keep in mind, as well as the fact that, according to the online help, you can&#8217;t pick an application ID ending with a zero digit, i guess that Apex is doing some trickery using mod(app_ID,10), who knows. I never investigated or asked the rationale behind the application ID number that Apex spawns when you create a new application, but i presume they are not simply random numbers. At any rate, on one hand it must be said that generally speaking, Apex is very flexible with the handling of this numbers, except for this case, although i have never been a fan of design models where application numbers &#8220;mean&#8221; something, like 10 is development, 100 is test, 1000 is production or stuff like that. I prefer to have distinct boxes where applications have the same number, but i do understand it&#8217;s not always possible. For instance, all my production sites are hosted at <a href="http://www.shellprompt.net" rel="nofollow">http://www.shellprompt.net</a> and in more than one occasion it happened i couldn&#8217;t keep my original application number because it was already taken. Rather than keeping two distinct numbers, i got the new one from the production environment and i used it in development too, changing the existing one. On the other hand, Apex could have used the application alias to do the mapping, giving some more flexibility in terms of numbers, but that&#8217;s not what we currently have.In the end, they (the Apex team) had to figure out a mechanism that would fit most cases, so either they didn&#8217;t worry about the conflicting IDs problem or they thought there were other options available anyway.Thanks for the comment and come back from time to time!Flavio&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-Annals of Oracle&#8217;s improbable errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karen Van Hellemont</title>
		<link>http://iadviseblog.wordpress.com/2006/12/13/707/#comment-298</link>
		<dc:creator><![CDATA[Karen Van Hellemont]]></dc:creator>
		<pubDate>Thu, 14 Dec 2006 09:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/2006/12/13/707#comment-298</guid>
		<description><![CDATA[If you want to deploy your multilingual application, choose the same APP_ID’s for production environment, like you used in development environment.Suppose that during the import process into the production environment, you choose another APP_ID for the primary application, than step &quot;c)&quot; in the given example is not true anymore. You will notice, however, that the mappings with the two other translated applications (145 and 146) are not created. Even if you create these two mappings manually afterwards and if you seed, export and upload the xliff-files like explained in steps &quot;d)&quot; and &quot;e)&quot;, your application will not be translated...]]></description>
		<content:encoded><![CDATA[<p>If you want to deploy your multilingual application, choose the same APP_ID’s for production environment, like you used in development environment.Suppose that during the import process into the production environment, you choose another APP_ID for the primary application, than step &#8220;c)&#8221; in the given example is not true anymore. You will notice, however, that the mappings with the two other translated applications (145 and 146) are not created. Even if you create these two mappings manually afterwards and if you seed, export and upload the xliff-files like explained in steps &#8220;d)&#8221; and &#8220;e)&#8221;, your application will not be translated&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://iadviseblog.wordpress.com/2006/12/13/707/#comment-297</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Wed, 13 Dec 2006 10:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/2006/12/13/707#comment-297</guid>
		<description><![CDATA[Hi Jan,I see you&#039;re using APEX a lot lately. Great!Hope to see you once in Belgium in real-life ;-)Dimitri]]></description>
		<content:encoded><![CDATA[<p>Hi Jan,I see you&#8217;re using APEX a lot lately. Great!Hope to see you once in Belgium in real-life <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> Dimitri</p>
]]></content:encoded>
	</item>
</channel>
</rss>
