Database Management System

enibra İnsan is working on Oracle database. All processes are built on database procedures and functions.


XML and XSL Technologies

Dynamically structured websites that require constant updating are the most important indication that institutions are giving to their viewers. XML technology is the strongest and most reliable method for organizations that want to make their corporate identity strong on the Internet with a completely dynamic website.


Benefits of XSL-based development


Separate content from view

Dynamically structured websites that require constant updating are the most important indication that institutions are giving to their viewers. XML technology is the strongest and most reliable method for organizations that want to make their corporate identity strong on the Internet with a completely dynamic website.

Switching from traditional web technologies like ASP, JSP or PHP to XML based web applications is not as hard and painful as you might think. The next generation of Internet browsers have the ability to do XSLT. Once the XML and the XSL file are retrieved from the web server to a time, a browser can generate the HTML document itself to be displayed to the user. Web servers no longer have to produce HTML pages for each requesting user, so workloads are significantly reduced.


Decrease in Server WorkLoad

In conventional technologies, database-linked dynamic pages are generated on the server after each request and sent to the requested browser. This is a task that is especially demanding of the processor, especially on loaded sites.

The new generation of scanners are equipped with XSLT capability. That is, they can generate HTML pages themselves by combining XML and XSL files. The servers are no longer the only unit responsible for generating the HTML page.

When the server receives a request for the display of a dynamic page, it simply sends the XML file generated by the programs to the browser without generating the HTML page. Once the browser receives the XML file, it retrieves the corresponding XSL file from the off-site server and generates the HTML page by processing these two files, called XSLT.

Servers that use XML and XSL technology can do so much more with the same processing power.


Decrease in Network Traffic

The size of an HTML page sent to the server-generated browser may be quite large due to duplication of presentation information throughout the data, and may have a negative impact on network traffic.

However, the amount of information sent over the network will be reduced by 5 to 10 times if only the content is sent to the browser as XML, as in XML and XSL technology.