I'm a beginner in Java and these .jar, .war, etc businesses are new to me. I made my first RESTful Webservice project and added 2 * .jars, Gson and JDBC.postgres.
I want to put it into production (on a server that will be Tomcat ) to use it from other application (s). How to proceed?
It is a java web project and contains only one connection class, one entity class and the restful webservice class from the standards. It was developed in Netbeans 8.0. And I did not use Maven, which I do not know what it is, as I said it's noob in Java.