All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download org.beigesoft JAR files with all dependencies

Search JAR files by class name

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.

Group: org.beigesoft Artifact: beigesoft-accounting
Show all versions Show documentation Show source 
 

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!

beigesoft-webcrud from group org.beigesoft (version 1.1.8)

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.

Group: org.beigesoft Artifact: beigesoft-webcrud
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact beigesoft-webcrud
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-webcrud-jar, taglibs-standard-spec, taglibs-standard-impl,
There are maybe transitive dependencies!

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 
 

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!

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 
 

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!

beigesoft-replicator from group org.beigesoft (version 1.1.8)

It replicate/persist any entity according XML settings and user's requirements with a file or network (HTTP). Right now it has implemented XML format of stored/transferred data. Beige-Accounting uses it with web-service for full database import and to import accounting data between databases.

Group: org.beigesoft Artifact: beigesoft-replicator
Show all versions Show documentation Show source 
 

0 downloads
Artifact beigesoft-replicator
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-jdbc from group org.beigesoft (version 1.1.8)

It consist of JDBC implementation of database service. Test package consist of ORM JDBC tests for SQlite, Mysql, Postgresql, H2 databases.

Group: org.beigesoft Artifact: beigesoft-jdbc
Show all versions Show documentation Show source 
 

0 downloads
Artifact beigesoft-jdbc
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-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).

Group: org.beigesoft Artifact: beigesoft-orm
Show all versions Show documentation Show source 
 

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!

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

Group: org.beigesoft Artifact: beigesoft-settings
Show all versions Show documentation Show source 
 

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!

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.

Group: org.beigesoft Artifact: beigesoft-bcommon
Show all versions Show documentation Show source 
 

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!

beige-uml-android from group org.beigesoft (version 2.1.11)

Android implementation of Beige UML

Group: org.beigesoft Artifact: beige-uml-android
Show all versions Show documentation Show source 
 

0 downloads
Artifact beige-uml-android
Group org.beigesoft
Version 2.1.11
Last update 24. September 2018
Organization not specified
URL https://sites.google.com/site/beigesoftware
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies support-v4, beige-android-lib, beige-uml-base,
There are maybe transitive dependencies!



Page 3 from 6 (items total 54)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy