<?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: How to develop splunk app using java? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-to-develop-splunk-app-using-java/m-p/99844#M1418</link>
    <description>&lt;P&gt;So, just to make sure I understand: you want to write a compiled Java application and put it in /etc/apps so that it runs within Splunk Web?&lt;/P&gt;</description>
    <pubDate>Thu, 18 Apr 2013 16:19:58 GMT</pubDate>
    <dc:creator>ChrisG</dc:creator>
    <dc:date>2013-04-18T16:19:58Z</dc:date>
    <item>
      <title>How to develop splunk app using java?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-develop-splunk-app-using-java/m-p/99841#M1415</link>
      <description>&lt;P&gt;I am a newbie and I am not sure if this was requested prior, but I have following questions.&lt;/P&gt;

&lt;P&gt;How Can we develop, package and deploy Splunk App with Java?&lt;/P&gt;

&lt;P&gt;What are the tools available? How to create the UI of the App?&lt;/P&gt;

&lt;P&gt;Would appreciate any help. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2013 15:40:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-develop-splunk-app-using-java/m-p/99841#M1415</guid>
      <dc:creator>charmsstyler</dc:creator>
      <dc:date>2013-04-18T15:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to develop splunk app using java?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-develop-splunk-app-using-java/m-p/99842#M1416</link>
      <description>&lt;P&gt;Have you looked at &lt;A href="http://dev.splunk.com/view/SP-CAAAECN"&gt;the Splunk SDK for Java&lt;/A&gt;?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2013 16:12:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-develop-splunk-app-using-java/m-p/99842#M1416</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2013-04-18T16:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to develop splunk app using java?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-develop-splunk-app-using-java/m-p/99843#M1417</link>
      <description>&lt;P&gt;@ChrisG yes I have, isn't it an external application? or is it deploy-able to Splunk app instance?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2013 16:15:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-develop-splunk-app-using-java/m-p/99843#M1417</guid>
      <dc:creator>charmsstyler</dc:creator>
      <dc:date>2013-04-18T16:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to develop splunk app using java?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-develop-splunk-app-using-java/m-p/99844#M1418</link>
      <description>&lt;P&gt;So, just to make sure I understand: you want to write a compiled Java application and put it in /etc/apps so that it runs within Splunk Web?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2013 16:19:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-develop-splunk-app-using-java/m-p/99844#M1418</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2013-04-18T16:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to develop splunk app using java?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-develop-splunk-app-using-java/m-p/99845#M1419</link>
      <description>&lt;P&gt;yes something like that. so my app is accessible on the Home screen menu  'App'. Is that doable? how is it so?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2013 17:28:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-develop-splunk-app-using-java/m-p/99845#M1419</guid>
      <dc:creator>charmsstyler</dc:creator>
      <dc:date>2013-04-18T17:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to develop splunk app using java?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-develop-splunk-app-using-java/m-p/99846#M1420</link>
      <description>&lt;P&gt;Splunk apps are not really code, they are collections of searches, dashboards, reports, scripts etc. that are grouped together in a directory.&lt;BR /&gt;
I would suggest you peruse this &lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/Whatsinthismanual"&gt;http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/Whatsinthismanual&lt;/A&gt; to learn how to go about creating them.&lt;BR /&gt;
A good starting point: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/AppIntro"&gt;http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/AppIntro&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2013 18:44:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-develop-splunk-app-using-java/m-p/99846#M1420</guid>
      <dc:creator>stefandagerman</dc:creator>
      <dc:date>2013-04-18T18:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to develop splunk app using java?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-develop-splunk-app-using-java/m-p/99847#M1421</link>
      <description>&lt;P&gt;No, you are correct: the Java SDK is really meant for external applications. See stefandagerman's answer for information about what Splunk Web apps are.  There might be some way to do what you are thinking of (I don't know enough to rule it out completely), but it would be...unusual.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2013 19:21:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-develop-splunk-app-using-java/m-p/99847#M1421</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2013-04-18T19:21:53Z</dc:date>
    </item>
  </channel>
</rss>

