<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Include one app in another? in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550421#M4305437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;sap.ui.define([&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "sap/ui/core/mvc/Controller"&lt;/P&gt;
&lt;P&gt;], function(Controller) {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "use strict";&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; return Controller.extend("zv.research.embed.controller.View1", {&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; // Called by Button&lt;/P&gt;
&lt;P&gt;&amp;nbsp; onTest: function(){&lt;/P&gt;
&lt;P&gt;&amp;nbsp; var oCompCont = new sap.ui.core.ComponentContainer("CompCont", {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; name: "zv.application.dummy02"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; // url: "/zv/application/dummy02"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; });&lt;/P&gt;
&lt;P&gt;&amp;nbsp; oCompCont.placeAt("__xmlview0--myContent");&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; });&lt;/P&gt;
&lt;P&gt;});&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;My View-Controller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;mvc:View controllerName="zv.research.embed.controller.View1" xmlns:html="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/1999/xhtml"&gt;http://www.w3.org/1999/xhtml&lt;/A&gt;&lt;SPAN&gt;" xmlns:mvc="sap.ui.core.mvc"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; xmlns="sap.m"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;App&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;pages&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;Page title="{i18n&amp;gt;title}" id="myContent"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;content&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;Text text="zv.research.embed - View1"&amp;gt;&amp;lt;/Text&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;Button text="Do something special!" press="onTest"&amp;gt;&amp;lt;/Button&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;/content&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;/Page&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;/pages&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;/App&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/mvc:View&amp;gt;&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;My View.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;For more information:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am testing in Web IDE.&lt;/P&gt;&lt;P&gt;zv.application.dummy02 is a application in my Web IDE.&lt;/P&gt;&lt;P&gt;I want to embed it in my view.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Mar 2016 13:50:54 GMT</pubDate>
    <dc:creator>dominik_auras</dc:creator>
    <dc:date>2016-03-09T13:50:54Z</dc:date>
    <item>
      <title>Include one app in another?</title>
      <link>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaq-p/11550413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to include one app in another app?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is:&lt;/P&gt;&lt;P&gt;I want to display details of an entity (with dynamic display of its attributes) in different kind of ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One time standalone.&lt;/P&gt;&lt;P&gt;One time in an approval task.&lt;/P&gt;&lt;P&gt;One time in an approval task displayed after selected in a list.&lt;/P&gt;&lt;P&gt;One time in an approval process.&lt;/P&gt;&lt;P&gt;And maybe some other scenarios....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the end I don't want to build (and maintain!) my dynamic app multiple times!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any example or solution for something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and kind regards,&lt;/P&gt;&lt;P&gt;Dominik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 21:20:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaq-p/11550413</guid>
      <dc:creator>dominik_auras</dc:creator>
      <dc:date>2016-03-08T21:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Include one app in another?</title>
      <link>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550414#M4305430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you know how to use component?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 21:40:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550414#M4305430</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2016-03-08T21:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Include one app in another?</title>
      <link>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550415#M4305431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no....?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 22:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550415#M4305431</guid>
      <dc:creator>dominik_auras</dc:creator>
      <dc:date>2016-03-08T22:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Include one app in another?</title>
      <link>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550416#M4305432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://sapui5.netweaver.ondemand.com/sdk/#docs/guide/4cfa60872dca462cb87148ccd0d948ee.html" title="https://sapui5.netweaver.ondemand.com/sdk/#docs/guide/4cfa60872dca462cb87148ccd0d948ee.html"&gt;SAPUI5 SDK - Demo Kit&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you have seen a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln"&gt;sap&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;ui&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;getCore&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;().&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;attachInit&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;function&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;()&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;{&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="emphasis ph"&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;new&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; sap&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;ui&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;core&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;ComponentContainer&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;({&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;&amp;nbsp; name &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="str"&gt;"sap.ui.demo.wt"&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;}).&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;placeAt&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="str"&gt;"content"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;);&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;});&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun"&gt;component(like in web dynpro) is the reusable unit. in the component you can return your view in method createcontent. any place you want to put your view, just use that code(new a component)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 23:28:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550416#M4305432</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2016-03-08T23:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Include one app in another?</title>
      <link>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550417#M4305433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how do I have to refer to an other application/component?&lt;/P&gt;&lt;P&gt;Will he find the application by name!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.... If I give the ComponentContainer a name of an application I got an error like:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Uncaught Error: resource zv/research/embed/view/View1.view.xml could not be loaded from ./view/View1.view.xml. Check for 'file not found' or parse errors.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 07:02:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550417#M4305433</guid>
      <dc:creator>dominik_auras</dc:creator>
      <dc:date>2016-03-09T07:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Include one app in another?</title>
      <link>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550418#M4305434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;var oComp = sap.ui.getCore().createComponent( {&lt;/P&gt;&lt;P&gt;&amp;nbsp; name : "yourcomponentname",//example : sap.demo.wt&lt;/P&gt;&lt;P&gt;&amp;nbsp; id : "Comp3",&lt;/P&gt;&lt;P&gt;&amp;nbsp; url : "url of the application to be integrated"// example: /sap.com~yourapp~****/&lt;/P&gt;&lt;P&gt;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var oCompCont = new sap.ui.core.ComponentContainer("CompCont3", {&lt;/P&gt;&lt;P&gt;&amp;nbsp; component : oComp&lt;/P&gt;&lt;P&gt;&amp;nbsp; });&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 13:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550418#M4305434</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2016-03-09T13:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Include one app in another?</title>
      <link>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550419#M4305435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Uncaught Error: failed to load 'zv/application/dummy02/Component.js' from ../../resources/zv/application/dummy02/Component.js: 404 - Not Found&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I am near ... but it seems the component I want to embed is not known....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 13:27:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550419#M4305435</guid>
      <dc:creator>dominik_auras</dc:creator>
      <dc:date>2016-03-09T13:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Include one app in another?</title>
      <link>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550420#M4305436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you show me the code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 13:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550420#M4305436</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2016-03-09T13:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Include one app in another?</title>
      <link>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550421#M4305437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;sap.ui.define([&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "sap/ui/core/mvc/Controller"&lt;/P&gt;
&lt;P&gt;], function(Controller) {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "use strict";&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; return Controller.extend("zv.research.embed.controller.View1", {&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; // Called by Button&lt;/P&gt;
&lt;P&gt;&amp;nbsp; onTest: function(){&lt;/P&gt;
&lt;P&gt;&amp;nbsp; var oCompCont = new sap.ui.core.ComponentContainer("CompCont", {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; name: "zv.application.dummy02"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; // url: "/zv/application/dummy02"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; });&lt;/P&gt;
&lt;P&gt;&amp;nbsp; oCompCont.placeAt("__xmlview0--myContent");&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; });&lt;/P&gt;
&lt;P&gt;});&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;My View-Controller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;mvc:View controllerName="zv.research.embed.controller.View1" xmlns:html="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/1999/xhtml"&gt;http://www.w3.org/1999/xhtml&lt;/A&gt;&lt;SPAN&gt;" xmlns:mvc="sap.ui.core.mvc"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; xmlns="sap.m"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;App&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;pages&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;Page title="{i18n&amp;gt;title}" id="myContent"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;content&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;Text text="zv.research.embed - View1"&amp;gt;&amp;lt;/Text&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;Button text="Do something special!" press="onTest"&amp;gt;&amp;lt;/Button&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;/content&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;/Page&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;/pages&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;/App&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/mvc:View&amp;gt;&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;My View.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;For more information:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am testing in Web IDE.&lt;/P&gt;&lt;P&gt;zv.application.dummy02 is a application in my Web IDE.&lt;/P&gt;&lt;P&gt;I want to embed it in my view.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 13:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550421#M4305437</guid>
      <dc:creator>dominik_auras</dc:creator>
      <dc:date>2016-03-09T13:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Include one app in another?</title>
      <link>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550422#M4305438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the component, did you return the view?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 14:31:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550422#M4305438</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2016-03-09T14:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Include one app in another?</title>
      <link>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550423#M4305439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="font-size: 12px; color: #333333; background: #ffffff;"&gt;/resources/zv/application/dummy02/Component.js&amp;nbsp; is this one pointing to your component?&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 14:40:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550423#M4305439</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2016-03-09T14:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Include one app in another?</title>
      <link>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550424#M4305440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No ... I didn't know that I have to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general I think that first there is another problem, that the component couldn't be found as there is an 404 error ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isn't there any example for including Components/Applications in an Application out there.....?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 14:41:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550424#M4305440</guid>
      <dc:creator>dominik_auras</dc:creator>
      <dc:date>2016-03-09T14:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Include one app in another?</title>
      <link>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550425#M4305441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems not ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.....hanatrial.ondemand.com/resources/zv/application/dummy02/Component.js&lt;/P&gt;&lt;P&gt;Leads to: HTTP Status 503 ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 14:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550425#M4305441</guid>
      <dc:creator>dominik_auras</dc:creator>
      <dc:date>2016-03-09T14:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Include one app in another?</title>
      <link>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550426#M4305442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try in&amp;nbsp; your lcaol eclipse&amp;amp;tomcat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 14:57:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550426#M4305442</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2016-03-09T14:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Include one app in another?</title>
      <link>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550427#M4305443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't use eclipse and tomcat!&lt;/P&gt;&lt;P&gt;I think it must also be possible in SAP Web IDE!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 15:01:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/include-one-app-in-another/qaa-p/11550427#M4305443</guid>
      <dc:creator>dominik_auras</dc:creator>
      <dc:date>2016-03-09T15:01:49Z</dc:date>
    </item>
  </channel>
</rss>

