Yesterday I added to my Java project (temporany name: “AffittaVetrina”) three important technologies:
JPA (Java persistence API) is a specific ORM (object relational mapping) for JAVA
this technology is used for mapping the table of DB in java classes that are also serializable, for these reasons jpa is used with web services.
Th [...]