Picio wrote:
> Hello, a friend of mine want me to join a team on a project. They use
> Java (the IDE is java studio creator), and the deployment server is
> Tomcat. Anyway I have all my apps in python and I'd like to continue
> my development using it instead of learning java.
> Is it possible to translate my apps from python to Java in a way they
> can integrate them in Tomcat? Is it jython? I have just some simple
> apps and scripts.

Jython is a good bet, depending on what the scripts do. You can write 
servlets in Jython and embed them in Tomcat.

> (Or Is it better that I start to learn Java leaving a part my beloved
> python? I hope you answer NO ;) )

You will probably have to learn some Java. Or run the other way :-)

Kent
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to