In this tutorial we'll learn how to create Spring MVC web application with 4 basic actions: Create, Read, Update, Delete objects. We'll use Hibernate ORM and JPA Repository to manipulate data in database. Spring MVC will provide features for web development: routes, controllers, views and model. Maven will be used to manage dependencies. Spring configuration will be annotation-based.
Continue Reading...Recently I entered Java web development world, which is level up in skill after ColdFusion development and a dig down into Java technology stack. Being lucky not touch Java EE internals for a decade, thanks to ColdFusion and Railo, I found Java web development to be complex but robust and honed technology (especially if compared to boiling goo of server side Javascript).
Continue Reading...