On Mon, Feb 20, 2012 at 10:13 AM, Mark Derricutt <[email protected]> wrote:

> For this I'm quite liking the look of Spark:
>
>   http://www.sparkjava.com/readme.html
>
> It's extremely minimal and works well with Guice etc.


I tried it out and found it *too* minimal. For example, you're left to deal
with converting request parameters to objects by yourself. Also, all the
controllers have to be singletons, which kind of negates some of the
benefits of a DI framework. Finally, the code base is extremely monolithic,
with lots of static calls, which makes it hard to modify in any way (I
tried).

Moandji

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to