Updating Java Enterprise applications can be a complex task. Typically you’d perform one or more steps from this list: determining what database schema version you are running in the target environment applying one or many SQL scripts for upgrading a schema (adding tables, columns, …) running one or many migration […]
database
Data Volume in Enterprise Applications and JPA Most Enterprise applications are dealing with significant amounts of data, typically managed in a transactional manner where SQL is still the persistence management of choice, sometimes combined with NoSQL databases depending on requirements. Java Persistence API (JPA) greatly improved developer efficiency, removing some […]