Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Suivre ce blog Administration + Créer mon blog
MENU

webservice

GET / POST 区别

21 Mars 2015 Publié dans #webservice

在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...

Lire la suite
Publicité

UI framework

24 Octobre 2014 Publié dans #webservice

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...

Lire la suite

WS client Eclipse + Tomcat

10 Mars 2013 Publié dans #tomcat, #webservice, #java

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...

Lire la suite

HelloWorld service deployment. Eclipse and Tomcat

10 Mars 2013 Publié dans #apache, #tomcat, #webservice, #java

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...

Lire la suite
Publicité