jar

org.beigesoft : beige-settings

Maven & Gradle

Dec 24, 2016
5 usages

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

Table Of Contents

Latest Version

Download org.beigesoft : beige-settings JAR file - Latest Versions:

All Versions

Download org.beigesoft : beige-settings JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window beige-settings-1.1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.beigesoft.settings

├─ org.beigesoft.settings.IMngSettings.class - [JAR]

├─ org.beigesoft.settings.MngSettings.class - [JAR]