In our Ratpack application we can have handlers that need to be invoked for every request. For example the handler needs to set a response header and will use the Context.next() method to continue with the rest of the handlers. … Continue reading
The post Ratpacked: Add Common Handlers Via The Registry appeared first on JDriven.