The "Model" Part of MVC
- In simpler applications, the model may consist of a set of regular Java
objects
- Java objects may be populated manually from a ResultSet returned
by JDBC
- In complex applications, the model will consist of Enterprise JavaBeans
(EJBs)
- EJBs live in EJB containers supplied by J2EE providers