I have a java project up and running.
java -Xmx1g -cp $classpath $runnableclass -url $url $arguments
This will printout the results in terminal.
I want to create a web api so that I can run this in a webpage. I want users to enter their url and get the results on the webpage while the parameters set in the webpage using boxes or radio buttons. My search for such application didn't go any where since most of the examples were not showing how to use a package in REST api.
I'd appreciate if you can direct me to some templates or examples or tutorials. Thanks.
Aucun commentaire:
Enregistrer un commentaire