Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.33 KB

File metadata and controls

31 lines (24 loc) · 1.33 KB

Create Java WebApp with a Simple Microservice

Last updated: Aug 20, 2025

This repository contains a JFramework-WebStack example that communicates with a Simple microservice backend.

Prerequisites:

Usage:

  1. Clone the repository
  2. Import as Java project into your favorite IDE (We use SpringToolSuite and Eclipse for Java EE developers)
  3. Run App class.

Project Main Contents

The repository contains the following main contents:

  1. Maven project with pom.xml

📄Note: If you are using Eclipse, be sure to refresh your project (select your project→ right click→ Maven→ Update Project)

  1. Config file which contains the microservice URL.
  2. Java Model class
  3. Java ServiceClient class
  4. Faces Controller
  5. Faces View
  6. Main java class

Screenshots

Thats it, now run your App class, in few seconds your browser will open and you should see something like this:

Screenshot