A word on PropertyPlaceholderConfigurer
A few days back one of my juniors came to me and said that when he test his modules separately in JUnit that worked perfectly but when the modules were deployed in Server as a unit, Server fails to start.
So...
Home » Archives for February 2017
Hello, Hexagonal Architecture
in
Adapter pattern,
design pattern,
GOF,
gof pattern,
Hexagonal,
Hexagonal architechture,
java,
java core pattern,
java design pattern,
java pattern,
onion architectural,
orthogonal architecture,
port,
port and hub
- on February 19, 2017
- No comments
Hello Hexagonal Architecture
While developing a software we always craving for Architecture because we want our software adopts future changes easily.
So, Architecture stepped in for maintainability. Here maintainability mean how easily we can...