https://github.com/phax/ph-oton-bootstrap3
ph-oton Bootstrap 3 binding
https://github.com/phax/ph-oton-bootstrap3
Last synced: 3 months ago
JSON representation
ph-oton Bootstrap 3 binding
- Host: GitHub
- URL: https://github.com/phax/ph-oton-bootstrap3
- Owner: phax
- License: apache-2.0
- Created: 2024-04-18T20:24:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-18T09:39:16.000Z (11 months ago)
- Last Synced: 2025-06-18T10:34:51.879Z (11 months ago)
- Language: Java
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ph-oton-bootstrap3
[](https://img.shields.io/maven-central/v/com.helger.photon/ph-oton-bootstrap3-parent-pom)
[](https://javadoc.io/doc/com.helger.photon/ph-oton-bootstrap3)
This set of Java libraries forms a package to build Java web applications.
Contained subprojects are:
* ph-oton-bootstrap3 - Java Wrapper for the Bootstrap 3.x controls
* ph-oton-bootstrap3-uictrls - special UI controls for Bootstrap 3
* ph-oton-bootstrap3-pages - predefined UI pages with Bootstrap 3 styling
* ph-oton-bootstrap3-stub - Servlet stub for Bootstrap 3 web applications
* ph-oton-bootstrap3-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-bootstrap3-parent-pom
x.y.z
pom
import
```
### Bootstrap 3
To use Bootstrap 3 front end use:
```xml
com.helger.photon
ph-oton-bootstrap3-stub
```
See the submodule `ph-oton-bootstrap3-demo` for a working example project with Bootstrap 3 UI.
## News and noteworthy
v10.1.2 - 2026-02-21
* Updated to ph-oton 10.2.0
v10.1.1 - 2026-01-10
* Updated to ph-oton 10.1.2
* Made sure all package names are "bootstrap3" and not just "bootstrap"
v10.1.0 - 2025-11-16
* Updated to Jetty 12.1.4
* Updated to ph-commons 12.1.0
* Using JSpecify annotations
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
v9.2.3 - 2024-08-09
* Updated to DataTables 2.1
* 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.