https://github.com/bcdev/beam-webservice
https://github.com/bcdev/beam-webservice
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bcdev/beam-webservice
- Owner: bcdev
- Created: 2013-05-16T13:33:31.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-16T23:14:21.000Z (about 13 years ago)
- Last Synced: 2025-12-26T02:34:26.702Z (6 months ago)
- Language: Java
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
beam-webservice
===============
This is a sandbox repository used to investigate into various technologies
enabling a BEAM web-(processing)-service. A BEAM web-service could serve as possibility
to access the BEAM Java API from other programming languages using a local
server and hereby allowing for elegant inter-process communication. For example, a
number of Python clients exist for JSON-RPC servers.
The respository includes two submodules (both very experimental):
* `beam-jaxws`: Uses [JAX-WS](http://en.wikipedia.org/wiki/Java_API_for_XML_Web_Services)
* `beam-jsonrcp`: Uses [JSON-RPC](http://en.wikipedia.org/wiki/JSON-RPC) enabled by [Jackson](https://github.com/FasterXML/jackson-core)