About SAP Business Server Pages
The SAP Web Application Server provides a page-based programming
model with server-side scripting as well as server page technology
for developing, designing and implementing Web applications:
Business Server Pages (BSP). Server-side scripting enables direct
access to all elements in the application server (such as function
modules, database tables, ABAP Objects, and so on).
In the Web Application Server, the presentation is separate from
the business logic. This makes it possible to implement front-end
technology. You can create HTML pages or Business Server Pages with
server-side scripting in ABAP or JavaScript. When creating your
application, you can take advantage of the Model View Controller
design patterns. The HTMLB, XHTMLB and HTML Business
libraries are available as BSP Extensions for a uniform layout and its
associated usability advantages.
|