Java - Plain Old Java object (POJO) or javaBean

Java Conceptuel Diagram

About

POJO (or JavaBean) consists simply of a single class that is only meant to hold data met Object - (Accessors|Get|Getter) Methods

There is no requirement for multiple classes like EJBs

Documentation/Reference





Discover More
Java Conceptuel Diagram
How to exclude properties from the JSON output with Jackson?

This article lists the techniques that may be used with the Jackson libary to filter out some properties of an object when transforming it as a JSON. Filter There are 5 techniques that you can apply...
Java Conceptuel Diagram
J2EE - Session Bean

A session bean encapsulates business logic that can be invoked programmatically by a client over local, remote, or web service client views. To access an application that is deployed on the server, the...
Card Puncher Data Processing
JPA - Entity (Managed Classes)

xmlparserv2.jar Introduction to EclipseLink JPA (ELUG) for more information on the annotation.
Jdeveloper Create Managed Bean
JSF - (Managed Bean|Controller)

Managed Beans (also known as model objects and controllers) are lightweight container-managed objects (POJOs) with minimal requirements. They support a small set of basic services, such as: resource...
Java Conceptuel Diagram
Java - List of Data Access Techniques

ADF Business Components EJB/JPA POJO/JDBC SOAP Services REST Services Spring
J2ee Multitier Architecture
Java EE - (J2EE|JEE) Platform

The J2EE platform offers: a multitiered distributed application model, the ability to reuse components, integrated Extensible Markup Language (XML)-based data interchange, a unified security...
Java Conceptuel Diagram
JavaServer Faces (JSF)

The request: means to maintain the state for the time of a request session: means to maintain the state for the time of a session (between page views) none: means that the bean will be created but...
Java Conceptuel Diagram
Jetty - Component

Jetty component are simply Plain Old Java Objects (POJOs)
Java Conceptuel Diagram
Jetty - Conf

The job of configuring Jetty is building: a tree of: connectors handlers and their corresponding individual configurations. As Jetty components are simply Plain Old Java Objects (POJOs),...



Share this page:
Follow us:
Task Runner