May 12Testcontainers: How to use itIn multiple of the posts that I have done, I have always used containers to be able to perform the tests. Normally creating a docker-compose.yml that allowed to raise and configure the external systems. Now we are going to do something similar but to carry it out we will use…Testcontainer4 min readTestcontainer4 min read
Apr 12Apache Camel: General TipsLately I’ve been doing a lot of integrations with Apache Camel. I’ve collected some tips that can be useful. Some have come from exceptions during the development, others are configuration or lesser known items. DataBase Components There are 3 different components that help us to operate with databases: JDBC, JPA…Camel3 min readCamel3 min read
Mar 3WSO2 Secret: Basic creationWSO2 allows the creation of keys that are managed by its own Secure Vault. It’s a good tool that allows us to manage keys in a secure way and implement good practices. For this example we have used the image: docker.wso2.com/wso2mi:1.2.0 Static key On the one hand, we configure them…Wso22 min readWso22 min read
Feb 13Wiremock & JUnit 5: How to use itToday we are going to see a simple post about how to configure Wiremock with JUnit 5. Something simple but different from how it was with JUnit 4 rules. For our example we will use the following versions: junit-jupiter-api:5.9.2 wiremock-jre8:2.35.0 To begin with, if we want to use Wiremock in…Wiremock2 min readWiremock2 min read
Jan 18HowTo: Apache HttpClient 5We have already done other posts about this great library, about configuration and use of the Fluent interface. Today we will see a basic manual about the new version, HTTP Client 5 in its classic version. And four simple examples for its most common use. We will see the most…Apache2 min readApache2 min read
Dec 21, 2022WSO2 IS: Create Custom User StoreIn this post, we will see what is a Custom User Store in WSO2 Identity Server, IS, and what is it for. And we will also see small differences in deploying it in a version in Identity Server 5.10 or 5.11. IS is a product that allows us, among other…Wso23 min readWso23 min read
Oct 22, 2022Apache Camel: ActiveMQRecently we saw how to make an integration with WSO2 and ActiveMQ, which you can see here. This time we will see the same example but with Apache Camel and Spring Boot. Where we will also add the complexity of using queues that require authentication. …API3 min readAPI3 min read
Jun 6, 2022WSO2 & ActiveMQ: How to send and receive messagesHello, today we will see an example of how to interact from WSO2 with an ActiveMQ queue. We will show how to configure Micro Integrator, MI, write and read from the queue. Even obtain how many records it has. For the example we will use the following versions: Micro Integrator…Micro Integrator3 min readMicro Integrator3 min read
May 5, 2022Java SE 10 & 11: Developer featuresIn this post we will list mainly focused on the improvements for developers. With the idea of continuing to catch up a bit and at least know how to handle the new and most important features. …Java103 min readJava103 min read
Apr 18, 2022WSO2 Micro Integrator : Launch & DeployToday we are going to see a basic post on how to launch and deploy an application on a WSO2 Micro Integrator, MI. The idea is to create a basic example on which we can build more complex examples in future posts. The Micro Integrator is the evolution of the…Wso23 min readWso23 min read