• Java
    • Conditions
    • Data Types
    • Spring Framework
      • Spring Core
      • Aspect Oriented Programming
    • API
      • Streams
      • EJB
      • JMS
      • JPA
      • Servlets
  • Protocols
  • Database
  • Algorithms
  • Cloud Computing
    • Infrastructure
      • Containerization
    • AWS
    • Azure
  • Design Patterns
  • Security
  • Java
    • Conditions
    • Data Types
    • Spring Framework
      • Spring Core
      • Aspect Oriented Programming
    • API
      • Streams
      • EJB
      • JMS
      • JPA
      • Servlets
  • Protocols
  • Database
  • Algorithms
  • Cloud Computing
    • Infrastructure
      • Containerization
    • AWS
    • Azure
  • Design Patterns
  • Security
  • LinkedIn
Java, Spring Framework

Spring Data JPA

Spring Data JPA provides a common set of interfaces based on Java Persistence API (JPA) leveraging method naming conventions to derive data access behaviour using JPA and Hibernate which provides…

read more
April 25, 2022
Java, Spring Boot

Spring Boot Actuator

Spring Actuator is a powerful tool within the Spring Boot ecosystem that enhances application observability and management by leveraging Micrometer, a vendor-neutral application façade. Here’s why it’s particularly beneficial: Exposing…

read more
May 8, 2024
API, EJB, Java

Enterprise Java Beans (EJB)

Enterprise Java Beans (EJBs) is an API within the Java EE specification that provides a standard component architecture for building object-oriented business applications. EJBs are reusable Java objects or POJOs…

read more
May 12, 2022

Categories

  • Algorithms
  • API
  • Aspect Oriented Programming
  • AWS
  • Azure
  • Cloud Computing
  • Collections
  • Conditions
  • Containerization
  • Data Structures
  • Data Types
  • Database
  • Design Patterns
  • EJB
  • Functional Programming
  • Infrastructure
  • Jackson
  • Java
  • JMS
  • JPA
  • Kotlin
  • Libraries
  • Micronaut
  • OAuth
  • OpenID Connect
  • Protocols
  • Security
  • Security
  • Servlets
  • Spring Boot
  • Spring Core
  • Spring Framework
  • Streams
  • Util
  • Design Patterns,  Java

    Structural Software Design Patterns

    Naiomi / 0 Comments

    Structural design patterns are a way of structuring code to make it more maintainable and flexible by re-using solutions to common problems. The idea stemmed from the book “Design Patterns: Elements of Reusable…

    read more
  • AWS,  Cloud Computing

    Elastic Beanstalk

    Naiomi / 0 Comments

    Elastic Beanstalk is a fully managed service from AWS that supports the deployment and scalability of web applications and services. Elastic Beanstalk is free and only the resources used to store and run…

    read more
  • API,  Java,  JMS

    Java Messaging Service (JMS)

    Naiomi / 0 Comments

    Messaging is a common integration pattern used by Java applications. The Java messaging API (JMS) supports message creation, delivery, receipt and the ability to read messages. JMS defines roles for messaging services known…

    read more
  • API,  EJB,  Java

    Enterprise Java Beans (EJB)

    Naiomi / 0 Comments

    Enterprise Java Beans (EJBs) is an API within the Java EE specification that provides a standard component architecture for building object-oriented business applications. EJBs are reusable Java objects or POJOs that run in…

    read more
  • Algorithms

    Algorithms

    Naiomi / 0 Comments

    What is an algorithm? An algorithm is a way of solving well specified computational problems. – Cormen et al. A finite set of rules that give a sequence of operations for solving a…

    read more
  • Java

    Java Enterprise Edition

    Naiomi / 0 Comments

    Java EE is an umbrella specification that contains a set of interoperable API specifications that support the development of enterprise systems with Java. Java EE provides higher-level abstractions for common system concerns. Goals…

    read more
  • API,  Java,  Servlets

    Java Servlet API

    Naiomi / 0 Comments

    The Servlet API is an important feature in building Java web applications. Servlets run in a servlet container which is a web or application server that provides network services for receiving requests and…

    read more
  • Database,  Java,  JPA,  Spring Framework

    Java Persistence API (JPA) ~ Part 2 ~ Entity Manager

    Naiomi / 0 Comments

    The entity manager API is used to create and remove entity instances, find entities by their primary key and to query entities. JPA defines a persistence unit in the persistence.xml file which caters…

    read more
  • Database,  Java,  JPA,  Spring Framework

    Java Persistence API (JPA) ~ Part 1 ~ The basics

    Naiomi / 0 Comments

    What is persistence? Applications are designed to store and manipulate data in a remote datasource/database so that it can be retrieved, processed, transformed or analyzed at a later time. Persistence refers to the…

    read more
  • Java

    Managing collections of data in Java

    Naiomi / 0 Comments

    The Java Collections Framework supports multiple approaches to creating and managing collections of data. Collections of data can be ordered or unordered. There are various interfaces that are exposed by the Java Collections…

    read more
 Older Posts
Newer Posts 

Recent Posts

  • The Strategy Pattern in Java
  • Understanding Project Loom’s Virtual Threads
  • SOLID Principles
  • Java Object Lifecycle
  • Java Certification Guide
Ashe Theme by WP Royal.