BBj

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

BBj®
BASIS International logo
Developer(s) BASIS International
Initial release 2001 (2001)
Stable release 14.0 / May 5, 2014; 10 years ago (2014-05-05)
Written in Java (programming language)
Operating system Cross-platform
Available in Bulgarian, Dutch, English, French, German, Italian, Polish, Swedish, Spanish
Type Integrated development environment
License Proprietary EULA
Website www.basis.com

BBj is a software development framework which consists of a programming language by the same name, an integrated development environment, a GUI forms designer, a Rapid Application Development tool called Barista for generating database-driven graphical applications.

BBj is Java-integrated and optimized for programming business applications, combining the programming language Business BASIC with the scalability, OS independence and general versatility of Java.

Handling

In BBj, the source code is precompiled and interpreted at run time like Visual Basic, Java or C#. This allows dynamic compilation as well as instant testing during development. BBj supports procedural programming as well as object-oriented programming paradigms.

BBj applications can be deployed on all popular operating systems including Mac OS X, Microsoft Windows, Linux, Solaris and other UNIX systems without the need of any changes to the source code.

Architecture

BBj runs on the Java virtual machine on a server. Programmers can use the object-oriented syntax of the BBx or the BBj language, or access Java resources without restrictions. Its real 3-tier architecture makes BBj applications easy to maintain and deploy. BBj applications can be deployed to a Java-Swing-based GUI Thin Client, or a JavaScript-based Web Thin Client which does not require any JVM on the client device, from the same codebase. There is also a legacy ASCII thin client available.

Databases

BBj comes with its own integrated DBMS, but BBj applications can access data from all major SQL database systems such as Oracle, MS SQL Server, DB2, Informix, Sybase, MySQL, PostgreSQL etc., or combinations of them, through JDBC/ODBC.

History

The name "BBj" was coined in 1999. It stands for "Business Basic for Java". BBj is the modern successor of BASIS's own, non-proprietary Business BASIC dialect created in 1985. Business BASIC is a derivative of BASIC oriented towards business programming.

BASIS strives to keep BBj backward compatible with preceding BBx product generations such as PRO/5, and Visual PRO/5. It is also compatible with other Business BASIC dialects provided by Thoroughbred, ProvideX and others.

References


External links