Last Version

Beigesoft™ XML settings library. 1.1.8

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 for every field of this type. Of course it can be overridden 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.model.Customer"-["defaultOrder"-"ITSNAME", "wdgFilterOrder"-"filterOrderStd"], fields settings Map<String, Map<String, Map<String, String>>>, e.g. "org.model.Customer"-["itsId"["wdgNew"-"null", "wdgFilter"-"filterNumber"]]

License

License

GroupId

GroupId

org.beigesoft
ArtifactId

ArtifactId

beigesoft-settings
Version

Version

1.1.8
Type

Type

jar
Description

Description

Beigesoft™ XML 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 for every field of this type. Of course it can be overridden 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.model.Customer"-["defaultOrder"-"ITSNAME", "wdgFilterOrder"-"filterOrderStd"], fields settings Map<String, Map<String, Map<String, String>>>, e.g. "org.model.Customer"-["itsId"["wdgNew"-"null", "wdgFilter"-"filterNumber"]]
Project URL

Project URL

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

Download beigesoft-settings 1.1.8


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

Dependencies

compile (1)

Group / Artifact Type Version
org.beigesoft : beigesoft-bcommon jar 1.1.8

test (2)

Group / Artifact Type Version
org.beigesoft : beigesoft-bcommon test-jar 1.1.8
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.