1.restful 방식 이란?
- return just the data instead of page url
2.json 과 xml의 차이점에 대하여 설명하시오.
- json is more simpler and lighter.
- json is kinda json object but xml is like html.
3.ajax 함수에 대하여 정리 하시오.
- Asynchronous JavaScript and XML. It can communicate with controllers without forwarding or refreshing the page.