Last Version

Beigesoft™ CRUD WEB-application. 1.1.8

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.

License

License

Common Development and Distribution License (CDDL) v1.0
GroupId

GroupId

org.beigesoft
ArtifactId

ArtifactId

beigesoft-webcrud
Version

Version

1.1.8
Type

Type

war
Description

Description

Beigesoft™ 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

https://sites.google.com/site/beigesoftware

Download beigesoft-webcrud 1.1.8


<!-- 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"]

Dependencies

compile (3)

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

Project Modules

There are no modules declared in this project.