C

CrudApi

Basis for development of ejb(cdi)/jpa/envers (ejbCrudApi) applications. For GUI development based on jsf 2 / primefaces guiCrudApi can be used. Aspects covered: security roles, logout, multi lingualism, record level history, theming, properties, lazy loading into data layer, dynamic jpa queries with support for all comparisons except between, syntax in parameter values (negations, is [not] null, and/or), strict separation frontend / backend and ejb / jpa.
https://bitbucket.org/fryske-akademy/crudapi
Apache License, Version 2.0
Fryske Akademy
Eduard Drenth
Files download
File Operation
CrudApi-10.0.pom download
Apache Maven
<dependency>
  <groupId>org.fryske-akademy</groupId>
  <artifactId>CrudApi</artifactId>
  <version>10.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.fryske-akademy:CrudApi:10.0'
Gradle Kotlin
implementation("org.fryske-akademy:CrudApi:10.0")
Scala SBT
libraryDependencies += "org.fryske-akademy" % "CrudApi" % "10.0"
Groovy Grape
@Grapes(
  @Grab(group='org.fryske-akademy', module='CrudApi', version='10.0')
)
Apache Ivy
<dependency org="org.fryske-akademy" name="CrudApi" rev="10.0" />
Leiningen
[org.fryske-akademy/CrudApi "10.0"]
Apache Buildr
'org.fryske-akademy:CrudApi:jar:10.0'
Dependencies
The project has no third-party dependencies