Unlike "open source" or "shared source," the "Exclusive" term means the licensee gains sole ownership of that specific copy. The vendor:
TransLogix, a mid-sized 3PL with $400M in freight under management, migrated from a leading cloud TMS to the TMS Business Core Library v11511 in early 2024 (employing a pre-release version). The results after 10 months:
Time is the most expensive resource in software development. By providing the source code for v11511, TMS eliminates the "guesswork" phase of integration. When a developer encounters an unexpected behavior, they no longer need to file a support ticket and wait for a patch cycle. They can inspect the code, identify the issue, and implement a solution immediately.
This release shifts the TMS Business Core Library from being merely a tool in the belt to being a foundational part of the application infrastructure. For teams building mission-critical financial, medical, or logistical software, the v11511 Full Source Exclusive release offers the peace of mind that only total control can provide.
This release is available immediately for eligible enterprise subscribers and new license acquisitions.
This query could be referring to a few different things. Did you mean:
Software documentation or a product overview for the TMS Business Core Library?
A security advisory or technical discussion regarding software versioning and source code access?
Please clarify which of these topics you are interested in so I can help you further.
The phrase "TMS Business Core Library v1.15.1.1 with Full Source Exclusive" likely refers to a specific version of a foundational library used by TMS Software for its TMS BIZ suite of Delphi and C++Builder development tools.
The TMS Business Core Library (BCL) is a shared set of classes and tools required for TMS BIZ products like TMS Aurelius (ORM), TMS XData (REST server), and TMS Sparkle (HTTP framework). Key Aspects of this Library tms business core library v11511 with full source exclusive
Purpose: It acts as the "glue" or backbone for business-oriented frameworks in Delphi. It handles low-level tasks such as JSON serialization, HTTP communication, and core object-oriented patterns.
Version 1.15.1.1: While version numbers evolve, this specific release would represent a patch or minor update to the library's features, ensuring compatibility with the latest RAD Studio versions or fixing bugs reported in the TMS Support Center.
"Full Source Exclusive": This typically indicates that the package includes the complete Pascal source code. For professional developers, this is "exclusive" because it allows for:
Deep Debugging: Stepping directly into the library's code to find performance bottlenecks or logic issues.
Customization: Modifying the core behavior of the library to fit unique project requirements.
Direct Compilation: Avoiding version conflicts between pre-compiled binary files (.dcu files). Use in the TMS BIZ Ecosystem
If you are working with TMS BIZ products, the Business Core Library is automatically used to support:
TMS Aurelius: For database abstraction and Object-Relational Mapping. TMS XData: For building multi-tier REST/JSON servers.
TMS Sphinx: For identity management and OAuth2/OpenID Connect authentication. TMS Echo: For distributed data replication.
tmssoftware.com/t/tms-subscription-manager-has-tms-business-core-listed-twice-now-other-products-dont-see-it-as-installed/23960">TMS Subscription Manager or how it interacts with a specific tool like Aurelius? Business Tools - TMS Software Unlike "open source" or "shared source," the "Exclusive"
Unlock the foundational power of the TMS Business ecosystem with the latest release. This exclusive package includes the complete source code
, providing developers with total transparency, deep customization capabilities, and a seamless integration experience for high-level Delphi development. Key Highlights: Complete Source Code:
Full access to the underlying logic for maximum control and debugging. Unified Framework:
The essential core shared by top-tier tools like TMS Aurelius, Sparkle, XData, and RemoteDB. Cross-Platform Ready:
Build robust, scalable business applications for Windows, macOS, iOS, Android, and Linux. Optimized Performance:
Includes the latest bug fixes, performance enhancements, and library refinements found in version 11.5.1.1.
TMS Business Core Library (BCL) is a foundational Delphi framework that provides essential low-level services for the ecosystem, which includes products like TMS Aurelius (REST/JSON), and TMS Sparkle TMS Software Key Features of TMS Business Core Library Core Infrastructure
: Provides shared types, utility classes, and internal logic used across all TMS Business components. JSON Framework
: Includes a high-performance framework for JSON serialisation and deserialisation, crucial for REST-based development. Logging & Diagnostics
: Features a cross-platform logging framework for tracking application behavior. Internationalisation : Tools for building multi-language applications. Code Generation Use the rules engine (open-source code for customization):
: Supports internal code generation features required by frameworks like Aurelius. TMS Software Version 1.15.1.1 & Source Code
The "v1.15.1.1 with full source" description typically refers to a specific distribution of the library. Release Context
: As of early 2026, the library is a mature component of the TMS BIZ subscription. Source Code Inclusion Academic Licenses do not include source code, Full Licenses
provide the full source code for the BCL, allowing for deep debugging and customisation. Installation : The library is generally managed through the TMS Subscription Manager TMS Smart Setup
. Users have occasionally reported issues finding it in the manager, which usually requires a support ticket to refresh account permissions. TMS Software Integration in TMS BIZ
The BCL acts as the bridge between several advanced frameworks: TMS Aurelius
: Uses BCL for attribute-based mapping and object management.
: Leverages BCL’s JSON capabilities to expose ORM objects as RESTful resources. TMS Sparkle
: Uses BCL for core HTTP(S) request handling and server-side logic. TMS Software or a guide on using the JSON framework within the library? TMS BIZ - TMS Software
Here are a few options for the post, depending on where you intend to publish it (e.g., a professional forum, a social media channel, or a software distribution site).
Scenario: Real-time inventory tracking with alerts.
Use the rules engine (open-source code for customization):
public class InventoryRules : BusinessLogicEngine
public bool ValidateStock(Product product)
if (product.Price < 0)
throw new ValidationException("Price cannot be negative.");
return true;