Skip to content

Sihendri

Little Note about technology

Menu
  • Home
  • About
  • Contact
Menu

Month: February 2023

Creating a Spring Boot Application

Posted on February 28, 2023February 28, 2023 by sihendri

Creating a Spring Boot application involves several steps, which are as follows: Set up your development environment: You will need to install Java, an integrated development environment (IDE) such as IntelliJ IDEA or Eclipse, and a build tool such as Maven or Gradle. Create a new Spring Boot project: You can do this using the…

Read more

Introduction to Spring Boot

Posted on February 28, 2023February 28, 2023 by sihendri

Spring Boot is an open-source Java-based framework designed to simplify the process of developing and deploying web applications and microservices. It is built on top of the Spring framework, and it provides a range of features and tools that make it easier for developers to create stand-alone, production-grade applications that can be quickly deployed to…

Read more

Thread Management in Java

Posted on February 27, 2023February 27, 2023 by sihendri

[ai_post_generator_toc] Thread Management in Java Thread management is an important concept to understand when programming in Java. Threads are the fundamental building blocks for any multi-threaded application, and managing them correctly is essential for a successful program. This article will explain the basics of thread management in Java, the different ways to manage threads, and…

Read more

Memory Management in Java: Understanding how the JVM manages memory

Posted on February 27, 2023February 27, 2023 by sihendri

Memory management in Java is a crucial aspect of programming. Java provides automatic memory management, which means that the Java Virtual Machine (JVM) automatically manages the allocation and de-allocation of memory. This is done through a process called garbage collection. Garbage Collection Garbage collection is the process by which the JVM identifies and removes objects…

Read more

Concurrency Utilities in Java

Posted on February 24, 2023February 24, 2023 by sihendri

Concurrency utilities in Java provide a set of classes and interfaces that enable developers to write concurrent programs more easily and safely. Concurrency utilities simplify the task of writing code that performs multiple tasks simultaneously, by providing features such as thread management, synchronization, and coordination. Here are some of the key concurrency utilities in Java:…

Read more

Lambda Expressions in Java

Posted on February 24, 2023 by sihendri

Lambda expressions were introduced in Java 8 as a new way to write code in a functional style. Lambda expressions provide a way to write concise, easy-to-read code that can be treated as data, passed as arguments to methods, and executed later. A lambda expression is an anonymous function that can be defined inline and…

Read more

Scaling Strategies for WebLogic Server on Docker: Horizontal Scaling

Posted on February 23, 2023February 23, 2023 by sihendri

WebLogic Server can be horizontally scaled on Docker by adding more containers to the cluster to handle increased load. Here are the steps to horizontally scale WebLogic Server on Docker: Determine the resource requirements: Before scaling the cluster, it is important to determine the resource requirements of the application. This includes CPU, memory, disk I/O,…

Read more

Scaling Strategies for WebLogic Server on Docker: Vertical Scaling

Posted on February 23, 2023February 23, 2023 by sihendri

WebLogic Server can be vertically scaled on Docker by increasing the resources allocated to a single container. Here are the steps to vertically scale WebLogic Server on Docker: Determine the resource requirements: Before scaling the container, it is important to determine the resource requirements of the application. This includes CPU, memory, disk I/O, and network…

Read more

Scaling Strategies for WebLogic Server on Docker

Posted on February 23, 2023February 23, 2023 by sihendri

There are two common scaling strategies that can be used to scale WebLogic Server on Docker: vertical scaling and horizontal scaling. Vertical Scaling: In this strategy, you increase the resources of a single container to handle increased load. This can be done by increasing the CPU, memory, or other resources of the container. Vertical scaling…

Read more

Configuring Data Sources for WebLogic Server on Docker

Posted on February 23, 2023February 23, 2023 by sihendri

Configuring data sources for WebLogic Server on Docker is an important step in ensuring that your applications can access the necessary data. Here are the steps to configure data sources for WebLogic Server on Docker: Create a JDBC Data Source: The first step is to create a JDBC data source in WebLogic Server. This can…

Read more

Posts navigation

  • 1
  • 2
  • Next

Categories

  • Docker
  • java
  • News
  • Oracle
  • sQL
  • Uncategorized
  • weblogic
  • Windows
  • Wordpress

Latest Post

  • SGA and PGA in Oracle Database Configuration
  • Rumor: NVIDIA GeForce RTX 4070 to be Released on April 13, 2023
  • ASUS Zenfone 10 Leak Reveals It Might No Longer Be Compact
  • How To Substring Until First Space in Oracle String
  • TikTok set daily screen time limit for under 18s to 60 minutes
©2023 Sihendri | Built using WordPress and Responsive Blogily theme by Superb