Hello,
I am looking at Java-based RAD/MVC frameworks, and came across Spring Roo. I am much more familiar with Django, which is a Python-based RAD/MVC framework.
Under Django, if you give it a database schema (or write code to generate the schema), you get two things in return:
http://site/admin/ <- This is an interface where you can add/delete/update records to the tables in your schema
http://site/ <- This is a blank slate. You write templates that are called from your Python code to actually generate webpages.
With Roo, I see I get one thing. If I hit http://site/ on a Roo-based site, I get an interface to add/delete/update records to the tables in the schema. But I don't see a way offhand to write up a clean template that Java code can interface to.
How can I make Roo behave like Django?
Thanks in advance!
Nincsenek megjegyzések:
Megjegyzés küldése