BITPROX™ Server Pages - Product Features
BITPROX™ Server Pages is a technology for convenient web request representation processing.
- Server page is a web component which is managed by the container.
- A page is translated into a servlet by first access or when changed. Pages can be translated before deployment on server. That is, the server pages have all advantages of servlets.
- Special syntax allows simplified processing of a dynamic document HTML, DHTML, XHTML, XML or analogous, output of information into a browser which not very convenient by direct servlet methods.
- Standard server page syntax mostly compatible with the syntax of Java Server Pages(JSP).
- With the use of BITPROX™ IDEA content management system it is possible to immediately edit pages and translation directly from web browser. Instant C++ code injection, saving, translation, compilation and loading is achieved by the container, the application is ready forexecution.
- Easy C/C++ code and library integration.
- Debugging. You can continue debugging of a web application even after complete rebuild of a server page by the container. Intermediary C++ code is accessible with the use of corresponding debugging level which is set in web application descriptor.
- Server pages allow division of request processing code from representation code which lowers code mixing by simplifying development and debugging in the future as code base evolves and grows.
- Ability to include code from file allows implementation of code templates and lowers copying of repeating code pieces.