In this tutorial, you will learn from IBM Champion @Benjamin Marwell how to secure your JAX-RS endpoints using Apache Shiro and JSON Web Tokens (JWT) using IBM OpenLiberty platform. #ibmchampions-highlights-home #ibmchampions-highlights
Over the years, we have heard from users of the WebSphere Application Migration Toolkit for Application Binaries (aka binary scanner) that they have added the binary scanner to their build pipeline. This allows their application to be evaluated using the binary scanner with each build of the...
The March release of IBM ® Mono2Micro ™ introduces some exciting new features that help you work faster and better when refactoring Java monolith applications to microservices for WebSphere Liberty. Firstly, it provides a much simpler way to collect data on your monolith in preparation for...
In this blogpost, I will discuss some best practices for optimal throughput for applications using a Microservices architecture. I will focus on two areas: inter-service requests and JSON processing. Inter-service Calls With Microservices, it is likely that you will be making RESTful...
Operational Uniformity and Capacity Gains w/Open Liberty & Spring Boot apps We recently continued the discussion of containerized Liberty workloads on another Expert TV session. @Michael Thompson , @TIM PICKETT and Tom Watson join Dana Price to explore even more options for...
Are you waiting to use Jakarta EE 9.1 together with MicroProfile? Your wait is over. Open Liberty 22.0.0.1 is all you need. MicroProfile 5.0, released in December 2021 aligns with Jakarta EE 9.1. Open Liberty 22.0.0.1, released in January 2022, supports both Jakarta EE 9.1 and MicroProfile 5.0...
Last week, I presented and demonstrated the installation and management of IBM WebSphere Automation on Red Hat OpenShift. The WebSphere Automation Operator installs and sets up the prerequisites and numerous microservices for the Secure and Health components of WebSphere Automation. The Operator...
The Community Festival is still going strong, and there have already been some fantastic sessions by IBM Experts and Champions. I hope you've had a chance to enjoy some of the sessions this week. If not ... they're all recorded, so you can catch the recordings. And there are lots more coming...
In this blog post I will show how to create a minimized Liberty container image. The idea is based on an article by Tim Pickett: https://developer.ibm.com/articles/modernize-and-optimize-spring-boot-applications/ . Tim’s article focused on Spring Boot applications in JAR files; I will be...
Better Java Cryptography Performance Encryption is a crucial security aspect of any WebSphere Application Server(WAS) environment. Simply configuring the encryption within your application server will undoubtedly impact your throughput performance. In this blog we’ll discuss...