![]() |
![]() |
|
| Home I Company I Services I Documentation I Downloads I E-Support |
| home -> documentation -> environment guide -> Exploiting information from a database |
Retrieving or modifying information over databases is the cornerstone of the DBSP Engine. However, is necessary first to understand the operation and basic philosophy of the environment. In the next part you get a brief description of the main concepts and features of DBSP.
Looser coupling is a difficult task to achieve in the majority of the today data-oriented web applications. This is mostly due the limitations of the HTML and HTTP protocols and the way that current development technologies manage this issue. As a result, all the three layers (user interface, business logic and data) are mixed in one single block: source code. DBSP deals with this issue by clearly separating the user interface and data layers. All the database related information will remain stored and organized inside the own database. For this purpose, the DBSP environment includes a very useful application: the DBSP Builder. This application let you create, store, test and organize all your database related elements. This brings multiple advantages:
In the next section, we will see the basic elements and features in of the DBSP tags involved with database exploitation. Previous | Next |