What is mean by Dependency Injection? Or What do you mean by Inversion of Control? Dependency injection (DI) is a programming design pattern and architectural model, sometimes also referred to as inversion of control or IOC, although technically speaking, dependency injection specifically refers to an implementation of a particular form of IOC. Dependancy Injection describesContinue reading “Spring Interview Questions Part: 1”
Category Archives: Spring MVC
A review of “Spring Web Flow 2 Web Development” book from Packt.
About Spring Web Flow Spring Web Flow allowing us to represent the UI flow in (part of) a web application in a clear and simple way. It has several advantages: The UI flow in a web application is clearly visible by looking at the corresponding web flow definition (typically in an XML file). Web FlowsContinue reading “A review of “Spring Web Flow 2 Web Development” book from Packt.”
A really good Spring book from Packt! “Spring Web Flow 2 Web Development”
If you know Spring Application Framework and keen to study its Web Strength specially its MVC and Web flow then this book will be a really better way for that. Packt published its latest book regarding one of the key member of Spring Family; “Spring Web Flow 2“. It covers a lot many things likeContinue reading “A really good Spring book from Packt! “Spring Web Flow 2 Web Development””
‘Six’ best web frameworks in Java
A web application framework is a software framework that is designed to support the development of dynamic websites, Web applications and Web services. The framework aims to alleviate the overhead associated with common activities used in Web development. Here is the list of SIX best web frameworks which we are using in Java. Each oneContinue reading “‘Six’ best web frameworks in Java”