https://github.com/phax/ph-oton-bootstrap4
ph-oton Bootstrap v4 binding
https://github.com/phax/ph-oton-bootstrap4
Last synced: 8 months ago
JSON representation
ph-oton Bootstrap v4 binding
- Host: GitHub
- URL: https://github.com/phax/ph-oton-bootstrap4
- Owner: phax
- License: apache-2.0
- Created: 2025-08-25T15:47:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-08-25T16:20:31.000Z (9 months ago)
- Last Synced: 2025-08-25T17:44:20.277Z (9 months ago)
- Language: Java
- Size: 1.48 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ph-oton-bootstrap4
[](https://javadoc.io/doc/com.helger.photon/ph-oton-bootstrap4)
[](https://maven-badges.herokuapp.com/maven-central/com.helger.photon/ph-oton-bootstrap4)
This set of Java libraries forms a package to build Java web applications.
Contained subprojects are:
* ph-oton-bootstrap4 - Java Wrapper for the Bootstrap 4 controls
* ph-oton-bootstrap4-uictrls - special UI controls for Bootstrap 4
* ph-oton-bootstrap4-pages - predefined UI pages with Bootstrap 4 styling
* ph-oton-bootstrap4-stub - Servlet stub for Bootstrap 4 web applications
* ph-oton-bootstrap4-demo - a standalone demo web application to be run in Tomcat or in provided Jetty
# Requirements
* Java 17+ is required for building
* Application server requirement JakartaEE 10:
* At least Tomcat 10.1
* Jetty 12.x with AnnotationConfiguration enabled
## Maven usage
Replace `x.y.z` with the effective version number.
```xml
com.helger.photon
ph-oton-bootstrap4-parent-pom
x.y.z
pom
import
```
### Bootstrap 4
To use Bootstrap 4 front end use:
```xml
com.helger.photon
ph-oton-bootstrap4-stub
```
See the submodule `ph-oton-bootstrap4-demo` for a working example project with Bootstrap 4 UI.
## News and noteworthy
v10.0.0 - 2025-08-25
* Requires Java 17 as the minimum version
* Updated to ph-commons 12.0.0
* Updated to Jetty 12.1.0
* Extracted from ph-oton
---
My personal [Coding Styleguide](https://github.com/phax/meta/blob/master/CodingStyleguide.md) |
It is appreciated if you star the GitHub project if you like it.