Pact Consumer Driven Contracts

https://javier.gilpereda.com/microservices/implementing-springboot-restapi-using-pact-consumer-driven-contracts-bdd-and-cdc https://docs.pact.io/5-minute-getting-started-guide https://docs.pact.io/ https://martinfowler.com/articles/consumerDrivenContracts.html Example Repo: https://github.com/mattiasmgn/Pact-JVM-Example Links: https://github.com/DiUS/pact_broker-docker https://github.com/DiUS/pact-jvm/tree/master/pact-jvm-consumer-junit https://github.com/DiUS/pact-jvm/tree/master/pact-jvm-provider-junit https://github.com/DiUS/pact-jvm/tree/master/pact-jvm-provider-maven

10 Steps to configure a CRUD Web application using Spring,Hibernate, and JSP

Here are the basic steps (broad overview)  to create a CRUD (Create,Read,Update,Delete) Web application using Spring, Hibernate and a DB Provider such as MySql.  I’ll make another future post to outline the details.   1. Using Eclipse  (Juno is the latest as of this post), setup a Dynamic Web Project and convert it to mavenContinue reading “10 Steps to configure a CRUD Web application using Spring,Hibernate, and JSP”