Simplified REST APIs from karaf using Jersey http://steinar.bang.priv.no/?p=342 #java_programming #maven #apache_karaf #declarative_services #dependency_injection #http_whiteboard #jersey #jsr330 #karaf #karafmavenplugin #mavenbundleplugin #rest_api #web_whiteboard #whiteboard I have written the Java class JerseyServlet which is intended as a base class for DS (Declarative Services) components providing Servlet services to the OSGi web whiteboard. The JerseyServlet simplifies the approach outli
Simplified REST APIs from karaf using Jersey

Steinar Bangs blogg
A Java programmer’s guide to delivering webapp frontends http://steinar.bang.priv.no/?p=269 #frontend #java_programming #bundlejs #frontend-maven-plugin #osgi_web_whiteboard #reactjs #servlet #servlet_30_annotations #servlet_container #war_file #web_descriptor #web_whiteboard #webxml #webpack When I started investigating (googling) web frontends, I found tutorials for various frameworks and I found tutorials using node.js to deliver frontends to web browsers on localhost. What I did not find, w
A Java programmer’s guide to delivering webapp frontends

Steinar Bangs blogg
Use Jersey to provide REST APIs from karaf applications http://steinar.bang.priv.no/?p=261 #java_programming #maven #apache_karaf #declarative_services #dependency_injection #http_whiteboard #jersey #jsr330 #karaf #rest_api #web_whiteboard #whiteboard Edit: creating a REST API using jersey has been made simpler, see Simplified REST APIs from karaf using Jersey for details. The sample application https://github.com/steinarb/jersey-demo demonstrates how to use Jersey to provide a REST API from a
Use Jersey to provide REST APIs from karaf applications

Steinar Bangs blogg