> I'm glad to see that you have an interest in snake-guice. The project
> is alive and well. There are some recent commits and more coming. I am
> planning to release a new version very soon.
I noticed the recent commits and that gave me hope. ;) I am pretty
excited that my forum post was answered quickly, too.
If you were to compare snake-guice's feature completeness to google-
guice on say, a scale of 1-10, where would you place it? Are there any
major pieces missing that might be an issue that would not be
immediately obvious to someone new to guice and/or python?
> I would be happy to help you through setting up your app using
> snake-guice. What kind of project will you be working on?
The project will hopefully be pretty straightforward. It will
basically be a simple web application to manage uploaded assets (files
of varying types) and users able to access them. There very well may
be some heavy non-web components to the system so I would like to make
sure and not paint myself into a corner by choosing a heavily web-
centric solution in the beginning.
The CherryPy example looks interesting. Are there any examples of a
more complicated web application running, possibly using a templating
engine of somesort?
Thanks again for the quick response. :)