I've recently moved from working in Java with Servlets+JSP to
TurboGears.  In Java, if you wanted to store extra code, along with
servlets, etc., there were two places you could place code.  Compiled
classes inside JAR files would go in:
/WEB-INF/lib/*.jar

Compiled classes would go in:
/WEB-INF/classes/*.class

Various uncompiled source code might go:
/WEB-INF/src/*.java

In TurboGears, where should Python code that is not controller, model,
or kid code be placed?  Perhaps "anywhere" as long as you include it
in the path...but where is the recommended place (if there is one) and
what is the common convention?


--~--~---------~--~----~------------~-------~--~----~
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