/ Java

Jersey (JAX-RS) SecurityContext in action

Someone ask me how to use SecurityContext and RolesAllowed with the previous article. Here is. Creating User Before anything else, we need to create a role based user (this bean is the one we will you use to logon, check

/ Java

Jersey (JAX-RS) SecurityContext in action

Someone ask me how to use SecurityContext and RolesAllowed with the previous article. Here is. Creating User Before anything else, we need to create a role based user (this bean is the one we will you use to logon, check

/ Java

Jersey (JAX-RS) implements a HTTP Basic Auth decoder (for 2.x branch)

Here is the updated version of the article about how to implement a HTTP Basic Auth Filter, for Jersey 2.x. The global idea remains the same, so check out the previous article about how and why we do this. Jersey

/ Java

Jersey (JAX-RS) implements a HTTP Basic Auth decoder (for 2.x branch)

Here is the updated version of the article about how to implement a HTTP Basic Auth Filter, for Jersey 2.x. The global idea remains the same, so check out the previous article about how and why we do this. Jersey

Detect graph cycle, in Javascript

After searching for some times, I start making my own graph cycle algorithm. The idea is to have a lightweight code, both in terms of performance and size, to be able to ship it in browser directly. The code use

Detect graph cycle, in Javascript

After searching for some times, I start making my own graph cycle algorithm. The idea is to have a lightweight code, both in terms of performance and size, to be able to ship it in browser directly. The code use

QuerySniper: A tool for every SQL guys

I’ve done a new project recently: QuerySniper. A kind of « visual » join system for SQL database. Currently only supporting MySQL, the system is able to graphically print intermediate results of a join. The system is based on this idea: gives

QuerySniper: A tool for every SQL guys

I’ve done a new project recently: QuerySniper. A kind of « visual » join system for SQL database. Currently only supporting MySQL, the system is able to graphically print intermediate results of a join. The system is based on this idea: gives

WDL-OL modify graphic by user input

Another article on WDL-OL, this time about relation between mouse, and graphic. This article is more or less related to the previous one about WDL and cairo, but this time, as we will some basics about handling mouse and graphic,

WDL-OL modify graphic by user input

Another article on WDL-OL, this time about relation between mouse, and graphic. This article is more or less related to the previous one about WDL and cairo, but this time, as we will some basics about handling mouse and graphic,

Using cairo to render graphics in WDL-OL

WDL-OL is a nice framework for building audio plugins to integrate with your favorite DAW like Ableton/Reaper. Currently supporting many targets for many DAW environment like Windows, Mac (and much more like iOs!), this framework is ready out of the

Using cairo to render graphics in WDL-OL

WDL-OL is a nice framework for building audio plugins to integrate with your favorite DAW like Ableton/Reaper. Currently supporting many targets for many DAW environment like Windows, Mac (and much more like iOs!), this framework is ready out of the

From DLL to A file using python

I recently got a trouble using python and MinGW under windows, MinGW was not understanding Python basics, and it was making me crying!! Lets do a python module to automate python lib export. This is simply a fun stuff, not

From DLL to A file using python

I recently got a trouble using python and MinGW under windows, MinGW was not understanding Python basics, and it was making me crying!! Lets do a python module to automate python lib export. This is simply a fun stuff, not

Haproxy and Python Tornado: disable Logging

I got a system running Python Tornado behing Haproxy. As Haproxy provide a check-health functionnality, I of course activate it, but it create a simple problem: every 2 seconds (or 1), I got a log entry on tornado side, saying

Haproxy and Python Tornado: disable Logging

I got a system running Python Tornado behing Haproxy. As Haproxy provide a check-health functionnality, I of course activate it, but it create a simple problem: every 2 seconds (or 1), I got a log entry on tornado side, saying

Python Tornado and decorator

I had some time with python Tornado recently. Despite if it’s less cool compare to Java Jersey, it’s based on Python, which means sometimes it’s -really- less boring than Java. Based on this article, we will go threw the basic

Python Tornado and decorator

I had some time with python Tornado recently. Despite if it’s less cool compare to Java Jersey, it’s based on Python, which means sometimes it’s -really- less boring than Java. Based on this article, we will go threw the basic

Using Javascript as a plugin tool for Java

Let’s have fun with Javascript today… Inside Java. Goal Javascript is a powerfull and flexible language, while Java can be a lot more strict. The combinaison of both can be quite interesting, and offer (for example) an easy and cheap

Using Javascript as a plugin tool for Java

Let’s have fun with Javascript today… Inside Java. Goal Javascript is a powerfull and flexible language, while Java can be a lot more strict. The combinaison of both can be quite interesting, and offer (for example) an easy and cheap