Is there an equivalent of command line PHP for Java servlets?
-
2Not directly. What's the functional requirement then? Unit testing?BalusC– BalusC2012-01-10 17:28:27 +00:00Commented Jan 10, 2012 at 17:28
-
In Java, there is usually another way to do whatever you need to run this way. i.e. it supports it but you don't want to go there.Peter Lawrey– Peter Lawrey2012-01-10 17:35:28 +00:00Commented Jan 10, 2012 at 17:35
-
I just wanted a simple way to eyeball the HTML it generates.Antony Quinn– Antony Quinn2015-06-27 16:57:55 +00:00Commented Jun 27, 2015 at 16:57
Add a comment
|