Reputation: 2661
I'm working on a webapp project that was originally written using jsp, tomcat, jersey and eclipselink. I think that we should move the project towards django. There is one component of it that needs to be almost completely rewritten. It would be great if I could rewrite that portion using python and django's database models but have it still be called by the existing java codebase.
Can anyone suggest a reasonable method to do this? Is this kind of mixed system a bad idea?
Upvotes: 0
Views: 497
Reputation: 798526
It sounds like a terrible, terrible idea, and yet morbidly fascinating at the same time. Anyway...
"Using Jython Within Java Applications"
Do keep us informed on your progress.
Upvotes: 2