Integrate a Java stand alone application to the Web -
i develop java applications eclipse process data. far developed stand alone applications take data file or database, process data, , output results console/file/database. i put application online. never did web development, understanding, difference code needs on web server can http requests users, , return http response based on application's result. i advice on easiest way can this. technology need learn , tools can use making transition easier. separate code code related web stuff. thanks lot! the simplest approach developing java web applications via servlet specification. lets load application servlet container (such jetty or tomcat), handles http-side invocation issue. servlet front-end front end agnostic processing application. since applications require user interface, take @ myraid of possible templating languages available. velocity safe pick. seperate user interface adapter code.