how can I use the context broker using Java, is there any API?
asked 2016-05-04 03:40:14 +0100
This post is a wiki. Anyone with karma >75 is welcome to improve it.
I am wondering if there is any API in java that can use in the Context Broker
asked 2016-05-04 03:40:14 +0100
This post is a wiki. Anyone with karma >75 is welcome to improve it.
I am wondering if there is any API in java that can use in the Context Broker
At the present moment, it isn't any "official" Java-based client framework for the NGSI API implemented by Orion Context Broker. Some users have developed their own (e.g. https://github.com/jonaslins/fiwareOr...) but we don't know about their maturity or if they are mantained or not. I'd suggest your contact these users directly.
You could use generic REST client frameworks in Java (you could have a look to this question at SOFfor some alternatives). Maybe the following package from Cygnus (which acts as REST client to interact with Orion and CKAN) could be useful: https://github.com/telefonicaid/fiwar...
Hi, as Fermin already said there is not an official java framework for the NGSI API, nevertheless, speaking in high level terms all you need is an HTTP server and a JSON-string parser. There is plenty of documention for both of these subjects in Java on internet.
Asked: 2016-05-04 03:40:14 +0100
Seen: 21,193 times
Last updated: May 05 '16