Hi,

I recently joined a team that is building a web application and we are
examining the possibilities of using Django to implement it. The core
of this application is already written in Java and until now Java
servlets were used for client-server communication. We have no
previous experience in Python. So, we have the following questions:

1) Is Django speediness worth the time spending to learn Python and
Django?

2) Is there any way to bind what is already made in Java with Python
(or Jython) and Django? If yes, how can we do this? How can Java
functions be called within Python code? Is there any cost in speed and
efficiency if this approach is followed? Do we need to have one server
running Java and another running Python in different ports and have
them communicate to each other?

OR

3) Is it better to write the whole thing again in Python?

Thank you very much for your understanding!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to