Refinement Purpose: Detail a Userstory into all that needs to be done to deliver its expected value Time Spent 4 hrs for 2 week sprint(Includes planning) Who Needs to attend Devops Team, PO Optional Scrum Master Qualities Open conversation to gather all info needed Shared Decision on task and planning Shared decision on estimation Activities… Continue reading

Filters A filter as the name suggests is a Java class executed by the servlet container for each incoming http request and for each http response. This way, is possible to manage HTTP incoming requests before them reach the resource, such as a JSP page, a servlet or a simple static page; in the same… Continue reading

Spring MVC uses HttpMessageConverter to convert the Http request to an object representation and back.Spring Framework then uses one of the Jackson message converters to marshall and unmarshall Java Objects to and from JSON over HTTP.Spring will use the “Accept” header to determine the media type that it needs to respond with and uses the… Continue reading

Q: What is the Contract First and Service First Approach? Contract-first is where you create the WSDL, and then you can create the implementation from this, and since the WSDL is your contract, this would be contract-first. Service First or Contract-last or Code-First is where the WSDL is created from the source code, or implementation,… Continue reading

Telephone Etiquette While Speaking in telephone You should get acknowledged after telling something e.g. Shall I Continue Am I Clear Any Queries Are you clear Instead of telling everything in single stretch chunk your data by using the above keywords. Try to monitor your client speed of speaking. Try to mirror you client speed of… Continue reading