资 源 简 介
What is Javango?
Javango is an experiment at porting some concepts from the Python web framework Django to native Java. It is not an attempt to duplicate all Django funcitonlality or do some type of line-by-line port, however syntax and concepts should match as close as possible.
What is the current status of Javango?
Update (Jan 14, 2008) I just uploaded an update (0.1e) that integrates Guice with core Javango, enjoy.
Update (Jan 9, 2008) The latest download (0.1d) should have most basic functionality of the polls app and the auto generated admin app.
At this time (Jan 4, 2008) Javango is simple a proof of concept for the View layer of the Django framework. Django has been described as a View Model Template based design, Javango currently uses Hibernate for the model layer and Freemarker for the template layer.
Why?
Djan