vlingo / xoom-actors

The VLINGO XOOM platform SDK for the type-safe Actor Model, delivering Reactive concurrency, high scalability, high-throughput, and resiliency using Java and other JVM languages.
https://vlingo.io
Mozilla Public License 2.0
229 stars 28 forks source link

how to use vlingo-actors ? #32

Closed yuer2016 closed 5 years ago

yuer2016 commented 5 years ago

I read the basic tutorial, but how to use it in a specific business scenario. Is there any more sample code? Thank you very much.

VaughnVernon commented 5 years ago

Several/Many examples here. Does this help?

https://github.com/vlingo/vlingo-examples

d-led commented 5 years ago

Depending on the business, here's the kind you might have had in mind https://github.com/kmruiz/vlingo-bank-example

If interfacing with other code is if concern, check out https://github.com/d-led/vlingo_experiments

As with any other technology, trying out the basics will guide one to an understanding how that could be applied in bigger context.

yuer2016 commented 5 years ago

Very helpful, thank you very much. thanks your cool job ,This is a simple and elegant framework!