Tag: web service
-
Extensible and configurable WebSocket messages
by
WebSockets provide a flexible bi-directional way to communicate between the web browser and the backend server. In particular, it allows the server to send push messages to the client in order to inform it about data updates and the like. However, the Java API only allows for static Object encoders and decoders, i.e. they cannot…
-
Exposing a web service via https with JBoss FUSE
by
Exposing a JAX-WS web service via https in JBoss FUSE using OSGI-blueprint was not as obvious to me as I expected. This post presents a way to do it.

You must be logged in to post a comment.