C

CrudApi

Basis for development of ejb/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, 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-4.7.pom download
Apache Maven
<dependency>
  <groupId>org.fryske-akademy</groupId>
  <artifactId>CrudApi</artifactId>
  <version>4.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.fryske-akademy:CrudApi:4.7'
Gradle Kotlin
implementation("org.fryske-akademy:CrudApi:4.7")
Scala SBT
libraryDependencies += "org.fryske-akademy" % "CrudApi" % "4.7"
Groovy Grape
@Grapes(
  @Grab(group='org.fryske-akademy', module='CrudApi', version='4.7')
)
Apache Ivy
<dependency org="org.fryske-akademy" name="CrudApi" rev="4.7" />
Leiningen
[org.fryske-akademy/CrudApi "4.7"]
Apache Buildr
'org.fryske-akademy:CrudApi:jar:4.7'
Dependencies
The project has no third-party dependencies