I need to post form data using angularjs. The .js file should use $http to post data as a JSON type having url:,data:_,etc. Then on receiving it at servlet the json object has to be read and mapped to respective getter-setter methods in a class(bean). Then the form data has to be implemented using an implementation class which has the respective insert query and connection to DB.
Any example presenting the above process would be of great help.