Skip to content
Tomáš Livora edited this page Nov 25, 2016 · 11 revisions

SilverWare

SilverWare is a minimalistic, modularized, highly configurable, and easy-to-use microservices platform. It builds on the existing technologies such as Apache Camel, CDI (Weld), Drools, Hystrix, JGroups, JMS, REST, Vert.x, and others.

Microservice Providers

SilverWare is divided into multiple modules called microservice providers. These can be added to your project only when they are really needed so it will not have unnecessary dependencies.

Right now, the following microservice providers are available in SilverWare:

  • ActiveMQ Microservice Provider
  • Camel Microservice Provider
  • CDI Microservice Provider
  • Cluster Microservice Provider
  • Drools Microservice Provider
  • HTTP Invoker Microservice Provider
  • HTTP Server Microservice Provider
  • Hystrix Microservice Provider
  • Monitoring Microservice Provider
  • REST Client Microservice Provider
  • Vert.x Microservice Provider

Contributions

All kinds of contributions to SilverWare project are welcome, whether they are enhancements or bug fixes. Create an issue here on GitHub to discuss your suggestions with other developers.

Before making any change to the source code, please read How To Contribute guide.

Clone this wiki locally