Enterprise Java
-
Spring Rest API with Swagger – Creating documentation
The real key to making your REST API easy to use is good documentation. But even if your documentation is…
Read More » -
Spring Boot Actuator: custom endpoint with MVC layer on top of it
Spring Boot Actuator endpoints allow you to monitor and interact with your application. Spring Boot includes a number of built-in…
Read More » -
Securing WebSockets using Username/Password and Servlet Security
RFC 6455 provide a complete list of security considerations for WebSockets. Some of them are baked in the protocol itself,…
Read More » -
Java EE 7 / JAX-RS 2.0: Simple REST API Authentication & Authorization with Custom HTTP Header
REST has made a lot of conveniences when it comes to implementing web services with the already available HTTP protocol…
Read More » -
Resource scheduling and task launching with Apache Mesos and Apache Aurora at Twitter
Episode # 23 of the podcast was a talk with Bill Farner Bill explained how Twitter, using Apache Mesos and Apache Aurora,…
Read More » -
Hibernate application-level repeatable reads
Introduction In my previous post I described how application-level transactions offer a suitable concurrency control mechanism for long conversations. All…
Read More » -
Spring Boot / Java 8 / Tomcat 8 on Openshift with DIY
DIY cartridge is an experimental cartridge that provides a way to test unsupported languages on OpenShift. It provides a minimal,…
Read More » -
Neo4j: Cypher – Avoiding the Eager
Although I love how easy Cypher’s LOAD CSV command makes it to get data into Neo4j, it currently breaks…
Read More » -
Understanding Spring Web Application Architecture: The Classic Way
Every developer must understand two things: Architecture design is necessary.…
Read More »