SproutCore javascript
frameworks, javascript, model-view-controller, sproutcore, spry
Solution
The only tutorial I know of is the Todos tutorial, which I believe is not currently completable from Incremental Loading point onward.
The widgets available are in `/frameworks/desktop/views` (the root here is the repository base). If you want something more complex (e.g. a calendar widget), you'd have to write it yourself using the widgets in that directory as examples.
I don't understand this question, but you should be able to use Spry simply by loading it into the page. SproutCore isn't a particularly good global citizen and I've not looked at Spry but I don't expect you'll see conflicts. If you're looking for Sproutcore documentation on best practices/loading/implementation, there isn't any. You have to read the source of the libary/test suite/demos to figure that sort of thing out.
Problem
Hey... I started using Javascript MVC SproutCore Framework (sproutcore.com) and I found it impressive. But... - Where can I find good tutorials for it? - Where can I find widgets for it? - How can I use (best practice, loading librarys, implementation) other frameworks like Spry framework (http://labs.adobe.com/technologies/spry/). Thx!