ensor.cc
Mike's Site: July 2011
http://www.ensor.cc/2011_07_01_archive.html
A technology blog for those who are passionate for good unit testing (TDD) applied to Spring, Maven, google appengine, PaaS or other Java based web application framework. This blog will focus on both the front-end and backend development and hope to provide some good practices from lessons learned. July 12, 2011. Maven's WAR Overlays: How to manage dependencies. If you're stumbling on this post looking for a way to manage dependencies with WAR overlays, please make sure you check out part one. Secondly, ...
ensor.cc
Mike's Site: June 2011
http://www.ensor.cc/2011_06_01_archive.html
A technology blog for those who are passionate for good unit testing (TDD) applied to Spring, Maven, google appengine, PaaS or other Java based web application framework. This blog will focus on both the front-end and backend development and hope to provide some good practices from lessons learned. June 27, 2011. Maven's WAR Overlay: What are WAR Overlays? What is a WAR overlay? Http:/ maven.apache.org/plugins/maven-war-plugin/overlays.html. Why and where would you use a WAR overlay? NOTE: This post is n...
ensor.cc
Mike's Site: April 2010
http://www.ensor.cc/2010_04_01_archive.html
A technology blog for those who are passionate for good unit testing (TDD) applied to Spring, Maven, google appengine, PaaS or other Java based web application framework. This blog will focus on both the front-end and backend development and hope to provide some good practices from lessons learned. April 8, 2010. Spring 3 maven2 Google App Engine: Part 3 [Spring Setup]. Xml version="1.0" encoding="UTF-8"? Beans xmlns="http:/ www.springframework.org/schema/beans" xmlns:xsi="http:/ www.w3.o...Package com&#...
ensor.cc
Mike's Site: How to Publish Maven Site Docs to BitBucket or GitHub Pages
http://www.ensor.cc/2013/01/how-to-publish-maven-site-docs-to.html
A technology blog for those who are passionate for good unit testing (TDD) applied to Spring, Maven, google appengine, PaaS or other Java based web application framework. This blog will focus on both the front-end and backend development and hope to provide some good practices from lessons learned. January 22, 2013. How to Publish Maven Site Docs to BitBucket or GitHub Pages. The POM has been pushed to Maven Central and will continue to be updated and maintained. Where the first bold. Github.com....There...
ensor.cc
Mike's Site: Testing Custom Exceptions w/ JUnit's ExpectedException and @Rule
http://www.ensor.cc/2012/09/testing-custom-exceptions-w-junits.html
A technology blog for those who are passionate for good unit testing (TDD) applied to Spring, Maven, google appengine, PaaS or other Java based web application framework. This blog will focus on both the front-end and backend development and hope to provide some good practices from lessons learned. September 25, 2012. Testing Custom Exceptions w/ JUnit's ExpectedException and @Rule. Why test exception flows? How do you keep JUnit from reporting a failure when the exception is thrown? Public class MyObjTe...
ensor.cc
Mike's Site: Brief Overview of Java Assertions
http://www.ensor.cc/2012/09/brief-overview-of-java-assertions.html
A technology blog for those who are passionate for good unit testing (TDD) applied to Spring, Maven, google appengine, PaaS or other Java based web application framework. This blog will focus on both the front-end and backend development and hope to provide some good practices from lessons learned. September 18, 2012. Brief Overview of Java Assertions. Traditional testing frameworks started with the built in keyword assert. An example of the keyword. An example of JUnit's asserts:. In an effort to guide ...
ensor.cc
Mike's Site: May 2011
http://www.ensor.cc/2011_05_01_archive.html
A technology blog for those who are passionate for good unit testing (TDD) applied to Spring, Maven, google appengine, PaaS or other Java based web application framework. This blog will focus on both the front-end and backend development and hope to provide some good practices from lessons learned. May 31, 2011. Maven JavaScript Unit Test using JsTestDriver. What are we doing? What is Unit Testing? Why would you want to unit test JavaScript? JsTestDriver is an small application that controls your test ca...
ensor.cc
Mike's Site: December 2011
http://www.ensor.cc/2011_12_01_archive.html
A technology blog for those who are passionate for good unit testing (TDD) applied to Spring, Maven, google appengine, PaaS or other Java based web application framework. This blog will focus on both the front-end and backend development and hope to provide some good practices from lessons learned. December 15, 2011. How to setup several GitHub accounts on multiple machines with separate SSH keys. Here's the simple guide on how to do this. Setup first SSH key. Change to your home .ssh folder. The key fin...
ensor.cc
Mike's Site: Resume
http://www.ensor.cc/p/resume.html
A technology blog for those who are passionate for good unit testing (TDD) applied to Spring, Maven, google appengine, PaaS or other Java based web application framework. This blog will focus on both the front-end and backend development and hope to provide some good practices from lessons learned. D/X/HTML (16 years), JavaScript (16 years), Java (12 years), PHP 5 (9 years), Python 2.1 (2 years), C (3 years), Pascal (2 years), Visual Basic (1 year), Grails 1.04/Grails (1 year). Jan 2012 - Current. Introd...
ensor.cc
Mike's Site: September 2010
http://www.ensor.cc/2010_09_01_archive.html
A technology blog for those who are passionate for good unit testing (TDD) applied to Spring, Maven, google appengine, PaaS or other Java based web application framework. This blog will focus on both the front-end and backend development and hope to provide some good practices from lessons learned. September 15, 2010. Spring 3 maven2 Google App Engine: Part 6 [Integration Testing using HttpUnit]. In my previous post spring3 maven2 Google App Engine: Part 5[Unit Testing]. Plugin artifactId maven-failsafe-...