Java Articles
6 articles in the Java category — browse the collection below.
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.
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.
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.
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.
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.
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.