Difference between revisions of "Advanced Topics"

From GCube System
Jump to: navigation, search
(Replacing page with '== Interfacing the Information System == === ISClient interface === ---- ==== Sample usage ==== === ISPublisher interface === ---- ==== Sample usage ==== == Service sec...')
(Interfacing the Information System)
Line 1: Line 1:
 
== Interfacing the Information System ==
 
== Interfacing the Information System ==
 
    
 
    
 +
The gCore Frameork has been designed to work independently from a IS specific Implementation.
 +
In order to let the gCF unbound from a IS implementation both query & publishing interfaces have been
 +
designed.
 +
The gCF implements than a dynamic class loader that ( reading a implementation file that contains the mapping btw
 +
the IS interfaces and their implementations) can abstract over the IS technology.
 +
 
=== ISClient interface ===
 
=== ISClient interface ===
----
+
 
 +
The IS Client interface defines only two methods:
 +
 
 +
<pre>
 +
 
 +
</pre>
  
 
==== Sample usage ====
 
==== Sample usage ====

Revision as of 11:24, 31 March 2008

Interfacing the Information System

The gCore Frameork has been designed to work independently from a IS specific Implementation. In order to let the gCF unbound from a IS implementation both query & publishing interfaces have been designed. The gCF implements than a dynamic class loader that ( reading a implementation file that contains the mapping btw the IS interfaces and their implementations) can abstract over the IS technology.

ISClient interface

The IS Client interface defines only two methods:


Sample usage

ISPublisher interface



Sample usage

Service security

Configuring gContainer with Security

Configuring gCube Service with Credentials

--Manuele.simi 20:11, 28 March 2008 (EET)