Ratpack uses renderers to render output. We can create our own renderer by implementing the Renderer interface. The renderer class needs to implement a render method that has the object we want to render as argument. Alternatively we can add … Continue reading
The post Ratpacked: Implement Custom Rendering With Renderable Interface appeared first on JDriven.