gridgain / gridgain-old

267 stars 85 forks source link

Ease of Use and Initial Learning Curve #21

Open sirinath opened 10 years ago

sirinath commented 10 years ago

Perhaps GG can make usage some what simpler when you get started. Good example would be the http://vertx.io/. Very easy to use and little boiler plate.

Also perhaps you can have a Scala DSL to make development more easier if using the Scala DSL.

dsetrakyan commented 10 years ago

GridGain already comes with examples to ease up learning curve: https://github.com/gridgain/gridgain/tree/master/examples

There is also a Getting Started guide and Basic Concepts section in documentation: http://atlassian.gridgain.com/wiki/display/GG60/Home

However, vertx.io is a good example, we may borrow the structure from it.