<?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 Opendaylight workflow for SDN challenge in ExtremeWireless (General)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-general/opendaylight-workflow-for-sdn-challenge/m-p/30672#M565</link>
    <description>&lt;BR /&gt;
    1.       My  understanding is that I can write either a OSGi bundle (as AD-SAL (or) MD-SAL  service) that runs in  the controller space or a remote app that consumes  the Rest API to communicate with the controller. Could you confirm this is  correct?&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    &lt;B&gt; Yes&lt;BR /&gt;
&lt;BR /&gt;
    &lt;BR /&gt;
    2.       For  writing the OSGi bundle (which makes sense for my use case), I would require  the Java API doc. The&lt;A href="http://opendaylight.org/" target="_blank" rel="nofollow noreferrer noopener"&gt;opendaylight.org&lt;/A&gt; site  of late has been unsupportive with broken links for the Java doc. I have not  heard back from opendaylight-dev mailing list folks on this.&lt;BR /&gt;
&lt;BR /&gt;
    &lt;BR /&gt;
    &lt;ANDREW k=""&gt;&lt;BR /&gt;
&lt;BR /&gt;
Yes, the javadoc links are currently  not working.  Not sure why.&lt;BR /&gt;
&lt;BR /&gt;
    I will persuade the site admin to  fix it, but this being open source, it might take a few days.&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    In the mean time, here is a  workaround.&lt;BR /&gt;
&lt;BR /&gt;
    You can download a copy of the java  source from the link below:&lt;BR /&gt;
&lt;BR /&gt;
    &lt;A href="https://github.com/opendaylight/controller" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/opendaylight/controller&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
    Then generate javadoc from the  source by adding a javadoc section to the top level pom.xml file:&lt;BR /&gt;
&lt;BR /&gt;
    &lt;A href="https://wiki.opendaylight.org/view/OpenDaylight_Controller:How_To:_Site_Deploy" target="_blank" rel="nofollow noreferrer noopener"&gt;https://wiki.opendaylight.org/view/OpenDaylight_Controller:How_To:_Site_Deploy&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
    (You would only need to add the  javadoc section, not the rest of the stuff on that page.)&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    I would also recommend exploring  this link:&lt;BR /&gt;
&lt;BR /&gt;
    &lt;A href="https://github.com/opendaylight/docs" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/opendaylight/docs&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    The various projects within  OpenDaylight operate primarily from IRC instead of email.&lt;BR /&gt;
&lt;BR /&gt;
    IRC is a &lt;I&gt;lot&lt;/I&gt; faster.&lt;BR /&gt;
&lt;BR /&gt;
    Just browse around the OpenDaylight  wiki site to find the IRC channels that might be related to your work and join  in the conversation.&lt;BR /&gt;
&lt;BR /&gt;&lt;/ANDREW&gt;&lt;/B&gt;</description>
    <pubDate>Sat, 31 Jan 2015 02:49:00 GMT</pubDate>
    <dc:creator>Chandrasekaran_</dc:creator>
    <dc:date>2015-01-31T02:49:00Z</dc:date>
    <item>
      <title>Opendaylight workflow for SDN challenge</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-general/opendaylight-workflow-for-sdn-challenge/m-p/30672#M565</link>
      <description>&lt;BR /&gt;
    1.       My  understanding is that I can write either a OSGi bundle (as AD-SAL (or) MD-SAL  service) that runs in  the controller space or a remote app that consumes  the Rest API to communicate with the controller. Could you confirm this is  correct?&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    &lt;B&gt; Yes&lt;BR /&gt;
&lt;BR /&gt;
    &lt;BR /&gt;
    2.       For  writing the OSGi bundle (which makes sense for my use case), I would require  the Java API doc. The&lt;A href="http://opendaylight.org/" target="_blank" rel="nofollow noreferrer noopener"&gt;opendaylight.org&lt;/A&gt; site  of late has been unsupportive with broken links for the Java doc. I have not  heard back from opendaylight-dev mailing list folks on this.&lt;BR /&gt;
&lt;BR /&gt;
    &lt;BR /&gt;
    &lt;ANDREW k=""&gt;&lt;BR /&gt;
&lt;BR /&gt;
Yes, the javadoc links are currently  not working.  Not sure why.&lt;BR /&gt;
&lt;BR /&gt;
    I will persuade the site admin to  fix it, but this being open source, it might take a few days.&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    In the mean time, here is a  workaround.&lt;BR /&gt;
&lt;BR /&gt;
    You can download a copy of the java  source from the link below:&lt;BR /&gt;
&lt;BR /&gt;
    &lt;A href="https://github.com/opendaylight/controller" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/opendaylight/controller&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
    Then generate javadoc from the  source by adding a javadoc section to the top level pom.xml file:&lt;BR /&gt;
&lt;BR /&gt;
    &lt;A href="https://wiki.opendaylight.org/view/OpenDaylight_Controller:How_To:_Site_Deploy" target="_blank" rel="nofollow noreferrer noopener"&gt;https://wiki.opendaylight.org/view/OpenDaylight_Controller:How_To:_Site_Deploy&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
    (You would only need to add the  javadoc section, not the rest of the stuff on that page.)&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    I would also recommend exploring  this link:&lt;BR /&gt;
&lt;BR /&gt;
    &lt;A href="https://github.com/opendaylight/docs" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/opendaylight/docs&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    The various projects within  OpenDaylight operate primarily from IRC instead of email.&lt;BR /&gt;
&lt;BR /&gt;
    IRC is a &lt;I&gt;lot&lt;/I&gt; faster.&lt;BR /&gt;
&lt;BR /&gt;
    Just browse around the OpenDaylight  wiki site to find the IRC channels that might be related to your work and join  in the conversation.&lt;BR /&gt;
&lt;BR /&gt;&lt;/ANDREW&gt;&lt;/B&gt;</description>
      <pubDate>Sat, 31 Jan 2015 02:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-general/opendaylight-workflow-for-sdn-challenge/m-p/30672#M565</guid>
      <dc:creator>Chandrasekaran_</dc:creator>
      <dc:date>2015-01-31T02:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Opendaylight workflow for SDN challenge</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-general/opendaylight-workflow-for-sdn-challenge/m-p/30673#M566</link>
      <description>In addition to the above, you can sign up and post to the controller-dev mailing list.&lt;BR /&gt;
All of the mailing lists can be found here:&lt;BR /&gt;
&lt;A href="https://lists.opendaylight.org/mailman/listinfo" target="_blank" rel="nofollow noreferrer noopener"&gt;https://lists.opendaylight.org/mailman/listinfo&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 31 Jan 2015 03:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-general/opendaylight-workflow-for-sdn-challenge/m-p/30673#M566</guid>
      <dc:creator>Andrew_Kinard</dc:creator>
      <dc:date>2015-01-31T03:53:00Z</dc:date>
    </item>
  </channel>
</rss>

