rashm1n.hashnode.devTestcontainers — Microservices Testing Made Easy.Microservices! In the current tech ecosystem, we could see a huge trend, for better or worse, toward microservices. Most tech companies are migrating to or implementing their enterprise software to a microservices-based architecture. When we consider...Jul 10, 2023·4 min read
rashm1n.hashnode.devCreating JAX-RS RESTful APIs with Apache CXF and TomcatIntroduction Apache CXF is a opensource web services framework which supports multiple types of APIs such as JAX-RS (REST) and JAX-WS (SOAP) and multple transports such as HTTP and JMS. Apache CXF is compliant with the JAX-RS which is a Java EE speci...May 18, 2022·5 min read
rashm1n.hashnode.devJava Bundles For The Win ! — An Introduction To OSGIIntroduction If you are new to the Java ecosystem, you probably would not have heard of OSGI. But fear not, in this article I will give you a solid understanding about the basics of OSGI and its use cases. OSGI, short for Open Service Gateway Initiat...Dec 23, 2021·6 min read