<?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: Flex Your Oracle Portal</title>
	<atom:link href="http://www.jamesward.com/2006/11/02/flex-your-oracle-portal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamesward.com/2006/11/02/flex-your-oracle-portal/</link>
	<description>Rich Internet Applications &#124; Flex &#124; Adobe AIR &#124; Java &#124; Open Source &#124; Linux &#124; Enterprise Software &#124; Cloud</description>
	<lastBuildDate>Wed, 10 Mar 2010 05:25:22 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Integrating Adobe Flex with IBM WebSphere Portal</title>
		<link>http://www.jamesward.com/2006/11/02/flex-your-oracle-portal/comment-page-1/#comment-158330</link>
		<dc:creator>Integrating Adobe Flex with IBM WebSphere Portal</dc:creator>
		<pubDate>Thu, 07 Jan 2010 21:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2006/11/02/flex-your-oracle-portal/#comment-158330</guid>
		<description>[...] Flex into portals has always been an interesting topic for enterprise developers. Other than a blog I did a while back there hasn&#8217;t been much information out there about how to get Flex apps [...]</description>
		<content:encoded><![CDATA[<p>[...] Flex into portals has always been an interesting topic for enterprise developers. Other than a blog I did a while back there hasn&#8217;t been much information out there about how to get Flex apps [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2006/11/02/flex-your-oracle-portal/comment-page-1/#comment-143533</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Sun, 11 Jan 2009 17:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2006/11/02/flex-your-oracle-portal/#comment-143533</guid>
		<description>&lt;a href=&quot;#comment-143473&quot; rel=&quot;nofollow&quot;&gt;@ndivhu&lt;/a&gt; 

You need to add some code to the JSP so that it can find the SWF file correctly.  This is just like when you put an image in your page.  There is usually something special you need to add so that the portal server knows where to get the image from since URLs usually change when retrieving static content through the portal.

-James</description>
		<content:encoded><![CDATA[<p><a href="#comment-143473" rel="nofollow">@ndivhu</a> </p>
<p>You need to add some code to the JSP so that it can find the SWF file correctly.  This is just like when you put an image in your page.  There is usually something special you need to add so that the portal server knows where to get the image from since URLs usually change when retrieving static content through the portal.</p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ndivhu</title>
		<link>http://www.jamesward.com/2006/11/02/flex-your-oracle-portal/comment-page-1/#comment-143473</link>
		<dc:creator>ndivhu</dc:creator>
		<pubDate>Sun, 11 Jan 2009 11:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2006/11/02/flex-your-oracle-portal/#comment-143473</guid>
		<description>hi james,
i&#039;ve change .html to jsp but still getting the same result. When i open the html separate i can see the .swf successfully.

do i need to set the .swf path on portlet.xml file?
If so any suggestion.
Thanks ndivhu.</description>
		<content:encoded><![CDATA[<p>hi james,<br />
i&#8217;ve change .html to jsp but still getting the same result. When i open the html separate i can see the .swf successfully.</p>
<p>do i need to set the .swf path on portlet.xml file?<br />
If so any suggestion.<br />
Thanks ndivhu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2006/11/02/flex-your-oracle-portal/comment-page-1/#comment-143269</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Sat, 10 Jan 2009 17:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2006/11/02/flex-your-oracle-portal/#comment-143269</guid>
		<description>&lt;a href=&quot;#comment-143210&quot; rel=&quot;nofollow&quot;&gt;@ndivhu&lt;/a&gt;

You will probably need to make the html file a jsp, then add the special code that finds the right path to the swf (similar to how images work).

I really need to create a more in-depth tutorial about this.  I&#039;m curious though....  In the post BEA acquisition world, what is the portal server going forward?  I&#039;d like to write the tutorial for that server.

Thanks.

-James</description>
		<content:encoded><![CDATA[<p><a href="#comment-143210" rel="nofollow">@ndivhu</a></p>
<p>You will probably need to make the html file a jsp, then add the special code that finds the right path to the swf (similar to how images work).</p>
<p>I really need to create a more in-depth tutorial about this.  I&#8217;m curious though&#8230;.  In the post BEA acquisition world, what is the portal server going forward?  I&#8217;d like to write the tutorial for that server.</p>
<p>Thanks.</p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ndivhu</title>
		<link>http://www.jamesward.com/2006/11/02/flex-your-oracle-portal/comment-page-1/#comment-143210</link>
		<dc:creator>ndivhu</dc:creator>
		<pubDate>Sat, 10 Jan 2009 10:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2006/11/02/flex-your-oracle-portal/#comment-143210</guid>
		<description>hi , im trying to create a flex portlet using the weblogic portal however whenever i deploy the portlet application to the server and open the browser,don&#039;t get any result. When i select view from the browser i get the .html file created in my flex project which contains a reference to the .swf file.

I have copied the bin-release folder from my flex project under WebContent in my Portlet application. 

Im using portlet.xml to specify , and and then giving my .html file as the file to locate/

any suggestions?

regards thina</description>
		<content:encoded><![CDATA[<p>hi , im trying to create a flex portlet using the weblogic portal however whenever i deploy the portlet application to the server and open the browser,don&#8217;t get any result. When i select view from the browser i get the .html file created in my flex project which contains a reference to the .swf file.</p>
<p>I have copied the bin-release folder from my flex project under WebContent in my Portlet application. </p>
<p>Im using portlet.xml to specify , and and then giving my .html file as the file to locate/</p>
<p>any suggestions?</p>
<p>regards thina</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2006/11/02/flex-your-oracle-portal/comment-page-1/#comment-135500</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Fri, 12 Dec 2008 18:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2006/11/02/flex-your-oracle-portal/#comment-135500</guid>
		<description>Hi ndivhu,

It sounds like the URI you are setting somewhere for your portlet is incorrect.  I&#039;m not sure what you should do to resolve this.

-James</description>
		<content:encoded><![CDATA[<p>Hi ndivhu,</p>
<p>It sounds like the URI you are setting somewhere for your portlet is incorrect.  I&#8217;m not sure what you should do to resolve this.</p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ndivhu</title>
		<link>http://www.jamesward.com/2006/11/02/flex-your-oracle-portal/comment-page-1/#comment-135409</link>
		<dc:creator>ndivhu</dc:creator>
		<pubDate>Fri, 12 Dec 2008 06:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2006/11/02/flex-your-oracle-portal/#comment-135409</guid>
		<description>Hi james,
I&#039;m integrating flex with weblogic portlets, When i deploy my portlets i&#039;m getting the error below

  No such portlet with URI CRM Portlet

Thanx,
ndivhu</description>
		<content:encoded><![CDATA[<p>Hi james,<br />
I&#8217;m integrating flex with weblogic portlets, When i deploy my portlets i&#8217;m getting the error below</p>
<p>  No such portlet with URI CRM Portlet</p>
<p>Thanx,<br />
ndivhu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2006/11/02/flex-your-oracle-portal/comment-page-1/#comment-133072</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Tue, 25 Nov 2008 01:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2006/11/02/flex-your-oracle-portal/#comment-133072</guid>
		<description>&lt;a href=&quot;#comment-132516&quot; rel=&quot;nofollow&quot;&gt;@satish&lt;/a&gt; - It should work.  Feel free to email me with details about the problem.  jaward at adobe dot com

-James</description>
		<content:encoded><![CDATA[<p><a href="#comment-132516" rel="nofollow">@satish</a> &#8211; It should work.  Feel free to email me with details about the problem.  jaward at adobe dot com</p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satish</title>
		<link>http://www.jamesward.com/2006/11/02/flex-your-oracle-portal/comment-page-1/#comment-132516</link>
		<dc:creator>satish</dc:creator>
		<pubDate>Thu, 20 Nov 2008 17:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2006/11/02/flex-your-oracle-portal/#comment-132516</guid>
		<description>Hi James,

i wanted to be able to use the LCDS and deploy the flex client on jboss portal. But i can&#039;t seem to get it up and running.
Anyways thanks for your help.

-Satish</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>i wanted to be able to use the LCDS and deploy the flex client on jboss portal. But i can&#8217;t seem to get it up and running.<br />
Anyways thanks for your help.</p>
<p>-Satish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2006/11/02/flex-your-oracle-portal/comment-page-1/#comment-132225</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Tue, 18 Nov 2008 19:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2006/11/02/flex-your-oracle-portal/#comment-132225</guid>
		<description>Hi Satish,

flex.portal.GenericFlexPortlet is a class I created.  It is just a basic HTML portlet that inserted an Object Embed tag pointing to the SWF file for the Flex app.

-James</description>
		<content:encoded><![CDATA[<p>Hi Satish,</p>
<p>flex.portal.GenericFlexPortlet is a class I created.  It is just a basic HTML portlet that inserted an Object Embed tag pointing to the SWF file for the Flex app.</p>
<p>-James</p>
]]></content:encoded>
	</item>
</channel>
</rss>
