Close

Java Programming Language

Java is a general-purpose, class-based, object-oriented programming language designed to have as few implementation dependencies as possible. It is a compiled language, and its source code is converted to bytecode that can run on any Java Virtual Machine (JVM). This makes Java platform independent, meaning that Java code can run on any computer with a JVM installed.

Feign makes writing java http clients easier

Feign makes writing java http clients easier

Feign is a Java to HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. Feign’s first goal was reducing the complexity of binding Denominator uniformly to HTTP APIs regardless of ReSTfulness. Why Feign and not X? Feign uses tools like Jersey and CXF to write java clients for ReST or SOAP services. Furthermore, Feign allows you […]

Devamını Oku

Spring cloud ribbon with eureka

Java

Traditional server side load balancing Server-side load balancing is involved in monolithic applications where we have a limited number of application instances behind the load balancer. We deploy our war/ear files into multiple server instances which are basically a pool of server having the same application deployed and we put […]

Devamını Oku

JavaFX will be removed from JDK 11

Java

JavaFX is a set of graphics and media packages that enables developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. The look and feel of JavaFX applications can be customized. Cascading Style Sheets (CSS) separate appearance and style from implementation so that […]

Devamını Oku

JavaFX Login Example – Scene builder and Netbeans

Netbeans SceneBuilder

JavaFx Designing Tutorials: Welcome to JavaFx Design Tutorials, a place where you can excel your UI Designing skills and you will be able to implement it in your upcoming projects or assignments. In this channel I have given my best to learn you how to design material UI’s, metro UI’s,Flat […]

Devamını Oku

Fast Food Demo With JavaFx

Java

JavaFx Designing Tutorials: Welcome to JavaFx Design Tutorials, a place where you can excel your UI Designing skills and you will be able to implement it in your upcoming projects or assignments. In this channel I have given my best to learn you how to design material UI’s, metro UI’s,Flat […]

Devamını Oku

Streaming Database Changes with Debezium by Gunnar Morling

Streaming Database Changes with Debezium by Gunnar Morling

“Debezium (noun | de·be·zi·um | /dɪ:ˈbɪ:ziːəm/) – secret ingredient for change data capture” Updating caches and full-text indexes, synchronizing data between microservices, maintaining different read models in a CRQS-style architecture, and feeding operational data to your analytics tools — just a few use cases which benefit so much from streaming […]

Devamını Oku