Post from Java to a Google docs form
CodeDevTutorials
A working example : sending a request to a Google doc form with okhttp.
Keep reading
A working example : sending a request to a Google doc form with okhttp.
Keep reading
As you probably know, NoSQL era has begun for several (good) reasons
– Can run on large clusters
– Are easy to integrate
– Are said to scale in a linear way.
– Addresses different problematic solutions than classical RDBMS systems.
Here we’ll talk about Cassandra integration with Spring and a little (big) framework called Firebrand ocm.
Keep reading
Hello there, a little test with Scala (2.9.0-1) for the backend services, Scalatra for the REST part, Salat and MongoBB for the persistance layer. I will use sbt (0.10) for the project management and you should use IntelliJ Idea IDE (what else ? ).
What this test does ?
It exposes a REST API (and its documentation) in order to play with a user (login, email, password). This API is extremely simplified, so you understand easely the concepts.
The objective is to :
– add a user,
– get a user (with its id or login),
– delete a user
– have the API documentation online for each method
Keep reading
Bonjour, un petit test avec Scala (2.9.0-1) pour la partie service, Scalatra concernant le front en REST, Salat et MongoBB pour la persistance des données. J’utiliserai sbt (0.10) pour la gestion du projet et IntelliJ Idea comme IDE (What else ?).
Qu’allons nous voir ici ?
Nous allons exposer une API REST (et sa documentation associée) afin de créer des utilisateurs (identifiant, courriel, mot de passe). Cette API est extrèmement simple afin de bien comprendre ce qui se passe.
L’objectif est donc de pouvoir :
– créer un utilisateur,
– trouver un utilisateur (avec son ID ou son identifiant),
– effacer un utilisateur
– visualiser la documentation de chaque API en ligne pour chacune des méthodes
Keep reading
Dans cet article nous allons voir comment mettre en place un serveur de carte.
Sur base de net install x64 de CentOS 6, installation de type “Basic server” tout par défaut.
Pour l’URL utilisez celle-là par exemple : http://mirror.centos.org/centos/6/os/x86_64
(une image virtual box est disponible ici… a venir…)
Les différentes ressources documentaires à l’origine de ce post :
– http://wiki.openstreetmap.org/wiki/Osm2pgsql
– http://weait.com/content/build-your-own-openstreetmap-server
– http://www.surfaces.co.il/?p=880
– http://ian01.geog.psu.edu/geoserver_docs/data/openstreetmap/osm.html
On commence par mettre à jour le système : Keep reading
Pré-requis
– CentOS 5.5 – Install Java 6
Allons dans Keep reading
Pré-requis
– CentOS 5.5 – Install Java 6
Allons dans Keep reading
Une série de doc pour garder une archive quelque part…
Le but est d’installer et de configurer un serveur sans IHM sur une base de Debian 6 (j’utilise la beta 2 pour l’instant, la stable n’est pas encore sortie). Keep reading
Let’s say you have an application that needs to deal with several tenants and that each tenant requires to have its own database located where he wants.
In our example we will have the same database shcema for all tenant but it is not a problem to have several schemas.
The solution presented here loads one SessionFactory per Tenant Keep reading
Paramètres de configuration
Manager : admin / adminPassword
Admin : manager / managerPassword
Pré-requis
– CentOS 5.5 – Install Java 6
Installation Tomcat 6
Allons dans le répertoire de téléchargement et récupérons tomcat (si ce miroir ne Keep reading