Posts

Tadukooverse Releases Since Last Update

 The blog kind of died off after the last post about Tadukoo Database's Alpha v.0.3 Release . Since then, there have been more changes and releases to the Tadukooverse projects. The entire history of Tadukooverse up until now was discussed in a YouTube video by Tadukoo:  Tadukoo Util & Tadukoo Engine (& Related Projects) History January 8, 2022 On this day, Tadukoo Combos was started as a project. Its single module is Tadukoo Ultimate Pojo. The idea here is that it’s a combination of Form, DatabasePojo, and JSONOrderedClass. Each of these is pojos that hold field values, but the Form provides logic for displaying the fields in a form, DatabasePojo provides logic for retrieving and storing the fields in a database, and JSONOrderedClass can be used to save or load the fields from a JSON file. January 9, 2022 Tadukoo JUnit was moved into Tadukoo Util. The JUnit module will no longer appear in future diagrams because it’s simpler to exclude it and it’s just used for t...

Tadukoo Database Alpha v.0.3 Release

 Tadukoo Database Alpha v.0.3 was released today Tadukoo Database is a collection of utilities used for interacting with databases. For more information about Tadukoo Database, check out its project page . For Javadocs for Tadukoo Database, visit this page . The following modules are in Tadukoo Database: Tadukoo MySQL - used for interacting with a MySQL database

Tadukooverse Releases November 19, 2021

 Multiple releases happened for Tadukooverse yesterday, as they were updated to Java 17, and had some dependencies updated. Tadukoo Maven Tadukoo Maven Alpha v.0.3.1 was released Tadukoo Maven is a collection of Maven poms and archetypes for use in Tadukooverse projects. It's released under the MIT license so it's very free for anyone to use for their projects. For more information about Tadukoo Maven, check out its project page . Tadukoo Maven contains the following modules: TadukooMavenBasePOM - the base pom for all projects TadukooMavenLibraryPOM - a pom for use in Tadukooverse libraries that use Tadukoo Util TadukooMavenParsingPOM - a pom for use in Tadukooverse libraries that use Tadukoo Parsing TadukooMavenWebServicePOM - a pom for use in Tadukooverse libraries that use Tadukoo Web Services TadukooMavenViewPOM - a pom for use in Tadukooverse projects that use Tadukoo View TadukooMavenProgramPOM - a pom for use in Tadukooverse projects that use Tadukoo Engine Tadukoo Util ...

Tadukooverse Releases July 10, 2021

 Multiple releases happened for Tadukooverse recently. Tadukoo Maven Tadukoo Maven Alpha v.0.3 was released on July 5 . Tadukoo Maven is a collection of Maven poms and archetypes for use in Tadukooverse projects. It's released under the MIT license so it's very free for anyone to use for their projects. For more information about Tadukoo Maven, check out its project page . Tadukoo Maven contains the following modules: TadukooMavenBasePOM - the base pom for all projects TadukooMavenLibraryPOM - a pom for use in Tadukooverse libraries that use Tadukoo Util TadukooMavenParsingPOM - a pom for use in Tadukooverse libraries that use Tadukoo Parsing TadukooMavenWebServicePOM - a pom for use in Tadukooverse libraries that use Tadukoo Web Services TadukooMavenViewPOM - a pom for use in Tadukooverse projects that use Tadukoo View Changes: Now includes Tadukoo JUnit dependencies Tadukoo Util Tadukoo Util Beta v.0.5 was released on July 5 Tadukoo Util is a collection of useful utilities fo...

Tadukoo View Alpha v.0.3.2 Release

 Tadukoo View Alpha v.0.3.2 was released today . Tadukoo View is a collection of view utilities. It's released under the MIT license so it's very free for anyone to use for their projects. For more information about Tadukoo View, check out its project page . For Javadocs for Tadukoo View, visit this page . Tadukoo View has the following modules: Tadukoo View - A collection of utilities for basic View stuff, and contains code to make it easier to customize fonts, paints, etc. Tadukoo Components - A collection of components that are more customizable than Java's default versions Tadukoo Form - Makes it easy to setup Forms with various fields Tadukoo Look & Feel - allows you to customize the look & feel of view components more easily than the default Java look & feels allow for Changes Tadukoo Util updated to Alpha v.0.4 Updated to Java 16

Tadukoo GitHub Alpha v.0.1.1 Release

 Tadukoo GitHub Alpha v.0.1.1 was released today . Tadukoo GitHub is a collection of libraries for interacting with GitHub's web services. It's released under the MIT license so it's very free for anyone to use for their projects. For more information about Tadukoo GitHub, check out its project page . For Javadocs for Tadukoo GitHub, visit this page . The following modules are in Tadukoo GitHub: Tadukoo GitHub - used to interact with GitHub's REST API

Tadukoo Web Services Alpha v.0.1.1 Release

 Tadukoo Web Services Alpha v.0.1.1 was released today . Tadukoo Web Services is a collection of libraries for interacting with web services. It's released under the MIT license so it's very free for anyone to use for their projects. For more information about Tadukoo Web Services, check out its project page . For Javadocs for Tadukoo Web Services, visit this page . The following modules are in Tadukoo Web Services: Tadukoo REST - used to interact with REST APIs Changes Updated to Java 16 Updated to Tadukoo Parsing Alpha v.0.3