I decided to write this blog entry to share my experience creating a WSSE secured SOAP web service in a Spring Boot app. I had a few minor challenges along the way so I’m hoping this will be useful to someone out there. This post assumes you already have a working knowledge of Spring Boot […]
spring
setting up spring MVC 3.2 with controllers and actions
Hello , This is the part4 of my series on Maven, Spring and hibernate put together. Finally we will be seeing all effort invested in this tutorial. We will proceed as followed: creating folder structure preparing web.xml for servlets and listeners creating mvc spring application context preparing production property file configuring production database application context […]
Maven, Spring 3.2, JPA, Hibernate,twitter boostrap put together
Hello, Most of the time when I google for how to use the mentioned technology together, I usually don’t find any complete one. I then have to compose between 2 or 3 different tutorials in order to have to big picture. That alone is a hustle because the tutorials I compose are from different authors […]