cassiomolin
I'm a software engineer living, working and drinking in Ireland. And I've been using Java for many years and enjoy it quite a lot.
Dublin, Ireland
Pinned Repositories
chat-websockets
Example of chat application with WebSockets (JSR 356 and HTML5 WebSockets API) running on Undertow with token-based authentication.
http-patch-spring
Using HTTP PATCH in Spring.
jersey-jwt
Example of REST API with JWT authentication using Jersey, Jackson, Undertow, Weld, Hibernate and Arquillian.
jersey-jwt-external-auth
Example of REST API with Facebook and Google authentication using Jersey, Jackson, Undertow and Weld.
jersey-jwt-springsecurity
Example of REST API with JWT authentication using Spring Boot, Spring Security, Jersey and Jackson.
jersey-websockets-undertow
Example of REST API along with WebSocket endpoint using Undertow, Weld, Jersey and JSR 356.
log-aggregation-spring-boot-elastic-stack
Example on how to use Elastic Stack with Docker to collect, process, store, index and visualize logs of Spring Boot microservices.
lucene-example
Example of application for indexing and searching with Apache Lucene.
microservices-springboot
Example of microservices application with Spring Boot, Zuul, Eureka, MongoDB and RabbitMQ.
tasks-rest-api
Sample REST API for managing tasks using Spring Boot, Jersey, Jackson, MapStruct, Hibernate Validator and REST Assured.
cassiomolin's Repositories
cassiomolin/jersey-jwt
Example of REST API with JWT authentication using Jersey, Jackson, Undertow, Weld, Hibernate and Arquillian.
cassiomolin/log-aggregation-spring-boot-elastic-stack
Example on how to use Elastic Stack with Docker to collect, process, store, index and visualize logs of Spring Boot microservices.
cassiomolin/microservices-springboot
Example of microservices application with Spring Boot, Zuul, Eureka, MongoDB and RabbitMQ.
cassiomolin/jersey-jwt-springsecurity
Example of REST API with JWT authentication using Spring Boot, Spring Security, Jersey and Jackson.
cassiomolin/http-patch-spring
Using HTTP PATCH in Spring.
cassiomolin/chat-websockets
Example of chat application with WebSockets (JSR 356 and HTML5 WebSockets API) running on Undertow with token-based authentication.
cassiomolin/jersey-websockets-undertow
Example of REST API along with WebSocket endpoint using Undertow, Weld, Jersey and JSR 356.
cassiomolin/lucene-example
Example of application for indexing and searching with Apache Lucene.
cassiomolin/tasks-rest-api
Sample REST API for managing tasks using Spring Boot, Jersey, Jackson, MapStruct, Hibernate Validator and REST Assured.
cassiomolin/jersey-jwt-external-auth
Example of REST API with Facebook and Google authentication using Jersey, Jackson, Undertow and Weld.
cassiomolin/using-jackson-streaming-api-with-objectmapper
Example on how to combine Jackson Streaming API and the data binding capabilities provided by ObjectMapper to parse JSON.
cassiomolin/cassiomolin.github.io
Source code of my personal website.
cassiomolin/listela-old
cassiomolin/jersey-springboot
Example of REST API using Spring Boot, Jersey and Jackson.
cassiomolin/tasks-client-angular
Sample client application for managing tasks using Angular, Angular CLI and TypeScript.
cassiomolin/cassiomolin