Dear Django Users, Some while ago in May Brian Corrigan mentioned the following solution to exposing Django to an outside application to me.
On May 24, 12:32 pm, brian corrigan <[EMAIL PROTECTED]> wrote: > We have used Django along side Java applications by using Jython and > HTTP requests from the Java to Django and vice versa. So if your > colleagues need more "serious" application features there are ways to > plug them into Django (although I'm sure some people might not agree > with the method) :) Brian, could you describe in a few words how that works? I imagine the following: You pack every request int a url and post parameters. That's easy, as long as it is well documented. Now the result of such an operation may be of any content type. As long as you you can control the format of the response, you can easily create some protocol that your application understands. Now unfortunately that is not true for the whole admin branch of the urls. That's sort of sad, because you would have to rewrite a lot of those CRUD operations in some way. I imagine that maybe some sort of middleware could take care of catching the reponse and converting it into the corresponding protocol? as always: thanks for your answers, Oliver --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---