Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1cd32c2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
grunenwald committed Nov 27, 2023
1 parent 4ef0714 commit 39b87e4
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
Binary file modified 01-presentation.pdf
Binary file not shown.
Binary file modified 02-php-intro-framework.pdf
Binary file not shown.
Binary file modified 03-Laravel.pdf
Binary file not shown.
Binary file modified 04-html5.pdf
Binary file not shown.
Binary file modified 05-JSandDOM.pdf
Binary file not shown.
Binary file modified 06-HTTPandAJAX.pdf
Binary file not shown.
Binary file modified 07-jQuery.pdf
Binary file not shown.
Binary file modified 08-RSS.pdf
Binary file not shown.
28 changes: 14 additions & 14 deletions 09-webservices.html
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ <h1>Service web</h1>
<ul>
<li><a href="https://upload.wikimedia.org/wikipedia/commons/3/3f/Concept_WS.jpg">Applications
distribuées</a> pour l’entreprise</li>
<li><a href="https://fr.wikipedia.org/wiki/Application_composite">Mashups</a>
d’applications web (<a href="https://www.programmableweb.com/category/mashups">exemples</a>)</li>
<li><a href="https://en.wikipedia.org/wiki/Mashup_(web_application_hybrid)">Mashups</a>
d’applications web (<a href="https://science.howstuffworks.com/innovation/repurposed-inventions/5-web-mashups.htm">exemples</a>)</li>
<li>Applications Facebook, <a href="https://developers.google.com/apis-explorer/">API Google</a></li>
<li><a href="https://ifttt.com/">IFTTT</a></li>
</ul></li>
Expand Down Expand Up @@ -367,9 +367,9 @@ <h1>SOAP</h1>
<section id="soap-2" class="slide level1">
<h1>SOAP</h1>
<ul>
<li><a href="http://www.w3schools.com/xml/xml_soap.asp">Exemple</a>
<li><a href="https://www.w3schools.com/xml/xml_soap.asp">Exemple</a>
requête/réponse</li>
<li><a href="http://www.w3big.com/fr/soap/default.html#gsc.tab=0">Introduction
<li><a href="https://www.w3big.com/fr/soap/default.html#gsc.tab=0">Introduction
à SOAP</a> (fr)</li>
<li>Créer un service web WS (SOAP) nécessite WSDL et UDDI :
<ul>
Expand All @@ -383,7 +383,7 @@ <h1>SOAP</h1>
<li>annuaire d’informations sur les services web</li>
<li>annuaire d’interfaces de services web décrites en WSDL</li>
</ul></li>
<li><a href="http://www.w3schools.com/xml/xml_wsdl.asp">Tutorial
<li><a href="https://www.w3schools.com/xml/xml_wsdl.asp">Tutorial
WSDL/UDDI w3schools</a></li>
</ul>
</section>
Expand All @@ -392,9 +392,9 @@ <h1>REST : REpresentational State Transfer</h1>
<ul>
<li>Style d’architecture sur lequel a été bâti le web</li>
<li>Architecture Orientée Ressource (ROA)</li>
<li>Chapitre 5 de la <a href="http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm">thèse</a>
<li>Chapitre 5 de la <a href="https://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm">thèse</a>
de <a href="https://fr.wikipedia.org/wiki/Roy_Fielding">Roy T.
Fielding</a> (<a href="http://opikanoba.org/tr/fielding/rest/">fr</a>),
Fielding</a> (<a href="https://opikanoba.org/tr/fielding/rest/">fr</a>),
2000</li>
<li>Parmi les <a href="https://fr.wikipedia.org/wiki/Representational_state_transfer">contraintes</a>,
une interface uniforme :
Expand Down Expand Up @@ -519,7 +519,7 @@ <h1>REST</h1>
</ul>
</section>
<section id="niveaux-de-maturité-de-richardson18" class="slide level1">
<h1>Niveaux de maturité de <a href="http://martinfowler.com/articles/richardsonMaturityModel.html">Richardson</a></h1>
<h1>Niveaux de maturité de <a href="https://martinfowler.com/articles/richardsonMaturityModel.html">Richardson</a></h1>
<ul>
<li>0: Plain Old Xml (POX)
<ul>
Expand Down Expand Up @@ -567,16 +567,16 @@ <h1>Pour aller plus loin…</h1>
<ul>
<li>Références
<ul>
<li><a href="https://www.w3.org/TR/soap/">SOAP</a>, <a href="https://www.w3.org/2002/ws/desc/">WSDL</a>, <a href="http://uddi.xml.org/">UDDI</a>, <a href="http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm">REST</a>,
<a href="http://www.oasis-ws-i.org/">The WSIO</a></li>
<li><a href="https://www.w3.org/TR/soap/">SOAP</a>, <a href="https://www.w3.org/2002/ws/desc/">WSDL</a>, <a href="https://uddi.xml.org/">UDDI</a>, <a href="https://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm">REST</a>,
<a href="https://www.oasis-ws-i.org/">The WSIO</a></li>
<li><a href="https://larlet.fr/david/biologeek/archives/20070629-architecture-orientee-ressource-pour-faire-des-services-web-restful/">Des
services web RESTful</a>, <a href="https://web.archive.org/web/20160310205502/http://home.ccil.org/~cowan/restws.pdf">Une
apologie de REST</a> (recommandés)</li>
<li><a href="http://www.figer.com/Publications/SOA.htm">REST et
architectures orientées service</a>, <a href="http://fr.slideshare.net/samijaber/symposium-dng-2008-roa">Présentation
<li><a href="https://www.figer.com/Publications/SOA.htm">REST et
architectures orientées service</a>, <a href="https://fr.slideshare.net/samijaber/symposium-dng-2008-roa">Présentation
ROA</a></li>
<li><a href="http://restcookbook.com/">The RESTful cookbook</a>, How
important is <a href="http://stackoverflow.com/questions/20335967/how-useful-important-is-rest-hateoas-maturity-level-3">HATEOAS</a>
<li><a href="https://restcookbook.com/">The RESTful cookbook</a>, How
important is <a href="https://stackoverflow.com/questions/20335967/how-useful-important-is-rest-hateoas-maturity-level-3">HATEOAS</a>
(stack overflow)</li>
</ul></li>
<li>Exemples de services web :
Expand Down
Binary file modified 09-webservices.pdf
Binary file not shown.
Binary file modified 10-rwd.pdf
Binary file not shown.
Binary file modified 11-https.pdf
Binary file not shown.
Binary file modified 12-risques.pdf
Binary file not shown.
Binary file modified 13-rails.pdf
Binary file not shown.

0 comments on commit 39b87e4

Please sign in to comment.