<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>v4.8.6 on </title>
    <link>/tags/v4.8.6/</link>
    <description>Recent content in v4.8.6 on </description>
    <generator>Hugo -- gohugo.io</generator><atom:link href="/tags/v4.8.6/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SICS 4.8.6</title>
      <link>/sicsdocs/technical/misc/technical_changes/4.8.6/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/sicsdocs/technical/misc/technical_changes/4.8.6/</guid>
      <description>SE-80 # Apache Log4j upgraded to Apache Log4j 2 # Changed to use XML configuration file &amp;rsquo;log4j2.xml&amp;rsquo; for all SICS products.
SICS Desktop - runtime/conf/log4j.properties replaced by runtime/conf/log4j2.xml SICS Servers - WEB-INF/classes/log4j.xml replaced by WEB-INF/classes/log4j2.xml The Log4j 2 configuration syntax is different then Log4j 1.x, but most, if not all, of the same functionality is available.
See: Log4j - Migrating from Log4j 1.x - Apache Log4j 2
Apache Solr upgraded to version 7.</description>
    </item>
    
    <item>
      <title>Introduction</title>
      <link>/sicsdocs/technical/desktop/live_desktop_and_sns_server/introduction/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/sicsdocs/technical/desktop/live_desktop_and_sns_server/introduction/</guid>
      <description>Integration between &amp;rsquo;external&amp;rsquo; applications and SICS can be carried outat the functional level through SICS API Server and various batch interfaces (MTK, General Interface, etc).
Integration can also be carried out at a User Interface (GUI) level through SICS Live Desktop.
When SICS Live Desktop is enabled, external applications may use Web Service technology to &amp;ldquo;call into&amp;rdquo; a SICS Workstation in order to open specific screens (Business, Claim, eMessaging, etc.). This can facilitate a tighter integration between SICS and workflow or other supporting, client-specific, applications.</description>
    </item>
    
    <item>
      <title>Overview</title>
      <link>/sicsdocs/technical/desktop/live_desktop_and_sns_server/overview/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/sicsdocs/technical/desktop/live_desktop_and_sns_server/overview/</guid>
      <description>SICS Live Desktop has six main parts:
SICS Naming Service (SNS) web services SNS Administration web page SICS Live Desktop URL processing service (SUS) Auto-registration of SICS Workstation with SNS Automatic cleanup of dead sessions Web Service Endpoints (WSE) in SICS Workstation SICS Naming Service is a web application that exposes a set of Web Services. It is the main &amp;ldquo;hub&amp;rdquo; in SICS Live Desktop. SNS keeps a register of all running SICS Workstations.</description>
    </item>
    
    <item>
      <title>Communication Overview</title>
      <link>/sicsdocs/technical/desktop/live_desktop_and_sns_server/communication_overview/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/sicsdocs/technical/desktop/live_desktop_and_sns_server/communication_overview/</guid>
      <description>Communication Using Web Services # The following diagram shows how communication takes place between the external application, SNS and SICS Workstation.
On startup, SICS Workstation starts listening for incoming Web Service calls and also registers itself with SNS. The end-user performs an action in an external web application. Assuming this is an action which is meant to open a screen in SICS, the external application will continue with step 3.</description>
    </item>
    
    <item>
      <title>SICS Naming Service</title>
      <link>/sicsdocs/technical/desktop/live_desktop_and_sns_server/sics_naming_service/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/sicsdocs/technical/desktop/live_desktop_and_sns_server/sics_naming_service/</guid>
      <description>Brief Description # The SICS Naming Service (SNS) is responsible for mapping users to SICS Workstations. The SNS is a JEE web application based on JAX-WS and the METRO web services stack.It must be run within a JEE application server.
The list of registered users / workstations is persisted (stored) in a SICS database. The SNS connects to the database via a JNDI datasource.
SNS is stateless. That is, each web service request will read data from the database.</description>
    </item>
    
    <item>
      <title>SICS Live Desktop</title>
      <link>/sicsdocs/technical/desktop/live_desktop_and_sns_server/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/sicsdocs/technical/desktop/live_desktop_and_sns_server/</guid>
      <description></description>
    </item>
    
    <item>
      <title>SNS Administration Web Page</title>
      <link>/sicsdocs/technical/desktop/live_desktop_and_sns_server/sns_administration_web_page/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/sicsdocs/technical/desktop/live_desktop_and_sns_server/sns_administration_web_page/</guid>
      <description>The SNS provides a simple web GUI for administration tasks. The following administration tasks are available.
List registration entries (which desktops are currently registered) Force de-registration of a single, or selection of desktops Ping registered desktops (check if they are still alive) Remove / de-register desktops that do not respond to a ping call. In addition, the status of the automatic cleanup process is visible in the SNS administration web page, see Automatic cleanup of dead sessions for more details.</description>
    </item>
    
    <item>
      <title>Installing the SNS and SUS</title>
      <link>/sicsdocs/technical/desktop/live_desktop_and_sns_server/install_sns_and_sus/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/sicsdocs/technical/desktop/live_desktop_and_sns_server/install_sns_and_sus/</guid>
      <description>The SNS, SNS Administration webpage and SUS is packaged as a single JEE application. The SNS is based on JAX-WS, the METRO web services stack, and JPA for persistency. The SNS Administration webpage and the SUS is based on JSP, Servlets and Javascript. The SNS, SNS Admin webpage and SUS is delivered as a war file to be installed in your JEE application server.
4 war files are delivered:
War file Description sns.</description>
    </item>
    
    <item>
      <title>Configuration of SICS Workstation</title>
      <link>/sicsdocs/technical/desktop/live_desktop_and_sns_server/configuration_of_sics_workstation/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/sicsdocs/technical/desktop/live_desktop_and_sns_server/configuration_of_sics_workstation/</guid>
      <description>Configuration # Certain aspects of the SICS Live Desktop part of SICS workstation can be configured in the file /runtime/conf/sics.global.resource.registry.properties, as follows:
# Base URL of the SICS Naming Service, with which this Workstation should register.# This is one of several requirements for activating SICS Live Desktop. # The format is# http[s]://&amp;lt;hostname&amp;gt;:&amp;lt;port&amp;gt;/&amp;lt;contextroot&amp;gt;# The SNS WSDL file will then be available at# &amp;lt;SicsNamingService&amp;gt;/webservice?wsdl# and the SNS web service methods (operations) will be available at# &amp;lt;SicsNamingService&amp;gt;/webservice#SicsNamingService=http://cscsvrosl023v.</description>
    </item>
    
    <item>
      <title>Web Service Endpoints in SICS Workstation</title>
      <link>/sicsdocs/technical/desktop/live_desktop_and_sns_server/ws_endpoints_in_workstation/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/sicsdocs/technical/desktop/live_desktop_and_sns_server/ws_endpoints_in_workstation/</guid>
      <description>Public Web Services # These are the Web Service Endpoints published by SICS Workstation. These services are intended to be called by an external application.
All parameters are mandatory unless otherwise indicated.
All services will return immediately after processing the request (opening the requested screen).
Response:
The response data structure consists of 1 field: a textual message.
If the request is valid (the correct token is provided, see security below), then the response will consist of an empty message.</description>
    </item>
    
    <item>
      <title>External Application Implementation</title>
      <link>/sicsdocs/technical/desktop/live_desktop_and_sns_server/external_application_implementation/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/sicsdocs/technical/desktop/live_desktop_and_sns_server/external_application_implementation/</guid>
      <description>An external application that wants to utilize SICS Live Desktop (SLD) functionality, must be able to communicate with SICS Naming Service and SICS Workstation via Web Service requests according to the WSDL files published by the SICS Naming Service and SICS Workstation.
The typical usage pattern is for the external application to use &amp;ldquo;client stubs&amp;rdquo; that are generated from the WSDL files.
The SICS desktop runtime installation provides Java client stubs for SNS as well as SLD.</description>
    </item>
    
    <item>
      <title>Find Lookup Tables</title>
      <link>/sicsdocs/sys_admin_guide/reference_items/find_lookup_tables/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/sicsdocs/sys_admin_guide/reference_items/find_lookup_tables/</guid>
      <description>Lookup Table icon
Click the Lookup Table icon in the Reference Items folder on the SICS desktop to see the Find: Lookup Table window. Here you can import tables, define tables and search on tables that already exist.
Main Search Criteria # Table Type: Use the drop-down list to select the table type that defines where in SICS the table may be used and for what purpose. Select None to search for any table type.</description>
    </item>
    
  </channel>
</rss>
