Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Spring Basics!
You have completed Spring Basics!
Preview
In Java, a POJO is a Plain Old Java Object. In this video we discuss POJOs and our use of them to model our underlying GIF data.
This video doesn't have any notes.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
you've even created a Web
app that serves Web content.
0:00
That's awesome.
0:00
What I'd like to do now is start
looking at one of the most subtle,
0:03
but powerful features of Spring and
that is its
0:06
ability to let you use plain old Java
objects to control your application.
0:09
What are these Plain Old Java Objects or
POJOs for short?
0:14
A POJO is a Java object
whose class is coded for
0:19
its natural functionality and not for
the framework which it will be used in.
0:22
That means that the class is coded
with fields, constructors, getters and
0:27
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up