Let us start the SPRING...
Hello Again.. It's coding time now...and let us do some JAVA coding first then we will "Springify" that code using Spring Framework. It is a simple Java program with classes, interface, main class to bring together all classes to work as one application. What will we do.... I know you guys will be sad because I promise to have some spring codes, but trust me staring with Springs right away will not that interesting... Some Prerequisite... IDE : I will be using STS . (SpringSource Tool Suite). Knowledge of Java That's it for now.. Begin.... Let us create a simple Contact Manager Application. Create a Java Project (File -> New -> Java Project) Create a Package " com.springwelcome.model " and inside that create a class " Contact.java ". Here we are going to define what we need to store in as contacts. It is a simple POJO class with FirstName , LastName and PhoneNumber . Let us now create another package that wil...