Posts tagged 'php'

  • Writing PHP applications with Maven and Jetty

    This is a quick tutorial on using Maven2 to build PHP web applications and deploy them with Jetty. Maven is a powerful build system which makes projects of the same type to follow a similar structure. Jetty is a light weight HTTP server ideal for integration tests. It also has a highly configurable Maven plugin which can be hooked into the build life cycle.