Tag Archives: payara

Consume from Kafka topics using Message Driven Beans

Thanks to the recently released Payara Kafka Connector, you can now consume messages from Kafka using Message Driven Beans! Here is a Docker based example for trying it out. Quick overview A @Singleton bean fires a producer process which run in … Continue reading

Posted in Java EE | Tagged , , , , , , | 2 Comments

Bean Validation in JAX-RS

I have not dug into the Bean Validation specification into detail before, but one of the entries posted in the Payara issue tracker made me explore how the JAX-RS specification integrates/leverages the Bean Validation features Note: Bean Validation has been … Continue reading

Posted in Java EE | Tagged , , , , | Leave a comment

‘Micro’ Java EE on the cloud with ‘dockerized’ Payara

Thankfully I don’t have to write much because I have a screen cast.. Yay ! My second one [ trying to get better at this 😉 ] The idea is to show you how easy it is to get up … Continue reading

Posted in Cloud, Docker, Java, Java EE | Tagged , , , , , , , | Leave a comment

Java EE in embedded and micro avatars

I was reading up on Payara in general and was pleased to see them release a Micro version – which essentially enables you to launch Payara from command line [ java -jar payara-micro.jar ] without really setting up the entire … Continue reading

Posted in Cloud, Java, Java EE | Tagged , , , , , , , | 3 Comments