h1

Case 8 – ORM (Object Relational Mapping)

Think-Design-Write Test-Code

  • Description

Since the customer for the Chat application you have been working on requested in the original requirements document that ORM (Object-Relational-Mapping) be used in the production of the application.  They already have several applications written using Hibernate, a widely used ORM framework.  These applications have been successful and they want to keep doing what has worked for them before.

Your boss informs you that you need to convert your Chat server to use Hibernate to persist (store) the data and do all interactions with the database.

Thankfully you wrote your application using MVC and so you can swap out the model portion without major changes anywhere else in your code.

Leave a Comment