Base One Foundation Component Library

From Wikipedia, the free encyclopedia
Base One Foundation Component Library (BFC)
Original author(s)Steven Asherman, Arun Kumar
Developer(s)Content Galaxy Inc.
Stable release
7.61 / November 11, 2020; 3 years ago (2020-11-11)
Written inC++, C#
Operating systemMicrosoft Windows
PlatformMicrosoft Visual Studio, .NET
TypeWeb application framework
LicenseGPLv3
Websitecontentgalaxy.com/software/bfc

The Base One Foundation Component Library (BFC) is a rapid application development toolkit for building secure, fault-tolerant, database applications on Windows and ASP.NET. In conjunction with Microsoft's Visual Studio integrated development environment, BFC provides a general-purpose web application framework for working with databases from Microsoft, Oracle, IBM, Sybase, and MySQL, running under Windows, Linux/Unix, or IBM iSeries or z/OS. BFC includes facilities for distributed computing, batch processing, queuing, and database command scripting, and these run under Windows or Linux with Wine.

Design[edit]

BFC is based on a database-centric architecture whose cross-DBMS data dictionary plays a central role in supporting data security, validation, optimization, and maintainability features.[1] Some of BFC’s core technologies are based on underlying U.S. patents in database communication and high precision arithmetic.[2][3][4]

BFC supports a unique model of large scale, distributed computing.[5][6] This is intended to reduce the vulnerability and performance impact of either depending on a centralized process to distribute tasks or communicating directly between nodes through messages. Deutsche Bank made use of the initial version of BFC to build its securities' custody system and is one of the earliest successful examples of commercial grid computing.[7][8]

BFC implements a grid computing architecture that revolves around the model of a "virtual supercomputer" composed of loosely coupled "batch job servers". These perform tasks that are specified and coordinated through database-resident control structures and queues. The model is virtual, as it uses the available processing power and resources of ordinary servers and database systems, which can also continue to work in their previous roles. The result is termed a virtual supercomputer because it presents itself as a single, unified computational resource that can be scaled both in capacity and processing power.[citation needed]

History[edit]

BFC was originally developed by Base One International Corp., funded by projects done for Marsh & McLennan and Deutsche Bank that started in the mid-1990s.[9] Beginning in 1994, Johnson & Higgins (later acquired by Marsh & McLennan), built Stars, an insurance risk management system, using components known as ADF (Application Development Framework). ADF was the predecessor of BFC and was jointly developed by Johnson & Higgins and Base One programmers, with Base One retaining ownership of ADF, and Johnson & Higgins retaining all rights to Stars risk management software.[10][11] In 2014, BFC was acquired by Content Galaxy Inc., whose video publishing service was built with BFC.[12]

The name "BFC" was a play on MFC Microsoft Foundation Classes, which BFC extended through Visual C++ class libraries to facilitate the development of large-scale, client/server database applications. Developers can incorporate BFC components into web and Windows applications written in any of the major Microsoft programming languages (C#, ASP.NET, Visual C++, VB.NET). They can also use a variety of older technologies, including COM/ActiveX, MFC, and Crystal Reports. BFC works with both managed and unmanaged code, and it can be used to construct either thin client or rich client applications, with or without browser-based interfaces. [citation needed]

References[edit]

  1. ^ "Base One distributed computing in depth". Boic.com. Archived from the original on 2013-01-15. Retrieved 2013-01-10.
  2. ^ "Method of encoding numeric data and manipulating the same - U.S. Patent 6,384,748".
  3. ^ "Database communication system and method for communicating with a database - U.S. Patent 6,738,775".
  4. ^ "Database communication system and method for communicating with a database - U.S. Patent 7,181,474".
  5. ^ "Patent Granted for Database-Centric Distributed Computing". www.gridtoday.com. Archived from the original on 17 May 2007.
  6. ^ "On the Grid: A Report on Base One International Corporation. NYSIA". www.nysia.com. Archived from the original on 14 April 2008.
  7. ^ "Base One: Grid Computing for Database-Centric Applications. IDC Opinion" (PDF). Archived from the original (PDF) on 6 October 2007.
  8. ^ "Base One Shares at SIA - info sharing & grid computing". informationweek.com. Archived from the original on 2013-01-23. Retrieved 2022-07-12.{{cite web}}: CS1 maint: bot: original URL status unknown (link)
  9. ^ "Four Hundred Stuff-DB2/400: The Heart of a Supercomputer Cluster?". Itjungle.com. 2004-07-27. Archived from the original on 2012-06-18. Retrieved 2013-01-10.
  10. ^ "Marsh & McLennan Companies". businessinsurance.com.
  11. ^ "Marsh to Sell Risk Management Software Unit ClearSight to Riskonnect". www.insurancejournal.com. 26 July 2018.
  12. ^ "Base One Home Page". Archived from the original on 8 May 2021.

External links[edit]