Remote Debugging in Java
It’s a brief tutorial how to debugging remotely in Java by attaching to running jvm.
Technical posts, bunch of things
It’s a brief tutorial how to debugging remotely in Java by attaching to running jvm.
Let’s think we need a list of IMoveable in a class and I need to pass it through property injection in Spring. The easiest way is:
Spring Profiles allow users to use various configurations, register different beans etc. Working on different environments may cause some problems or we need to run with quick setup on our development environment. To make it more clear, we can mention to database issues.
I found NSSM on this StackOverflow link when I was searching for a tool to run bat files as windows service. It is really easy to use. I show you a simple usage, just follow the steps below.