<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://doc.sibvisions.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://doc.sibvisions.com/feed.php">
        <title>Documentation jvxmobile</title>
        <description></description>
        <link>https://doc.sibvisions.com/</link>
        <image rdf:resource="https://doc.sibvisions.com/lib/tpl/material/images/favicon.ico" />
       <dc:date>2026-04-29T02:41:30+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://doc.sibvisions.com/jvxmobile/analyzer_factory?rev=1553251754&amp;do=diff"/>
                <rdf:li rdf:resource="https://doc.sibvisions.com/jvxmobile/home?rev=1640004568&amp;do=diff"/>
                <rdf:li rdf:resource="https://doc.sibvisions.com/jvxmobile/osm_googlemap?rev=1640005501&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://doc.sibvisions.com/lib/tpl/material/images/favicon.ico">
        <title>Documentation</title>
        <link>https://doc.sibvisions.com/</link>
        <url>https://doc.sibvisions.com/lib/tpl/material/images/favicon.ico</url>
    </image>
    <item rdf:about="https://doc.sibvisions.com/jvxmobile/analyzer_factory?rev=1553251754&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-22T10:49:14+00:00</dc:date>
        <title>Analyzer factory</title>
        <link>https://doc.sibvisions.com/jvxmobile/analyzer_factory?rev=1553251754&amp;do=diff</link>
        <description>The analyzer factory creates the default analyzers like: 

	*  StartupAnalyzer
	*  LoginAnalyzer
	*  MenuAnalyzer
	*  WorkScreenAnalyzer
	*  ErrorAnalyzer
	*  DownloadUploadAnalyzer

Every analyzer handles the request from the mobile app and adds one or more responses like:</description>
    </item>
    <item rdf:about="https://doc.sibvisions.com/jvxmobile/home?rev=1640004568&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-12-20T12:49:28+00:00</dc:date>
        <title>JVx for mobile devices</title>
        <link>https://doc.sibvisions.com/jvxmobile/home?rev=1640004568&amp;do=diff</link>
        <description>This is the place for the documentation of our JVx mobile project.</description>
    </item>
    <item rdf:about="https://doc.sibvisions.com/jvxmobile/osm_googlemap?rev=1640005501&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-12-20T13:05:01+00:00</dc:date>
        <title>OpenStreet vs. Google Map</title>
        <link>https://doc.sibvisions.com/jvxmobile/osm_googlemap?rev=1640005501&amp;do=diff</link>
        <description>The OpenStreet Map is the default tile provider for our map implementation. If you want to use Google map instead of OpenStreet, simply configure the map implementation. This is possible via mobile.xml


&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;

&lt;mobile&gt;
  ...
  
  &lt;!-- general --&gt;
  &lt;parameters&gt;
    &lt;mapImpl&gt;google&lt;/mapImpl&gt;
  &lt;/parameters&gt;
  
  &lt;!-- react only --&gt; 
  &lt;react&gt;  
    &lt;parameters&gt;
      &lt;mapImpl&gt;google&lt;/mapImpl&gt;
    &lt;/parameters&gt;
  &lt;/react&gt;	  
  
&lt;/mobile&gt;</description>
    </item>
</rdf:RDF>
