Skip to content

Minimal production ready webfirmframework projects. The sample projects in this repository use bootstrap css framework, foundation css framework etc..

Notifications You must be signed in to change notification settings

webfirmframework/minimal-production-ready-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minimal-production-ready-projects

This repository contains minimal production ready webfirmframework projects. The sample projects in this repository use one of the css frameworks like bootstrap css, foundation css, material design lite css, materialize css, MUI css, Petal css etc..


The projects are based on latest version of wffweb-3.0.20 and wffweb-12.0.2. Visit developers guide for webfirmframework doc.


wffweb-12-production-sample-jakarta-ee-with-bootstrap5-css-framework project can be run with tomcat 10 or later and Java 17 or later. This is the most modern way to build java web app, it uses the wffweb-12.0.2. You can use any jakarta ee application server to run this project. Single module source code project can be found here. It uses embedded tomcat and compatible to be deployed on Heroku with a single click.

NB: Do not forget to change random secret string in com.webfirmframework.wffwebcommon.MultiInstanceTokenUtil class before deployment.


production-sample-jakarta-ee-with-bootstrap5-css-framework project can be run with tomcat 10 and Java 8 or later. You can use any jakarta ee application server to run this project.


All projects are in maven.

To open it in IntelliJ Java IDE:

Go to File > Open and select project directory

To open it in eclipse:

Go to File > Import > Existing Maven Projects and select project directory


Sample HTML code for foundation css framework

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Doc for MUI css framework

MUI follows Google's Material Design guidelines.

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Doc for Bootstrap4 css framework

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Doc for Petal css framework

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Doc for Materialize css framework

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Doc for Material Design Lite css framework


Got best result on Google Chrome when tested