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