Base One Foundation Component Library

From Wikipedia, the free encyclopedia

Base One Foundation Component Library (BFC)
Developed by Base One International Corp.
Latest release 7.40 / February 15, 2008
Written in Visual C++, C#
OS Microsoft Windows
Platform Microsoft Visual Studio, .NET
Genre Web application framework
License Base One EULA
Website http://www.boic.com/

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 either Windows or Unix/Linux. BFC also includes facilities for distributed computing, batch processing, queuing, and database command scripting.

Contents

[edit] 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.[1] Base One holds a number of U.S. patents on its core technologies, with additional patents pending.[2][3][4] Developers can incorporate BFC components into Windows applications written in any of the major Microsoft programming languages (Visual C++, C#, VB.NET, ASP.NET) and using a variety of technologies, including COM/ActiveX, MFC, Crystal Reports, and AJAX. 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.

[edit] History

The development of BFC originally was funded by projects done for Marsh & McLennan and Deutsche Bank that started in the mid 1990's.[5] The securities custody system built by Deutsche Bank with BFC is one of the earliest successful examples of commercial grid computing. [6] The name "BFC" was a play on Microsoft's MFC, which (starting with Visual C++ 1.5) BFC extended through class libraries to facilitate the development of large-scale, client/server database applications.

With the release of Visual C++ 2.0, BFC provided a way to upgrade from 16-bit Windows 3.1 and NT to true 32-bit Windows MFC applications. Under Visual C++ 4.0, BFC added Base One's Internet Server, enabling transparent database access across the Internet for distributed rich client and grid computing applications.[7]

Starting with Visual C++ 6.0, BFC added COM support, so that VB and ASP programmers could use BFC's database components, including ActiveX grid (table), combo, and edit controls. With the advent of VisualStudio .NET 2002, BFC was extended to support the .NET languages, C#, VB.NET, and ASP.NET.[8]

[edit] Licensing

Base One International Corp. has three levels of BFC product offerings:

  • BFC Basic: a free, time-limited trial version, with source code and samples
  • BFC Professional: licensed for a single developer, with more source code and samples
  • BFC Enterprise: licensed for an entire organization, with full source code and samples

[edit] References

  1. Base One Distributed Computing in Depth. Accessed March 5, 2008.
  2. U.S. Patent 6384748. Method of encoding numeric data and manipulating the same (2002). Accessed March 5, 2008.
  3. U.S. Patent 6738775. Database communication system and method for communicating with a database (2004). Accessed March 5, 2008.
  4. U.S. Patent 7181474. Database communication system and method for communicating with a database (2007). Accessed March 5, 2008.
  5. ITJungle. DB2/400: The Heart of a Supercomputer Cluster?, July 27, 2004. Accessed April 9, 2008.
  6. ZDNet. Success Story - Deutsche Bank's Securities Custody Reporting System. Accessed March 5, 2008.
  7. PR Newswire. Base One Internet Server - For Building 'Rich Client' High Content Windows-Based Internet Sites, October 13, 1999. Accessed March 5, 2008.
  8. Business Wire. Base One Releases Tools for Building Commercial Grid Computing Applications with .NET, May 18, 2004. Accessed March 5, 2008.

[edit] External links