Acronym Flashcards
1
Q
ORM
A
Object Relational Mapping
2
Q
JPA
A
- Java Persistence API
- a specification (technical standard) for persistence
- a specification that facilitates ORM to manage relational data in Java applications
3
Q
API
A
Application Programming Interface
4
Q
boilerplate code
A
aka boilerplate, refers to parts of code that must be use repeatedly with little or no modification
5
Q
business logic
A
- business logic or domain logic is the part of the program that encodes the real-world business rules that determine how data can be created, stored, and changed. (wiki)
- the custom rules or algorithms that handle the exchange of information between a database and user interface.
- it is essentially the part of a computer program that contains the information (in the form of business rules) that defines or constrains how a business operates.
6
Q
OSI
A
Open System Interconnection
- a designed set of protocols that governs the communication channels through which network devices share information and data