Base One Foundation Component Library
{{Infobox software
| name = Base One Foundation Component Library (BFC)
| logo =
| screenshot =
| caption =
| collapsible =
| author = Steven Asherman, Arun Kumar
| developer = [http://www.contentgalaxy.com Content Galaxy Inc.]
| released =
| latest_release_version = [https://www.contentgalaxy.com/software/bfc-releases 7.61]
| latest_release_date = {{Start date and age|2020|11|11}}
| latest preview version =
| latest preview date =
| programming language = C++, C#
| operating_system = Microsoft Windows
| platform = Microsoft Visual Studio, .NET
| language =
| genre = Web application framework
| license = GPLv3
| website = {{URL | https://contentgalaxy.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
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.{{cite web|url=http://www.boic.com/b1mbatd.htm |title=Base One distributed computing in depth |publisher=Boic.com |access-date=2013-01-10 |url-status=dead |archive-url=https://web.archive.org/web/20130115224152/http://www.boic.com/b1mbatd.htm |archive-date=2013-01-15 }} Some of BFC’s core technologies are based on underlying U.S. patents in database communication and high precision arithmetic.{{cite web|url= https://patents.google.com/patent/US6384748 |title=Method of encoding numeric data and manipulating the same - U.S. Patent 6,384,748 }}{{cite web|url= https://patents.google.com/patent/US6738775B2|title=Database communication system and method for communicating with a database - U.S. Patent 6,738,775}}{{cite web|url= https://patents.google.com/patent/US7181474B2|title=Database communication system and method for communicating with a database - U.S. Patent 7,181,474}}
BFC supports a unique model of large scale, distributed computing.{{cite web |url= http://www.gridtoday.com/grid/1334471.html |title=Patent Granted for Database-Centric Distributed Computing. |publisher=www.gridtoday.com |archive-url=https://archive.today/20070517124323/http://www.gridtoday.com/grid/1334471.html |archive-date=17 May 2007 |url-status=dead}}{{cite web |url= http://www.nysia.org/special_features/article.cfm?pid=234 |title=On the Grid: A Report on Base One International Corporation. NYSIA. |publisher=www.nysia.com |archive-url=https://web.archive.org/web/20080414220615/http://www.nysia.org/special_features/article.cfm?pid=234 |archive-date=14 April 2008 |url-status=dead}} 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.{{cite web |url=http://www.boic.com/b1midc200409.pdf |title=Base One: Grid Computing for Database-Centric Applications. IDC Opinion. |publisher= |archive-url=https://web.archive.org/web/20071006025357/http://www.boic.com/b1midc200409.pdf |archive-date=6 October 2007 |url-status=dead}}{{cite web|url=http://www.informationweek.com/base-one-shares-at-sia/164902078|title=Base One Shares at SIA - info sharing & grid computing|publisher=informationweek.com|access-date=2022-07-12|archive-date=2013-01-23|archive-url=https://archive.today/20130123004741/http://www.informationweek.com/base-one-shares-at-sia/164902078|url-status=bot: unknown}}
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|date=March 2023}}
History
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.{{cite web|url=http://www.itjungle.com/fhs/fhs072704-story01.html |title=Four Hundred Stuff-DB2/400: The Heart of a Supercomputer Cluster? |publisher=Itjungle.com |date=2004-07-27 |access-date=2013-01-10 |url-status=dead |archive-url=https://web.archive.org/web/20120618092639/http://www.itjungle.com/fhs/fhs072704-story01.html |archive-date=2012-06-18 }} 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.{{cite web|url= https://www.businessinsurance.com/article/20010715/ISSUE01/10004484/1-marsh-mclennan-cos-inc |title=Marsh & McLennan Companies |date=18 July 2010 |publisher=businessinsurance.com}}{{cite web|url= https://www.insurancejournal.com/news/national/2018/07/26/496128.htm|title=Marsh to Sell Risk Management Software Unit ClearSight to Riskonnect.|date=26 July 2018 |publisher=www.insurancejournal.com}} In 2014, BFC was acquired by Content Galaxy Inc., whose video publishing service was built with BFC.{{cite web |url= http://www.boic.com/index.htm |title=Base One Home Page. |publisher= |archive-url=https://web.archive.org/web/20210508001857/http://www.boic.com/index.htm |archive-date=8 May 2021 |url-status=dead}}
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|date=March 2023}}
References
{{reflist}}
External links
- Base One. [http://www.boic.com/bfcintro.htm Introduction to BFC]
- Base One. [http://www.boic.com/b1mgrid.htm The Base One Grid Computing Architecture]
- ITJungle. [https://web.archive.org/web/20081202232638/http://www.itjungle.com/fhs/fhs061405-story02.html Base One Update Brings Grids of Clusters], June 14, 2005. Accessed April 9, 2008.
{{Application frameworks}}
Category:.NET object-relational mapping tools
Category:.NET programming tools