Beigesoft settings library.

It helps to quickly make settings for class and its fields of with properties XML. Instead of create a lot of files to describe every class and its fields it use describing by type, by name. E.g. setting "java.lang.Integer"-"INTEGER NOT NULL" will be assigned fo every field of this type. Of course it can be overriden by settings for field name and so on. It is used by beige-web to describe how to render an entity and convert from HTML value. It is used by beige-orm to describe how to map an entity to a DBMS. It make simple settings - Map<String, String>, e.g. "title"-"Beige ORM 1.1", class settings Map<String, Map<String, String>>, e.g. "org.mode.Customer"-["defaultOrder"-"ITSNAME", "wdgFilterOrder"-"filterOrderStd"], fields settings Map<String, Map<String, Map<String, String>>>, e.g. "org.mode.Customer"-["itsId"["wdgNew"-"null", "wdgFilter"-"filterNumber"]]

Лицензия

Лицензия

Группа

Группа

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

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

beige-settings
Последняя версия

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

1.1.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Beigesoft settings library.
It helps to quickly make settings for class and its fields of with properties XML. Instead of create a lot of files to describe every class and its fields it use describing by type, by name. E.g. setting "java.lang.Integer"-"INTEGER NOT NULL" will be assigned fo every field of this type. Of course it can be overriden by settings for field name and so on. It is used by beige-web to describe how to render an entity and convert from HTML value. It is used by beige-orm to describe how to map an entity to a DBMS. It make simple settings - Map<String, String>, e.g. "title"-"Beige ORM 1.1", class settings Map<String, Map<String, String>>, e.g. "org.mode.Customer"-["defaultOrder"-"ITSNAME", "wdgFilterOrder"-"filterOrderStd"], fields settings Map<String, Map<String, Map<String, String>>>, e.g. "org.mode.Customer"-["itsId"["wdgNew"-"null", "wdgFilter"-"filterNumber"]]
Организация-разработчик

Организация-разработчик

Beigesoft ™

Скачать beige-settings

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

<!-- https://jarcasting.com/artifacts/org.beigesoft/beige-settings/ -->
<dependency>
    <groupId>org.beigesoft</groupId>
    <artifactId>beige-settings</artifactId>
    <version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.beigesoft/beige-settings/
implementation 'org.beigesoft:beige-settings:1.1.3'
// https://jarcasting.com/artifacts/org.beigesoft/beige-settings/
implementation ("org.beigesoft:beige-settings:1.1.3")
'org.beigesoft:beige-settings:jar:1.1.3'
<dependency org="org.beigesoft" name="beige-settings" rev="1.1.3">
  <artifact name="beige-settings" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beigesoft', module='beige-settings', version='1.1.3')
)
libraryDependencies += "org.beigesoft" % "beige-settings" % "1.1.3"
[org.beigesoft/beige-settings "1.1.3"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.beigesoft : beige-common jar 1.1.3-SNAPSHOT

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10

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

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

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

Версия
1.1.3
1.1.2
1.1.1
1.1.0