On Apr 14, 2:24 am, "Diez B. Roggisch" <[email protected]> wrote:
> Am 14.04.2011 um 02:00 schrieb pythy:

> > I'm leaning toward Jython dev in eclipse. My db of choice is
> > PostgreSQL. Looking for html templates that are as easy to use as php.
>
> Don't bother with Jython unless you have a real technical requirement  
> to do so.

I agree with Diez's point. Let me add that this is one of the reasons
I love Turbogears: it suggests, but doesn't force, a road for you.

If you have a technical need to interact with Hibernate and the Java
world you can do that. Turbogears feels uncoupled from what database
layer you use, at least less coupled than Django or Ruby on Rails.

Having said that, probably the best/easiest way to learn Turbogears is
to start with the simpliest solution, at least for your learning apps:
apps in pure Python, without pulling in Java, using SQLAlchemy as the
ORM.

SQLAlchemy might actually be the solution you're looking for, if you
want to use Hibernate to interact with a pre-existing system.
SQLAlchemy doesn't force much as far as database design on you, which
if excellent for introducing a Python part of an existing DB system.

Hope this helps,
_Ryan Wilcox

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en.

Reply via email to