skyscreamer / yoga

Yoga is RESTful but flexible.
http://yoga.skyscreamer.org/
Apache License 2.0
156 stars 66 forks source link

Adding additional YogaBuilder extension points for CoreSelector, SelectorResolver and MetaDataRegistry #230

Closed sduskis closed 11 years ago

sduskis commented 11 years ago

adding some additional configuration options for YogaBuilder based on user requests. You can now override CoreSelector, SelectorResolver and MetaDataRegistry.

updated the maven compiler plugin to 3.1 (from 2.3.1). Supposedly, it's faster.

lovoni commented 10 years ago

Hi Here are a few remarks I'd like to share:

1- Yoga is a great framework 2- Features (what it does) are "well" documented

But the "how to" is not that sufficiently documented. Thought there are demo projects, it's still a bit hard to get started. There is no clear view of the involved components (for a specific use case) and how they interact. The demo projects configuration files should be scoped in each demo project. Trying to share configuration makes it not only tedious to find files but also hard to tell what's required from what's not.

Could you do something about it? Giving more information on the responsability of each Yoga component?

Thanks