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.

Лицензия

Лицензия

Common Development and Distribution License (CDDL) v1.0
Группа

Группа

org.beigesoft
Идентификатор

Идентификатор

beigesoft-webcrud
Последняя версия

Последняя версия

1.1.8
Дата

Дата

Тип

Тип

war
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

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

Скачать beigesoft-webcrud

Как подключить последнюю версию

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4