From: Syver E. <syv...@on...> - 2002-03-24 22:31:31
|
Ale...@di... writes: > I was just looking at the examples of JythonServlet, and I was > wondering: > > why would you want to use jython to create the servlet, instead of > using java ? Hmm, let's say you know how to use python, have python libraries that you know, and just plain like to program in python. But, your project is to be deployed on the java platform, so you use jython because that is python for the java platform. If the platform was win32 you'd use python for windows, if it was AS/400 you'd use python for AS/400 etc., etc. If you'd like to write your application in another language than python for a specific application platform, than you do that instead. Ok? -- Vennlig hilsen Syver Enstad |