I am building website with Python and django. There are ome data mining classes already programmed in java. Can i use those function in djnago via anything like
1 Answer
Try running Django on Jython. I believe it should be possible to integrate Java classes in such way.
4 Comments
Mirage
I was not able to read full docs but suppose i already have django running under linux. I have many python modules installed and many django apps. WIll i have recode everything in Jython is i can install jython and django , files , apps can stay same. Is that the case???
Grzegorz Szpetkowski
@user825904: That's good question. For sure you don't need recode everything, however check this answer (stackoverflow.com/questions/471000/jython-and-python-modules/…).
Mirage
Thanks buddy , i need to read full docs to see what it supports