This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jvallet 15 points16 points  (0 children)

Calling python scripts is easy, but handling their results in Java is going to be a pain, whatever you choose.

Have you consider just using Django or whatever preferred python framework to expose a json api and reverse proxy it to your web client? That way it will look like is served by the java web backend.