I don't know if it's common to use Python in the WEB composed of JSP and JAVA, but in the recent project I needed a function to run python scripts in JAVA and get a result value. Previously, I analyzed which one of "Jython" and "JEP" fits the project, and finally selected JEP, and explains how to install JEP on Linux. [기술] JEP과 Jython "Java + Groovy 로 진행되던 프로젝트인데 클라이언트의 요청으로 Groovy 스크립트를 Python으..