Join the Stack Overflow Community
Stack Overflow is a community of 6.3 million programmers, just like you, helping each other.
Join them; it only takes a minute:
Sign up

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.

share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.