License |
License
Common Development and Distribution License (CDDL) v1.0
|
---|---|
GroupId | GroupIdorg.beigesoft |
ArtifactId | ArtifactIdbeigesoft-webcrud |
Last Version | Last Version1.1.8 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionBeigesoft™ CRUD WEB-application.
This is CRUD interface based on standard JEE MVC servlet, JSP, JSTL.
It renders forms and lists of any entity according XML settings (Beige-Settings).
Database logic is handled by Beige-ORM.
It also includes Mail-sender and database replicator through WEB-service. It is SQLite configured.
Put WAR file into Tomcat7 webapps, make sure that Tomcat has libraries: HikariCP-2.4.3.jar, sqlite-jdbc-3.8.11.2.jar,
slf4j-api-1.7.12.jar (versions may be different), for MS Windows change file separator in META-INF\context.xml connectionURL from "/" to "\" and reassemble WAR.
Beigesoft-Accounting-Web extends it into very complex business application.
|
Project URL |
Project URL |
Filename | Size |
---|---|
beigesoft-webcrud-1.1.8.pom | |
beigesoft-webcrud-1.1.8.war | 1 MB |
beigesoft-webcrud-1.1.8-src.tar.bz2 | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beigesoft/beigesoft-webcrud/ -->
<dependency>
<groupId>org.beigesoft</groupId>
<artifactId>beigesoft-webcrud</artifactId>
<version>1.1.8</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.beigesoft/beigesoft-webcrud/
implementation 'org.beigesoft:beigesoft-webcrud:1.1.8'
// https://jarcasting.com/artifacts/org.beigesoft/beigesoft-webcrud/
implementation ("org.beigesoft:beigesoft-webcrud:1.1.8")
'org.beigesoft:beigesoft-webcrud:war:1.1.8'
<dependency org="org.beigesoft" name="beigesoft-webcrud" rev="1.1.8">
<artifact name="beigesoft-webcrud" type="war" />
</dependency>
@Grapes(
@Grab(group='org.beigesoft', module='beigesoft-webcrud', version='1.1.8')
)
libraryDependencies += "org.beigesoft" % "beigesoft-webcrud" % "1.1.8"
[org.beigesoft/beigesoft-webcrud "1.1.8"]
Group / Artifact | Type | Version |
---|---|---|
org.beigesoft : beigesoft-webcrud-jar | jar | 1.1.8 |
org.apache.taglibs : taglibs-standard-spec | jar | 1.2.5 |
org.apache.taglibs : taglibs-standard-impl | jar | 1.2.5 |