Data Binding with Spring Framework
How to Program with Java Podcast - A podcast by Trevor Page: Java Guru | Programmer | Teacher
![](https://is5-ssl.mzstatic.com/image/thumb/Podcasts115/v4/3a/9c/96/3a9c965c-040d-6d3b-15f0-3a9b4bcd725a/mza_2603443678263112661.png/300x300bb-75.jpg)
Categories:
So, the Spring framework is a wonderful help for programmers, but sometimes it needs a bit of help. It does a good job of trying to match fields on a webpage to Java objects (aka Java Beans), but sometimes when the "mapping" is complex, Spring needs our help. In this episode I will explain exactly how you can go about something known as "custom binding". This process allows you to take any text from the presentation layer and convert/bind it to the appropriate Java object (Java Bean) on the server side.