Adding/Deleting fields for Existing EJB
As requirements evolve during the course of a project, the developer may find it necessary to adjust the existing data model. In most cases, this involves adding or deleting a table column. Once the table definition is changed, the developer must also update the corresponding EJB. This is a common development task, yet there is [...]
Read the rest of this entry »