Dikran's blog - "Research, Create, Share"
About Java, Web and related technologies
Wednesday, May 27, 2015
Spring Boot & Jasypt easy: Keep your sensitive properties encrypted
›
Goal I want to store my database password encrypted in the application properties file and provide the property encryption password at...
Friday, October 5, 2012
Scrum and Story Points, what's the story?
›
After working with scrum for a while and watching this debate of time vs story points I came to a personal conclusion that helped me to make...
Tuesday, September 25, 2012
Always Elevated Privileges in Windows 7
›
As a developer I usually need to execute lots of commands and programs that require administrative privileges. Although my Windows user is i...
2 comments :
Wednesday, May 4, 2011
Tailing log files over SSH in Windows
›
My problem: I wanted to be able to track logs on Unix machines using BareTail or something similar. Until now the only solution was to use ...
2 comments :
Saturday, October 10, 2009
How to know when Java Virtual Machine is shutting down
›
The question is: why would someone need to know such thing? You already have the jdk's Runtime.getRuntime().addShutdownHook() meth...
1 comment :
‹
Home
View web version
Dikran Seropian