Hi, I developed lightweight library to work with NEM blockchain via http.
- It is not using nem-core(which is not added to maven central) module and can send transactions to remote node.
- It is not static and you can create as many instances as you want
- It has client load balancing(ribbon - https://github.com/Netflix/ribbon) and circuit breaker(hystrix - https://github.com/Netflix/Hystrix)
- It configured via archaius(https://github.com/Netflix/archaius)
- I will add it to maven central in a few days so you can use it just adding maven dependency
See README for details of usage https://github.com/rosklyar/nem-library