Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.2 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.2 KB

java-tests

License: MIT


Let's connect 👨‍💻 and forge the future together.😁✌

Show your support a ⭐ is all this repo needs 😄

Introduction

This repository showcases some fundamentals of Java programming language, some basic usecases in practice.

Supported Features

Here are some notable features that is showcased in this repository:

  • Java Preference Framework: built-in & custom implementation
  • ActiveMQ OpenWire over http instead of TCP
  • Java Performance Agent: for performance monitoring
  • Web-Jar-Executor: a bare webapp focused to upload a file to validate supported messages by executing a separate validator jar from within the webapp, and downloads the generated report to the client machine, i.e. a java webapp executing a java jar inside.
  • FundamentalTests: Fundamentals of java e.g. generics, applet, clipboard, locking/synchronization, threading, etc.