Download org.beigesoft JAR files with all dependencies
beigesoft-accounting from group org.beigesoft (version 1.1.8)
It implements accounting models and services, e.g. AccountingEntry, SalesInvoice, service that fill payroll taxes according tax percentage table, etc.
0 downloads
Artifact beigesoft-accounting
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 3
Dependencies beigesoft-replicator, beigesoft-orm, beige-pdfwriter,
There are maybe transitive dependencies!
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 3
Dependencies beigesoft-replicator, beigesoft-orm, beige-pdfwriter,
There are maybe transitive dependencies!
beigesoft-webcrud from group org.beigesoft (version 1.1.8)
Group: org.beigesoft Artifact: beigesoft-webcrud
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
beigesoft-webcrud-jar from group org.beigesoft (version 1.1.8)
It's java library of 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.
Group: org.beigesoft Artifact: beigesoft-webcrud-jar
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact beigesoft-webcrud-jar
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 5
Dependencies beigesoft-jdbc, HikariCP, beigesoft-orm, beigesoft-replicator, javax.mail,
There are maybe transitive dependencies!
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 5
Dependencies beigesoft-jdbc, HikariCP, beigesoft-orm, beigesoft-replicator, javax.mail,
There are maybe transitive dependencies!
beigesoft-android-sqlite from group org.beigesoft (version 1.1.8)
It consist of Android SQlite implementation of database service. It's used for Beige-ORM for Android.
Group: org.beigesoft Artifact: beigesoft-android-sqlite
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact beigesoft-android-sqlite
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 1
Dependencies beigesoft-bcommon,
There are maybe transitive dependencies!
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 1
Dependencies beigesoft-bcommon,
There are maybe transitive dependencies!
beigesoft-replicator from group org.beigesoft (version 1.1.8)
0 downloads
beigesoft-jdbc from group org.beigesoft (version 1.1.8)
0 downloads
beigesoft-orm from group org.beigesoft (version 1.1.8)
This is simple lightweigt multiplatform (JDBC/Android) ORM library.
It supports Postgresql, MySql, H2 and SQlite.
It consist of ORM logic except platform dependent database access logic - e.g. JDBC or Android.
It's configured with Beige-Settings (standard Java Properties XML files).
0 downloads
Artifact beigesoft-orm
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 1
Dependencies beigesoft-settings,
There are maybe transitive dependencies!
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 1
Dependencies beigesoft-settings,
There are maybe transitive dependencies!
beigesoft-settings from group org.beigesoft (version 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"]]
1 downloads
Artifact beigesoft-settings
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 1
Dependencies beigesoft-bcommon,
There are maybe transitive dependencies!
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 1
Dependencies beigesoft-bcommon,
There are maybe transitive dependencies!
beigesoft-bcommon from group org.beigesoft (version 1.1.8)
It consist of common abstractions, some implementations, some models, e.g. IFactory, ISrvOrm, ISrvDatabase, ISrvI18N, APersistableBase,
persistable models for JDBC authentication for Tomcat and Jetty standards etc.
0 downloads
Artifact beigesoft-bcommon
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 1
Dependencies beige-logging-base,
There are maybe transitive dependencies!
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 1
Dependencies beige-logging-base,
There are maybe transitive dependencies!
beige-uml-android from group org.beigesoft (version 2.1.11)
0 downloads
Page 3 from 6 (items total 54)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy