|
|
|
|
|
by KenCochrane
5201 days ago
|
|
What is the typical use case for Jython? Is it so that people can run Python at companies that only run Java? In that use case, I'm assuming people are creating a python app, and then compiling a War, and then deploying on Tomcat or Jetty? |
|
My main use is for web scraping + javascript support, since I love Python and I like the HTMLUnit headless browser written in Java. I've written two articles using it:
i) http://blog.databigbang.com/web-scraping-ajax-and-javascript...
ii) http://blog.databigbang.com/automated-browserless-oauth-auth...