<?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>topic Re: Recommendation : SAS Portal or  Indepedent Web Portal in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Recommendation-SAS-Portal-or-Indepedent-Web-Portal/m-p/275243#M4993</link>
    <description>&lt;P&gt;Thanks Nik,&amp;nbsp; Really appreciate the input and the app you pointed too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Ron&lt;/P&gt;</description>
    <pubDate>Sun, 05 Jun 2016 11:22:47 GMT</pubDate>
    <dc:creator>Ronny_Dsouza</dc:creator>
    <dc:date>2016-06-05T11:22:47Z</dc:date>
    <item>
      <title>Recommendation : SAS Portal or  Indepedent Web Portal</title>
      <link>https://communities.sas.com/t5/Developers/Recommendation-SAS-Portal-or-Indepedent-Web-Portal/m-p/274848#M4989</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are working on an engagement wherein the client has both SAS EBI as well as SAS VA,&amp;nbsp; one of the client's prime requirement is they would want their users to run complex analytic analysis such as VAR, PFE, EAR by entering relevant parameter in real time,&amp;nbsp; post the output obtained by&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so the speculation from an performance aspect what is preferable...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Build the STP with the HTML, Javascript to surface the UI and all the subsequent UI for other work,&amp;nbsp; and seperate STP for each type of analysis and surface it via IDP&amp;nbsp; .... OR&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Do we build a seperate web portal which will surface the UI and have the integration done via call to SAS web services.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;note : we do know most of the processing is done at teh SAS server side, but want to hear the best practice to do so.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;Ronny&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 04:14:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Recommendation-SAS-Portal-or-Indepedent-Web-Portal/m-p/274848#M4989</guid>
      <dc:creator>Ronny_Dsouza</dc:creator>
      <dc:date>2016-06-03T04:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendation : SAS Portal or  Indepedent Web Portal</title>
      <link>https://communities.sas.com/t5/Developers/Recommendation-SAS-Portal-or-Indepedent-Web-Portal/m-p/274862#M4990</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't really think there is a best practice here. In the end, it is just some STPs running the code for the user requests.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But, if you are planning to fill the UI with several javascript code, please keep in mind that IDP includes already several javascript, therefore you minght require to resolve some conflicts. Plus, you will need to adapt js behaviour to each web browser.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In other hand, if you have IDP and VA, I would definetly use Visual Analytics (more likley&amp;nbsp;Visual Statistics since your reports are based on &amp;nbsp;statistical procedures) for those reports.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Juan&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 07:14:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Recommendation-SAS-Portal-or-Indepedent-Web-Portal/m-p/274862#M4990</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2016-06-03T07:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendation : SAS Portal or  Indepedent Web Portal</title>
      <link>https://communities.sas.com/t5/Developers/Recommendation-SAS-Portal-or-Indepedent-Web-Portal/m-p/274966#M4991</link>
      <description>&lt;P&gt;Ronny,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The way we approach this problem with our customers is a third option:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) Develop a frontend independently in HTML/JS to surface the UI and all subsequent UI for other work, but&amp;nbsp;deploy it to your SAS Web Server htdocs directory, under &lt;EM&gt;LevX/Web/WebServer/htdocs/newFrontEnd.&lt;/EM&gt; Rather than use the Web Services broker, use AJAX to the SAS Stored Process webapp, use&amp;nbsp;&lt;A href="https://github.com/Boemska/h54s" target="_self"&gt;this library&lt;/A&gt;&amp;nbsp;to talk to SAS,&amp;nbsp;giving you out-of-the-box single sign-on, enables per-user roles, and a whole bunch of other features.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Like Juan says, there isn't really a best practice here - it depends on what you're trying to achieve. But what you're talking about is extremely similar to the Apps we've been build on top of SAS for our clients for a long time, and we have refined this approach to be extremely efficient and easy to develop with. The library we maintain is free, licensed under the GPL, and if you have decent front-end developers at your disposal I recommend that you forward it to them to get their take on it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Feel free to drop me a line if you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nik&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 14:36:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Recommendation-SAS-Portal-or-Indepedent-Web-Portal/m-p/274966#M4991</guid>
      <dc:creator>boemskats</dc:creator>
      <dc:date>2016-06-03T14:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendation : SAS Portal or  Indepedent Web Portal</title>
      <link>https://communities.sas.com/t5/Developers/Recommendation-SAS-Portal-or-Indepedent-Web-Portal/m-p/275242#M4992</link>
      <description>&lt;P&gt;hi Juan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately VA or VS cannot be utilized here as we need to do computation of VAR / PFE / EAR , which is not supported OOTB by VA,&amp;nbsp; thus for the same we would need to write an STP , which then would not be managed in the LASR server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;would be obliged to know if there is any alternate to STP wherein i can leverage the LASR server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks in advance.&lt;/P&gt;
&lt;P&gt;Ron&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jun 2016 11:20:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Recommendation-SAS-Portal-or-Indepedent-Web-Portal/m-p/275242#M4992</guid>
      <dc:creator>Ronny_Dsouza</dc:creator>
      <dc:date>2016-06-05T11:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendation : SAS Portal or  Indepedent Web Portal</title>
      <link>https://communities.sas.com/t5/Developers/Recommendation-SAS-Portal-or-Indepedent-Web-Portal/m-p/275243#M4993</link>
      <description>&lt;P&gt;Thanks Nik,&amp;nbsp; Really appreciate the input and the app you pointed too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Ron&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jun 2016 11:22:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Recommendation-SAS-Portal-or-Indepedent-Web-Portal/m-p/275243#M4993</guid>
      <dc:creator>Ronny_Dsouza</dc:creator>
      <dc:date>2016-06-05T11:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendation : SAS Portal or  Indepedent Web Portal</title>
      <link>https://communities.sas.com/t5/Developers/Recommendation-SAS-Portal-or-Indepedent-Web-Portal/m-p/278920#M4994</link>
      <description>IDP is a dead swan which would make it unwise for further investments. &lt;BR /&gt;Vaiya beings more openness to VA. Explore the new features there before making any strategic decisions.</description>
      <pubDate>Tue, 21 Jun 2016 06:02:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Recommendation-SAS-Portal-or-Indepedent-Web-Portal/m-p/278920#M4994</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-06-21T06:02:07Z</dc:date>
    </item>
  </channel>
</rss>

