Tag Archives: programming

Porting of custom Luminis API to Grails Done

Quite some time ago I developed a set of APIs that other developers at my institution could use. I documented these APIs at our wiki page here REST API for Luminis. Now these APIs were written to run in the … Continue reading

Posted in Programming | Tagged , , , | Comments Off

Custom Security Filter for Grails Spring Security 3 plugin

Introduction I am converting an existing set of Java servlets to Grails. These servlets act as a RESTful API which take in addition to the API’s specific parameters two parameters to authenticate the request before handing over the information. In … Continue reading

Posted in Programming | Tagged , , | 1 Comment