<?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 UI Modifications in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/ui-modifications/m-p/6645176#M1627</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to update the charts that are generated by default when you run the App Generator. I want the charts to have my data in them, instead of the default data that they currently have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I go about this? The Programmers Guide is very unclear about this and I've read up on SKI but that hasn't helped either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, when I recieve a FlowRemoved message, I want to plot how many bytes were in that flow on the chart (so update the new chart with the datapoint).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help Please :)&lt;/P&gt;</description>
    <pubDate>Mon, 13 Oct 2014 07:17:52 GMT</pubDate>
    <dc:creator>MatthewHart</dc:creator>
    <dc:date>2014-10-13T07:17:52Z</dc:date>
    <item>
      <title>UI Modifications</title>
      <link>https://community.hpe.com/t5/software-defined-networking/ui-modifications/m-p/6645176#M1627</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to update the charts that are generated by default when you run the App Generator. I want the charts to have my data in them, instead of the default data that they currently have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I go about this? The Programmers Guide is very unclear about this and I've read up on SKI but that hasn't helped either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, when I recieve a FlowRemoved message, I want to plot how many bytes were in that flow on the chart (so update the new chart with the datapoint).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help Please :)&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2014 07:17:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/ui-modifications/m-p/6645176#M1627</guid>
      <dc:creator>MatthewHart</dc:creator>
      <dc:date>2014-10-13T07:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: UI Modifications</title>
      <link>https://community.hpe.com/t5/software-defined-networking/ui-modifications/m-p/6648942#M1628</link>
      <description>&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you looked at the .js files in the src/main/webapp/app directory for your application?&amp;nbsp; For an app named 'foo', the full directory path is sdn-foo/foo-ui/src/main/webapp/app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll see what I can do to get some additional details.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2014 22:25:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/ui-modifications/m-p/6648942#M1628</guid>
      <dc:creator>cmaxwell</dc:creator>
      <dc:date>2014-10-16T22:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: UI Modifications</title>
      <link>https://community.hpe.com/t5/software-defined-networking/ui-modifications/m-p/6648976#M1629</link>
      <description>&lt;P&gt;Hi cmaxwell,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got that open - yes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess to clarify, I want to be able to update the graphs with data that is (currently) stored within my app (in arrays and other data structures).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an easy way of doing this?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2014 23:20:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/ui-modifications/m-p/6648976#M1629</guid>
      <dc:creator>MatthewHart</dc:creator>
      <dc:date>2014-10-16T23:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: UI Modifications</title>
      <link>https://community.hpe.com/t5/software-defined-networking/ui-modifications/m-p/6649158#M1630</link>
      <description>&lt;P&gt;Hello Matthew,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;App generator creates two charts by default with some data.The two charts are getting populated from the values present in java script file &amp;nbsp;sdn-hm/hm-ui/src/main/webapp/app/hmChart.js (the functions mkchart1 and mkchart2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try to code java script files under the directory sdn-hm/hm-ui/src/main/webapp/&amp;nbsp;&amp;nbsp; , this will help you to create/modify the charts. Also please refer to the SDN Programming guide 2.3 page 197 onwards[Creating a GUI]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let us know if this helps or still you face some problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;HP SDN Team&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2014 05:52:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/ui-modifications/m-p/6649158#M1630</guid>
      <dc:creator>sdnindia</dc:creator>
      <dc:date>2014-10-17T05:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: UI Modifications</title>
      <link>https://community.hpe.com/t5/software-defined-networking/ui-modifications/m-p/6649832#M1631</link>
      <description>&lt;P&gt;My question is more revolving around - How do I get the data from the Java code that controls my app, into the javascript code in&amp;nbsp;&lt;SPAN&gt;sdn-hm/hm-ui/src/main/webapp/app/hmChart.js&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've read the programming guide.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Oct 2014 03:18:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/ui-modifications/m-p/6649832#M1631</guid>
      <dc:creator>MatthewHart</dc:creator>
      <dc:date>2014-10-18T03:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: UI Modifications</title>
      <link>https://community.hpe.com/t5/software-defined-networking/ui-modifications/m-p/6652374#M1632</link>
      <description>&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please go to the lib/util directory inside the hp-sdn-sdk directory.&amp;nbsp; In there you will find hp-util-ski-ui-6.33.0.war, which is a reference implementation for the UI using SKI.&amp;nbsp; This war file can be deployed on a tomcat server using the tomcat manager app and can be used for reference implementation for the chart as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More information can be found in the SDN Programming Guide under the section "SKI Framework - Live Reference Application."&amp;nbsp; Here's a link to the Programming Guide:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://h20628.www2.hp.com/km-ext/kmcsdirect/emr_na-c04383851-2.pdf" target="_blank"&gt;http://h20628.www2.hp.com/km-ext/kmcsdirect/emr_na-c04383851-2.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2014 16:47:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/ui-modifications/m-p/6652374#M1632</guid>
      <dc:creator>cmaxwell</dc:creator>
      <dc:date>2014-10-21T16:47:00Z</dc:date>
    </item>
  </channel>
</rss>

