> I am a Java certified programmer. But I don't have experienced > developing Web applications. As I see things, tools like Turbo Gears > are good for small things but if you have a volume that is more > important then, you need a Java Enterprise server. Am I right? I don't > know so this why I am investigating the question.
There are probably places for the Java Enterprise server stuff, but I think most moderate to large applications are going to be better served by using Python and TurboGears and maximizing developer productivity. Servers are relatively inexpensive , and TurboGears applications will scale by adding more servers if you design them right. If you want to you can definitely write the application you are talking about in TurboGears and Python. Don't get me wrong, we develop applications in Java for our clients -- bit usually this is because Java is a buzzword requirement, not because it is necessary to do the job. -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

