We use proprietary and third party´s cookies to improve your experience and our services, identifying your Internet Browsing preferences on our website; develop analytic activities and display advertising based on your preferences. If you keep browsing, you accept its use. You can get more information on our Cookie Policy
Cookies Policy
Ask Your Question
2

how can I use the context broker using Java, is there any API?

asked 2016-05-04 03:40:14 +0200

this post is marked as community wiki

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

edit retag flag offensive close merge delete

2 answers

Sort by » oldest newest most voted
1

answered 2016-05-05 17:57:18 +0200

Fermín Galán gravatar image

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...

edit flag offensive delete link more
0

answered 2017-04-09 04:29:55 +0200

Sergio Serrano gravatar image

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.

edit flag offensive delete link more
Login/Signup to Answer

Question Tools

1 follower

Stats

Asked: 2016-05-04 03:40:14 +0200

Seen: 21,122 times

Last updated: May 05 '16