Vagrant tip #4 Configuring a multimachine static environment

In this tip we will see how to configure a Multimachine Fedora ennvironment with two Fedora machines bound on a static IP address. Vagrant and Multi-VM environments allow developers to model complex multi-server setups on a single development machine The IP addresses we will reserve to the Fedora Machines are the following ones: 192.168.122.10 192.168.122.20 … Read more

Hot replacement of your JBoss – WildFly classes using Fakereplace

In this tutorial we will learn how to replace your application’s Java classes running in WildFly / JBoss EAP without re-deployment using a tool named Fakereplace. Replacing your applications while developing them is a need for every developer. Some commerical solutions like JRebel have enhanced this process by making possible it possible for Java developers … Read more