Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 967 Bytes

File metadata and controls

25 lines (19 loc) · 967 Bytes

JFramework-Web Simple Example

Last updated: Aug 20, 2025

This repository contains a JFramework-Web that prepare full Faces apps with zero configuration.

Prerequisites:

  • JDK 17+ Installed

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. Faces Controller
  2. Faces View
  3. 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