Jakarta EE Cookbook

About one month ago I had the pleasure to announce the release of the second edition of my book, now called “Jakarta EE Cookbook”. By that time I had recorded a video about and you can watch it here: [embedyt] https://www.youtube.com/watch?v=SFbDs1HKEyA[/embedyt] And then came a crazy month and just now I had the opportunity to … Read more

Boring Enterprise Java – AIRHACKS.FM Podcast

Originally posted at Adam Bien’s blog: http://adambien.blog/roller/abien/entry/boring_enterprise_java_airhacks_fm An airhacks.fm podcast conversation with Elder Moraes (@elderjava) about Java EE at JavaONE, why Java EE at all, enjoying boring stuff, Java EE for pet projects, thinking freely about business problems, no distractions, servlets and JSPs, Java as career choice, Jakarta EE opinions, Oracle’s Java EE stewardship, Java EE 8 being … Read more

Develop, build e and run Java-EE-8-powered microservices

Learn how to work with Java EE 8 microservices in this guest post by Mario-Leander Reamer, a senior Java developer and the author of Building RESTful Microservices with Java EE 8. In this section, you’re going to take a look at the following things: How to develop, build, and run your first Java-EE-8-powered microservices Required Java EE … Read more

How to implement microservices using Microprofile, Thorntail and Eclipse IDE

Learn how to implement microservices using Thorntail in this guest post by Ram Kulkarni, a published author and an Eclipse expert. Thorntail is the new name of the famous Wildfly Swarm (http://wildfly-swarm.io/). It allows you to assemble an application container for running microservices with just the specifications you need. It’s MicroProfile compatible, too Creating a WildFly Swarm project You … Read more