BostonJohn
BostonJohn

Reputation: 2661

straddling tomcat and django

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

Answers (1)

Ignacio Vazquez-Abrams
Ignacio Vazquez-Abrams

Reputation: 798526

It sounds like a terrible, terrible idea, and yet morbidly fascinating at the same time. Anyway...

"Running Django on Jython"

"Using Jython Within Java Applications"

Do keep us informed on your progress.

Upvotes: 2

Related Questions