phax / ph-oton

The complete ph websuite
Apache License 2.0
3 stars 5 forks source link
bootstrap css datatables framework html j2ee java java8 servlet ui web

ph-oton

javadoc Maven Central

This set of Java libraries forms a package to build Java web applications.

Contained subprojects are:

Requirements

Maven usage

Replace x.y.z with the effective version number.

  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.helger.photon</groupId>
        <artifactId>ph-oton-parent-pom</artifactId>
        <version>x.y.z</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>

Note: prior to v8.2.5 the Maven groupId was com.helger.

Bootstrap 4

To use Bootstrap 4 front end use:

  <dependencies>
    <dependency>
      <groupId>com.helger.photon</groupId>
      <artifactId>ph-oton-bootstrap4-stub</artifactId>
    </dependency>
  </dependencies>

See the submodule ph-oton-bootstrap4-demo for a working example project with Bootstrap 4 UI.

Note: prior to v8.2.5 the Maven groupId was com.helger.

News and noteworthy


My personal Coding Styleguide | It is appreciated if you star the GitHub project if you like it.