Book: The Charisma Myth

“The Charisma Myth: How Anyone Can Master the Art and Science of Personal Magnetism” by Olivia Fox Cabane. Back in 2012, I listened to this presentation by the author and wanted to dive in a little deeper by reading her book. Two and half years later, I finally made the time to read this book and here […]

Read more "Book: The Charisma Myth"

HowTo: Setup GWT remote logging

I find the official documentation on remote logging wasn’t complete. Here are my notes based on various web sites I visited (here, here, and here). Hope this helps! App.gwt.xml You should add the inherits statement below. You should be able to adjust the log level to any of the following: ALL, FINEST, FINER, FINE, CONFIG, INFO, […]

Read more "HowTo: Setup GWT remote logging"

Maven and WebLogic 12c

Today, I tried to use Maven with WebLogic 12c. The documentation for installation is straight forward. I was able to execute mvn wls:help without any difficulty. However, using the WebLogic plugin wasn’t as easy. In order to run commands such as mvn wls:start-server, I needed to configure various parameters, such as middlewareHome, domainHOme, user, password, […]

Read more "Maven and WebLogic 12c"