webservice
GET / POST 区别
在rest service中, 有get、post两种请求模式。有时候可以达到同样的效果。但是背后却有区别。 1. 表达: GET /blog/?name1=value1&name2=value2 HTTP/1.1 Host: XXXX.com POST /blog/ HTTP/1.1 Host: XXXX.com name1=value1&name2=value2 2. GET的好处 GET requests can be cached GET requests can remain in the...
UI framework
Mail from team mate : Just wanted to share something with you. In case you have some interest in UI development. Here below a I list of UI frameworks/tools that I am using for personal projects and which I believe represent (together) a very strong set-up...
WS client Eclipse + Tomcat
refer : http://www-inf.it-sudparis.eu/~nguyen_n/teaching_assistant/web_services/webservice_client_generation WS Client deployment with Eclipse WTP In this tutorial we will see how Eclipse generate the Client stub. We start with the HelloWorld service...
HelloWorld service deployment. Eclipse and Tomcat
refer : http://www-inf.it-sudparis.eu/~nguyen_n/teaching_assistant/web_services/simple_web_service_deployment_with_eclipse_and_tomcat_server Setting up Tomcat on Eclipse Download and extract Tomcat (suppose version 7.0.12) on your machine. Open the server...