License |
License |
---|---|
GroupId | GroupIdorg.fryske-akademy |
ArtifactId | ArtifactIdejbCrudApi |
Last Version | Last Version10.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionejbCrudApi
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
ejbCrudApi-10.6.pom | |
ejbCrudApi-10.6.jar | 21 KB |
ejbCrudApi-10.6-sources.jar | 17 KB |
ejbCrudApi-10.6-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fryske-akademy/ejbCrudApi/ -->
<dependency>
<groupId>org.fryske-akademy</groupId>
<artifactId>ejbCrudApi</artifactId>
<version>10.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.fryske-akademy/ejbCrudApi/
implementation 'org.fryske-akademy:ejbCrudApi:10.6'
// https://jarcasting.com/artifacts/org.fryske-akademy/ejbCrudApi/
implementation ("org.fryske-akademy:ejbCrudApi:10.6")
'org.fryske-akademy:ejbCrudApi:jar:10.6'
<dependency org="org.fryske-akademy" name="ejbCrudApi" rev="10.6">
<artifact name="ejbCrudApi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fryske-akademy', module='ejbCrudApi', version='10.6')
)
libraryDependencies += "org.fryske-akademy" % "ejbCrudApi" % "10.6"
[org.fryske-akademy/ejbCrudApi "10.6"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-envers | jar | 5.3.6.Final |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-web-api | jar | 8.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |