Références Web
Apache
Directive Directory : http://httpd.apache.org/docs/current/fr/mod/core.html#directory
Directive DirectoryMatch : http://httpd.apache.org/docs/current/fr/mod/core.html#directorymatch
Directive Files : http://httpd.apache.org/docs/current/fr/mod/core.html#file
Directive FilesMatch : http://httpd.apache.org/docs/current/fr/mod/core.html#filesmatch
Directive LimitRequestLine : http://httpd.apache.org/docs/current/mod/core.html.fr#limitrequestline
Directive Location : http://httpd.apache.org/docs/current/fr/mod/core.html#location
Directive LocationMatch : http://httpd.apache.org/docs/current/fr/mod/core.html#locationmatch
Gestion du cache : http://httpd.apache.org/docs/current/fr/caching.html
Module cache : http://httpd.apache.org/docs/current/mod/mod_cache.html
Module expires : http://httpd.apache.org/docs/current/mod/mod_expires.html
Module file cache : http://httpd.apache.org/docs/current/fr/mod/mod_file_cache.html
Roy T. Fieldling : http://httpd.apache.org/contributors/#fielding et http://roy.gbiv.com/
Apache CXF
Apache CXF : http://cxf.apache.org/
Création de l’annotation @PATCH : https://cxf.apache.org/docs/jax-rs-basics.html
Javadoc de la classe RequestHandler : http://cxf.apache.org/javadoc/latest/org/apache/cxf/jaxrs/ext/RequestHandler.html
Sécurité : http://cxf.apache.org/docs/secure-jax-rs-services.html
Téléchargement : http://cxf.apache.org/download.html
Apache HttpComponents
Tutoriel Apache HttpClient : http://hc.apache.org/httpcomponents-client-ga/tutorial/html/
Apache Maven
Maven : http://maven.apache.org/
Création d’une application web : http://maven.apache.org/guides/mini/guide-webapp.html
Génération d’une configuration Eclipse : http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html
Suppression d’une configuration Eclipse : https://maven.apache.org/plugins/maven-eclipse-plugin/clean-mojo.html
Apache Tomcat
Configuration des autorisations des utilisateurs (realm) : https://tomcat.apache.org/tomcat-7.0-doc/realm-howto.html
CSS
Less : http://www.lesscss.de/
Cryptographie
Algorithmes SHA : http://fr.wikipedia.org/wiki/Secure_Hash_Algorithm
SHA2 et MySQL : https://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html#function_sha2
SHA et Spring : http://docs.spring.io/spring-security/site/docs/3.2.x/reference/htmlsingle/#ns-password-encoder
Google Chrome
Documentation de la console JavaScript : https://developers.google.com/chrome-developer-tools/docs/console
Plugin JsonView : https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc
Plugin Postman : https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm
Postman : http://www.getpostman.com/
Eclipse
Téléchargement de l’IDE Eclipse : https://www.eclipse.org/downloads/
Plugin Scala : http://scala-ide.org
Graph API : https://developers.facebook.com/docs/graph-api
Graph Explorer : https://developers.facebook.com/tools/explorer/
HTTP
CONNECT et la sécurité : http://www.kb.cert.org/vuls/id/150227
Définitions des différentes méthodes disponibles : http://tools.ietf.org/html/rfc2616#section-9
Liste des en-têtes HTTP : http://en.wikipedia.org/wiki/List_of_HTTP_header_fields
TRACE et la sécurité : http://www.cgisecurity.com/questions/httptrace.shtml
IANA
Liste des media types existants : http://www.iana.org/assignments/media-types/media-types.xhtml
Internet Explorer
Documentation de la console JavaScript : http://msdn.microsoft.com/fr-FR/library/ie/bg182326
Documentation de la classe JSON : http://www.w3schools.com/json/json_eval.asp
Intégration de la classe JSON à IE8 : http://msdn.microsoft.com/fr-fr/library/ie/cc836458.aspx
Nombre maximal de caractères dans une URL : http://support.microsoft.com/kb/208427/fr
Java
Gestion des références circulaires avec JAXB : https://jaxb.java.net/guide/Mapping_cyclic_references_to_XML.html
Jackson : http://jackson.codehaus.org/
Java API for RESTful Services (JAX-RS) : https://jax-rs-spec.java.net/
Javadoc de la classe MediaType : http://docs.oracle.com/javaee/7/api/javax/ws/rs/core/MediaType.html
Javadoc de la classe Response : http://docs.oracle.com/javaee/7/api/javax/ws/rs/core/Response.html
Javadoc de l’énumération Response.Status : http://docs.oracle.com/javaee/7/api/javax/ws/rs/core/Response.Status.html
Javadoc de la classe URL : http://docs.oracle.com/javase/7/docs/api/java/net/URL.html
Javadoc de la classe URLConnection : http://docs.oracle.com/javase/7/docs/api/java/net/URLConnection.html
Javadoc des classes du package javax.xml.bind.annotation : http://docs.oracle.com/javaee/7/api/javax/xml/bind/annotation/package-summary.html
JAXB : http://www.oracle.com/technetwork/articles/javase/index-140168.html
JSR 311 : https://jcp.org/en/jsr/detail?id=311
JSR 339 : https://jcp.org/en/jsr/detail?id=339
JavaScript
API de gestion de l’historique en HTML5 : https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history
CoffeeScript : http://coffeescript.org/
ECMAScript : http://www.ecmascript.org/
Eval, les lenteurs : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval
Norme ECMAScript : http://www.ecma-international.org
Jersey
Bug TypeMappingInfo sur la sérialisation d’une exception : https://java.net/jira/browse/JERSEY-2406
Jersey : https://jersey.java.net/
Jersey et JSON : https://jersey.java.net/documentation/2.3.1/media.html#json
EclipseLink MOXy : http://www.eclipse.org/eclipselink/moxy.php
Sécurité : https://jersey.java.net/documentation/latest/security.html
WADL : https://jersey.java.net/documentation/latest/wadl.html
JBoss
Fichier jboss-deployment-structure.xml : https://docs.jboss.org/author/display/AS7/Class+Loading+in+AS7
JBoss : http://www.jboss.org
JBoss Application Server version WildFly 8 : http://wildfly.org/
Outils JBoss pour Eclipse : http://www.jboss.org/tools
JBoss RESTEasy
Bug getEntity() : https://github.com/resteasy/Resteasy/issues/436
Javadoc de la classe ClientResponse :
JBoss RESTEasy : http://www.jboss.org/resteasy
Mise à jour du module RESTEasy dans JBoss :
Sécurité de RESTEasy : https://docs.jboss.org/resteasy/2.0.0.GA/userguide/html/Securing_JAX-RS_and_RESTeasy.html
JSON
ECMA-404 : http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf
Présentation de la norme : http://json.org/
Plugin pour navigateurs JSONView : http://jsonview.com/
Validateur JSONLint : http://jsonlint.com/
Bibliothèque Google Gson pour Java : http://code.google.com/p/google-gson/
Bibliothèque Jsonic pour Java : http://jsonic.sourceforge.jp/
Maven
Maven : http://maven.apache.org/
Mozilla
Contenu de la release (version) 12 de FF : https://developer.mozilla.org/en-US/Firefox/Releases/12
Documentation de la console JavaScript : https://developer.mozilla.org/en-US/docs/Web/API/console
Documentation de la fonction eval : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval
Intégration de la classe JSON à FF3.5 : https://developer.mozilla.org/en-US/docs/Using_native_JSON
Moteur Gecko, contenu de la version 12 : https://developer.mozilla.org/en-US/docs/Mozilla/Gecko/Versions
Plugin Firebug pour Firefox : https://addons.mozilla.org/fr/firefox/addon/firebug/
Plugin JsonView : https://addons.mozilla.org/fr/firefox/addon/jsonview/
Plugin RESTClient : https://addons.mozilla.org/fr/firefox/addon/restclient/
RESTClient : http://restclient.net/
MySQL
Connecteur : http://dev.mysql.com/downloads/connector/j/
Utilisation de MySQL avec JBoss 4 - documentation JBoss : http://docs.jboss.org/jbossas/getting_started/v4/html/db.html
Utilisation de MySQL avec JBoss 4 - documentation MySQL : https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-jboss.html
Utilisation de MySQL avec JBoss 7 - documentation JBoss : https://community.jboss.org/wiki/DataSourceConfigurationInAS7
Opera
Intégration de la classe JSON à Opera 10 : http://my.opera.com/ODIN/blog/opera-10-5-pre-alpha-build-released-here-is-whats-new
Moteur Opera Presto, contenu de la version 2.5 : http://www.opera.com/docs/specs/presto25/#ecmascript
Play Framework
Gestion des dépendances : http://www.playframework.com/documentation/2.2.x/SBTDependencies
Play Framework : http://www.playframework.com/
Repository Typesafe : http://repo.typesafe.com/typesafe/maven-releases/com/typesafe/play
Redis
Plugin Redis pour Play : https://github.com/typesafehub/play-plugins/tree/master/redis
Redis : http://redis.io/
Visual Studio, Express Edition : http://www.visualstudio.com/fr-fr/downloads/
REST
Le document, de Roy Thomas Fielding, à l’origine de REST : http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm
WADL : https://wadl.java.net/
WSDL 2.0 : http://www.w3.org/TR/wsdl20-primer/
Restlet
Extension Jackson pour Restlet : http://restlet.org/learn/guide/2.2/extensions/jackson
Restlet : http://restlet.org/
RFC
RFC 1738, URL : http://tools.ietf.org/html/rfc1738
RFC 2119, comment lire une RFC : http://tools.ietf.org/html/rfc2119
RFC 2068, protocole HTTP/1.1, janvier 1997 : http://tools.ietf.org/html/rfc2068
RFC 2518, extensions du protocole HTTP : http://tools.ietf.org/html/rfc2518
RFC 2616, protocole HTTP/1.1, juin 1999 : http://tools.ietf.org/html/rfc2616
RFC 2822, Internet Message Format : http://tools.ietf.org/html/rfc2822
RFC 3986, syntaxe des URI : http://tools.ietf.org/html/rfc3986
RFC 4229, liste des en-têtes HTTP : https://tools.ietf.org/html/rfc4229
RFC 4288, spécification des media types : http://tools.ietf.org/html/rfc4288
RFC 4289, procédure d’enregistrement d’un type MIME chez IANA : http://tools.ietf.org/html/rfc4289
RFC 4627, JSON : http://tools.ietf.org/html/rfc4627
RFC 5849, OAuth 1.0 : http://tools.ietf.org/html/rfc5849
ROA
Extraits du livre RESTful Web Services par L. Richardson et S. Ruby, aux éditions O’Reilly : http://www.devarticles.com/c/a/Web-Services/The-ResourceOriented-Architecture/
ROCA
ROCA Style : http://roca-style.org/
Safari
Versions de WebKit dans Safari : http://en.wikipedia.org/wiki/Safari_version_history
Spring
Documentation de Spring Data Rest : http://docs.spring.io/spring-data/rest/docs/current/reference/htmlsingle/
Projet Spring Data Rest : http://projects.spring.io/spring-data-rest/
Espace développeurs : https://dev.twitter.com/
REST API 1.1 : https://dev.twitter.com/docs/api/1.1
WebKit
Intégration de la classe JSON à WebKit 528+ : https://bugs.webkit.org/show_bug.cgi?id=20031