Glossary: Difference between revisions

From bibbleWiki
Jump to navigation Jump to search
Created page with "==A–M== Optional introductory text. {{glossary}} {{term |1=term A}} {{defn |1=Definition of term A}} {{term |1=term B}} {{defn |no=1 |1=First definition of term B.}} {{defn..."
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
==A–M==
==A==
Optional introductory text.
* '''AOP'''
*: Aspect-oriented programming.


{{glossary}}
==J==
{{term |1=term A}}
* '''JPA'''
{{defn |1=Definition of term A}}
*: Java Persistant API.
{{term |1=term B}}
 
{{defn |no=1 |1=First definition of term B.}}
==L==
{{defn |no=2 |1=Second definition of term B.}}
* '''Liskov substitutability'''
{{glossary end}}
*: Code relying only on the base class does not need to be modified for alternative subclasses
 
==O==
* '''ORM'''
*: Object Relational Mapping.
 
==P==
 
* '''POJO'''
*: Plain old java object.

Latest revision as of 00:13, 24 July 2020

A

  • AOP
    Aspect-oriented programming.

J

  • JPA
    Java Persistant API.

L

  • Liskov substitutability
    Code relying only on the base class does not need to be modified for alternative subclasses

O

  • ORM
    Object Relational Mapping.

P

  • POJO
    Plain old java object.