Java Articles

6 articles in the Java category — browse the collection below.

Java

Use Jersey and Spring in AWS Lambda

Integrate Jersey and Spring Framework in AWS Lambda using aws-serverless-java-container. Complete guide with code examples for building REST APIs on Lambda with Java.

Read more
Java

Start Dijkstra Shortest Path using JMapViewer

Implement Dijkstra's shortest path algorithm with JMapViewer for OpenStreetMap. Visualize routes on interactive maps using Java Swing and mouse click events.

Read more
Java

Set up JMapViewer for OSM data

Set up JMapViewer for OpenStreetMap data in Java Swing applications. Add Maven dependencies, configure map tiles, and implement mouse interactions for map markers.

Read more
Java

Deploy a Multi-Module Maven Project to Heroku

Deploy multi-module Maven projects to Heroku with Spring Boot. Use config variables and Procfile to manage multiple microservices from a single repository.

Read more
Java

How to test a web app with popups using Selenium

Test hover popups with Selenium using Actions class and WebDriverWait. Solve the common problem of timing issues when popups don't open immediately.

Read more
Java

First steps with JavaFX

Learn JavaFX basics with FXML layouts and controllers in this step-by-step tutorial. Build your first JavaFX application using BorderPane, GridPane, and event handling.

Read more