Please sign in!
Register Sign In
Software AG TECHcommunity Discussion Forums
  [Groups] Forums Home  [Forums Overview Forums Categories   [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Top 20 Contributors  
[Terms of Use] Terms of Use  
 
Go to:   
Connection to CentraSite Tamino database from MashZone  XML
Community Forum Index » CentraSite » CentraSite
Author Message
Håkan Rosenberg

Member

Joined: Fri Feb 17, 2012 12:38 PM
Messages: 2
Location: Sweden
Offline

Hi,

I'm trying to figure out what driver jars that I need to have in under my MashZone installation in order to be able to connect to the CentraSite database.
I had a look at the CentraSite 8.2 MashZone Integration page, but there the technical aspect is not covered. Found some information that refers to the TaminoJCA.jar but I don't know if this is the one to use.

I would really appreciate any help on clarifying this.

Best Regards,
Håkan
Daniel Adelhardt

Senior Member

Joined: Wed Oct 29, 2008 9:43 PM
Messages: 76
Location: Germany
Offline

Hi,

the connectivity is done through pure XML over HTTP, so there is no need to supply additional drivers to MashZone.
Please import the provided demo MashApp and have a look at the datafeed configurations which will tell you you data is queried through HTTP.
Basically the datafeeds send an XQuery Request over HTTP (or call a predefined query module) and get plain XML back.

Hope this helps
Daniel


[Xing]
Mehmet Akyuz

Member

Joined: Wed May 20, 2009 12:26 PM
Messages: 5
Location: Australia
Offline

Hi Håkan,

As you might know, you can run xqueries on CentraSite registry via URL. See the example below:

http://localhost:53305/CentraSite/CentraSite?_xquery=for $s in collection("CentraSite")/*:service return <service><name>{$s/*:name/*:localString/text()}</name><key>{$s/*:key/text()}</key></service>


So it is basically

<Registry-URL>?_xquery=<XQuery>

You can select XML File as a data source in MashZone, select "The data is located on the internet" and enter the Xquery URL to the URL field along with the username/password.

MashZone documentation explains how to structure the result data.

Regards,
Mehmet.

[LinkedIn] [Twitter]
Håkan Rosenberg

Member

Joined: Fri Feb 17, 2012 12:38 PM
Messages: 2
Location: Sweden
Offline

Hi,

Thanks for the responses.
I have now successfully connected and have built some nice MashApps displaying our asstes and integrations stored in CentraSite.

Regards,
Håkan
 
Community Forum Index » CentraSite » CentraSite
 
Powered by JForum 2.1.8 © JForum Team