Introduction to Amazon Code Pipeline with Java part 13: the client token lookup service
May 29, 2016 Leave a comment
Introduction
In the previous post we started looking at some code within the Code Pipeline job agent. We saw the ServletContextListener implementation that serves as the entry point into the application. The listener is wired up in the web.xml file. It is executed in the beginning of the application lifetime, i.e. when the web app starts. The implemented contextInitialized function constructs the necessary objects and dependencies that are necessary for the job agent.
In this post we’ll continue going through the code bit by bit.