News

This lesson starts a new segment about Object-Oriented Programming (OOP) — an important set of concepts critical to understanding any modern software, not just modern embedded software. As usual in ...
One of those common antipatterns is the God object. One of the main concepts in object-oriented programming is that every component has a single purpose, and that component is only responsible for the ...
The remainder of this article will explore various object-oriented JPA concepts with a sample application that implements functionality for a simple development scenario.