Analyzing the requirements for QuickPoll
Identifying QuickPoll resources
Designing representations
Implementing QuickPoll
Up to this point, we have looked at the fundamentals of REST and reviewed our technology choice of implementation—Spring MVC. Now it’s time to develop a more complex application. In this chapter, we will introduce you to the beginnings of an application that we will be working on throughout this book. We will call it QuickPoll. We will go through the process ...