From the course: Spring Data

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Mission and modules

Mission and modules - Spring Tutorial

From the course: Spring Data

Mission and modules

- [Instructor] I've been a professional software developer for, let's just say a while, and there are a handful of solutions that have been game changers for me personally. It was a huge game changer when I moved from C and C++ to Java because portable applications can be run once and run anywhere without rebuild. Using J2EE to build enterprise solutions without needing to code the supporting infrastructure. Leveraging Hibernate eliminated manually mapping logical objects to physical databases. Integrating with asynchronous JavaScript and XML, also known as AJAX, websites became truly interactive like desktop user interfaces. Then using AJAX to invoke RESTful web services, significantly reduced multi-machine communication complexity. What makes them game changers? Better features, less coding, which is why I also consider Spring Data and specifically Spring Data JPA a game changer. Spring enjoys a legacy of providing superior data access frameworks, making it a solution source for…

Contents