Skip to content

Instantly share code, notes, and snippets.

View caisback's full-sized avatar

caisback

View GitHub Profile
@caisback
caisback / Ubuntu 20_04 LTS - Installing OpenJDK Any Version by AdoptOpenJDK (JDK-JRE-HotSpot).md
Last active June 6, 2022 00:28
Ubuntu 20.04 LTS - Installing OpenJDK 11 (LTS) JDK, JRE and HotSpot by AdoptOpenJDK
@caisback
caisback / Ubuntu 20_04 LTS - Installing ActiveMQ Artemis 2pt17 with with AdoptOpenJDK-8.md
Last active May 23, 2023 17:49
Ubuntu 20.04 LTS - Installing ActiveMQ Artemis 2.17.0 with AdoptOpenJDK-8
@caisback
caisback / Ubuntu 20_04 LTS - Uninstalling AdoptOpenJDK.md
Last active April 17, 2021 03:51
Ubuntu 20.04 - How to remove openJDK by AdoptOpenJDK

Remove openJDK by AdoptOpenJDK

$ sudo apt purge openJDK*

Checking, should return no version or instance of java installed

$ java -version
@caisback
caisback / Ubuntu 20_04 LTS - Installing RedHat Fuse 7.6 on Apache Karaf over AdoptOpenJDK 8 LTS.md
Last active April 25, 2021 22:37
Ubuntu 20.04 LTS - nstalling RedHat Fuse 7.6 on Apache Karaf over AdoptOpenJDK 8 (LTS)
@caisback
caisback / Ubuntu 20_04 LTS - Installing CodeReady Studio 12.14.0.md
Last active April 25, 2021 22:56
Ubuntu 20_04 LTS - Installing CodeReady Studio 12.14.0

Note

CodeReady Studio 12.18.0 requires minimum of java 11

Installation and Running

  1. Download CodeReady Studio 12.14.0 save teh file on Downloads folder
  2. Allow the file to execute
    • Open the folder application
    • Go to Downloads folder
    • Locate the file codereadystudio-12.14.0.GA-installer-standalone.jar
  • Right click on it
@caisback
caisback / Ubuntu 20_04 LTS - Installing Apache Maven.md
Last active September 13, 2022 12:21
Ubuntu 20.04 LTS - Installing Apache Maven
  1. Apply updates
$ sudo apt update
  1. Install Apache Maven
$ sudo apt install maven
  1. Check Apache Maven if working
@caisback
caisback / Ubuntu 20_04 LTS - Installing Keycloak 12.0.4.md
Created April 17, 2021 13:31
Ubuntu 20.04 LTS - Installing Keycloak 12.0.4
@caisback
caisback / RedHat CodeReady Studio 12.14.0 - How to connect to GitHub Repository.md
Last active April 19, 2021 06:45
RedHat CodeReady Studio 12.14.0 - How to connect to GitHub Repository
  1. Open CodeReady Studio
  2. Menu > Window > Prespective > Open Prespective > Other...
  3. Locate and select Git and press the Open button
  4. On Git Repositories view > click "Clone a Git repository"
  5. Select GitHub > click Next
  6. Search for repository written in : Select Java
  7. Search "DLSU-Developers/ESB"
  8. Select DLS-Developers/ESB (Java)... > click Next
  9. Select main as branch > click Next
  10. Review local storage location, feel free to adjust entries and click Finish
@caisback
caisback / Ubuntu 20_04 LTS - Installing Postman.md
Created April 20, 2021 06:45
Ubuntu 20.04 LTS - Installing Postman
$ sudo snap install postman
[sudo] password for bboy: 
postman 7.36.5 from Postman, Inc. (postman-inc✓) installed
$ 
@caisback
caisback / ESB braindump.md
Last active April 30, 2021 10:04
ESB braindump

ESB

An Enterprise Service Bus (ESB) is fundamentally an architecture. It is a set of rules and principles for integrating numerous applications together over a bus-like infrastructure.

Agile Integration

The approach that allows those microservices to be droppped into the architecture seamlessly or to be removed or updated without distrupting other services.

3 Pillars of Agile Integration

  1. Distributed Integration (Flexibility) - 3 types
  2. Fuse on KARAF