Skip to content

Kitboga Tech

Living in a cloud

Menu
  • Home
  • Java
  • Java Arch.
  • Spring
  • Spring Cloud
  • Microservices
  • Docker
  • AWS
  • About
Search

Author: Armando Marques

Posted onApril 11, 2020April 11, 2020Java

Java architectures #5 – Web Containers (Servlets/Jsp)

One of the most popular Java servers are “Web Containers”, lightweight application server that implement Java Servlet Specification [1][2] and others like JavaServer Pages (JSP),…

Read More
Posted onApril 9, 2020Uncategorized

Java architectures #4 – SOAP WebServices

SOAP/WebServices were a replacement for CORBA and allowed communication between system regardless of technology like operative system or programming language. The name “Webservice” was as…

Read More
Posted onApril 7, 2020April 9, 2020Java

Java architectures #2 – EJB

Enterprise Java Beans 2.0 EJB were and still are a J2EE API to implement business logic for distributed applications, these superseed traditional Java Beans with…

Read More
Posted onApril 7, 2020April 9, 2020Java

Java architectures #1 – RMI

Java Remote Method Invocation (RMI) RMI was Java’s first native solution for distributed computing, RMI API performs remote method invocation on objects, in a similar…

Read More
Posted onApril 6, 2020April 7, 2020Java

Java releases

Java 8 March 2014 Stream API and Optional New foreach() method for Iterable and Consumer Default and static methods in interfaces Interface i = ()…

Read More
Posted onFebruary 5, 2020February 5, 2020Java

Java Architectures

A very liberal and sketchy view on architecture trough the years.

Read More
Posted onFebruary 4, 2020February 4, 2020microservices

Microservices with Spring Cloud

Microservices would have the following characteristics: Rest/Graph QL API Small deployment units Cloud enabled (scaling and reliance) Spring Cloud Spring Cloud provides proven solutions for…

Read More
Posted onFebruary 4, 2020February 4, 2020Authentication

Spring Security

Security Core The main class that keeps authorization data is SecurityContextHolder, saves the detail of Principal object. Object principal = SecurityContextHolder.getContext().getAuthentication().getPrincipal(); if (principal instanceof UserDetails)…

Read More
Posted onJanuary 29, 2020February 4, 2020Spring Cloud

Spring Cloud Config Server

Remote files from Config server have precedence over local one. The Environment resources are parameterized by three variables: {application}, which maps to spring.application.name on the…

Read More

Posts navigation

Page 1 Page 2 Next Page
© Copyright 2020 – Kitboga Tech
Anther Theme by DesignOrbital ⋅ Powered by WordPress