<?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 web application to display sensor values on a map in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/web-application-to-display-sensor-values-on-a-map/m-p/414168#M1290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am a developer with j2ee background and do not know what approach to take to develop a web application where we want to query data in an Oracle DB (sensor measured values) and then to display appropriate graphics for the selected sensor on a map. We want to use ArcGIS online if that will help and we have bought ArcGIS server and desktop. So basically when the user selects a sensor location on the map he/she should see a graphic (eventually in a pop-up but not mandatory) with the last n measurements of that sensor for a specific chemical property (such as pH or Turbidity, etc). These values are stored in an Oracle DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the most straightforward approach for this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please provide detailed instructions (step by step).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks is advance &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 Dec 2013 15:58:11 GMT</pubDate>
    <dc:creator>SorinCiolofan</dc:creator>
    <dc:date>2013-12-22T15:58:11Z</dc:date>
    <item>
      <title>web application to display sensor values on a map</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/web-application-to-display-sensor-values-on-a-map/m-p/414168#M1290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am a developer with j2ee background and do not know what approach to take to develop a web application where we want to query data in an Oracle DB (sensor measured values) and then to display appropriate graphics for the selected sensor on a map. We want to use ArcGIS online if that will help and we have bought ArcGIS server and desktop. So basically when the user selects a sensor location on the map he/she should see a graphic (eventually in a pop-up but not mandatory) with the last n measurements of that sensor for a specific chemical property (such as pH or Turbidity, etc). These values are stored in an Oracle DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the most straightforward approach for this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please provide detailed instructions (step by step).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks is advance &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Dec 2013 15:58:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/web-application-to-display-sensor-values-on-a-map/m-p/414168#M1290</guid>
      <dc:creator>SorinCiolofan</dc:creator>
      <dc:date>2013-12-22T15:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: web application to display sensor values on a map</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/web-application-to-display-sensor-values-on-a-map/m-p/414169#M1291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Having looked at what you are trying to achieve, I believe it will be really easy.&amp;nbsp; The title of your post however suggests that you are wanting to write an application which resides in an internet browser.&amp;nbsp; This forum is about writing native applications so I'll try to point you in the right direction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have a few options, you can either write your own browser application using one of the web APIs available from ESRI:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - Flex API &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/flex/"&gt;https://developers.arcgis.com/en/flex/&lt;/A&gt;&lt;SPAN&gt; for browsers which support Flash based applications&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - JavaScript API &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/"&gt;https://developers.arcgis.com/en/javascript/&lt;/A&gt;&lt;SPAN&gt; for wider browser support&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Silverlight API &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/silverlight/"&gt;https://developers.arcgis.com/en/silverlight/&lt;/A&gt;&lt;SPAN&gt; for a non Java alternative&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could configure your own application via ArcGIS Online.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or you could consider one of the configurable viewer applications which allow you to build and deploy applications which in the background use the Flex or Silverlight.&amp;nbsp; For a lot of simple applications&amp;nbsp; this is a really quick way of getting an application up and running.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck with your web application!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 11:50:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/web-application-to-display-sensor-values-on-a-map/m-p/414169#M1291</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-12-23T11:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: web application to display sensor values on a map</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/web-application-to-display-sensor-values-on-a-map/m-p/414170#M1292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your response&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You could configure your own application via ArcGIS Online.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Or you could consider one of the configurable viewer applications which allow you to build and deploy applications which in the background use the Flex or Silverlight.&amp;nbsp; For a lot of simple applications&amp;nbsp; this is a really quick way of getting an application up and running.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck with your web application!&lt;BR /&gt;&lt;BR /&gt;Mark&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The configurable applications from ArcGIS online did not offer the capability to connect to a RDBMS like Oracle to query data and render them in a popup on a ArcGIS map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For the same reasons enumerated above the viewer applications did not offer what we were searching for so I assume that only writting our applications with one of the ESRI's web API reamins.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 17:50:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/web-application-to-display-sensor-values-on-a-map/m-p/414170#M1292</guid>
      <dc:creator>SorinCiolofan</dc:creator>
      <dc:date>2013-12-23T17:50:20Z</dc:date>
    </item>
  </channel>
</rss>

