How to implement a custom Spring-Boot Application HealthIndicator

For those who use Spring-Boot or even better JHipster as based stack for their Java Enterprise Application, you are probably familiar with Spring-Boot « health » endpoint within Actuator project.

springboot-health-ok Lire la suite

OpenSource Asterisk-JMSConnector Application 1.0-GA

Telephony and IT integration/coupling is surely something that can bring power or add values in some businesses (Customers Services, Hotlines, Contact Centers, Ordering lines, CRMs, Banks, Political Campaigns, Marketing, Leads Generations/Validations…)

Asterisk being the most open source IPBX used so far, is part of many architectures: small or big, single or clustered…

Here is how Asterisk-JMSConnector fits inside this picture….

Lire la suite

AWS ELB: Zero downtime or Blue Green or Canary deployments!

In this post (https://zoumana.wordpress.com/2014/06/16/zero-downtime-deploiement-sur-tomcat7/), i talked about the Zero Downtime deployment feature inside tomcat 7 and later.

To summary this was about deploying a newer version of the same app within the same tomcat container keeping the previous WAR serving the HTTP requests until the new version is successfully deployed to take over the next users’ requests.

Today the target is the same:  avoiding to take an application off-line during an upgrade for the happiness of end users 🙂 but through one of Amazon Web Services feature: Elastic Load Balancer! Lire la suite

Zero Downtime déploiement sur Tomcat7

Image

Une fonctionnalité sympa du serveur d’application / conteneur léger JEE Tomcat7 permet de migrer une application donnée de versions sans interruption de service du point de vue utilisateur.

Pourquoi est-ce si génial?

Lire la suite

SMSSync-JServer released on github: a full server side implementation of SMSSync gateway

wpid-2014-02-17-23-25-08.png

Petit rappel: Dans un précédent article, je parle de ce qu’est une Gateway HTTP-SMS

Avec SMSSync : rajouter facilement et gratuitement le canal SMS à vos applications web

L’équipe d’USHAHIDI qui développe entre autre ce produit en open source a donné sur le site de développement de la Gateway des exemples de code côté serveur pour intégrer SMSSync dans son application web. http://smssync.ushahidi.com/

Hélas il s’agissait d’exemple en PHP et Python #NoJava :(. Je viens de corriger cet oubli en publiant mon implémentation complète niveau serveur de toutes les fonctionnalités offertes par la gateway.

https://github.com/zoumhussein/SMSSync-JServer.git

Le code est Open Source sous licence MIT

N’hésitez pas à forker, copier, utiliser ….

En savoir plus

Avec SMSSync : rajouter facilement et gratuitement le canal SMS à vos applications web

wpid-2014-02-17-23-25-08.png

Si au moins un jour comme moi, vous avez eu l’idée (l’envie ou le besoin) d’utiliser du SMS dans vos applications… La première fois, vous vous êtes rendu compte que ce n’était pas aussi trivial que ça (pas dans le sens difficile, mais aussi rapide ou gratuit…).

Et bien ça, c’était avant!

Lire la suite