Child pages
  • Servoy Web Client

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Servoy Web Client is a browser-based client, based on pure HTML and CSS, using just HTML and CSS for rendering the User Interface (UI), while all business logic is executed server-side.

...

HTML & CSS based User Interface

...

The Servoy Web Client uses just HTML and CSS to render the User Interface in the browser and does not relying on any plugins that need to be installed in the browser.

The Servoy Web Client UI is displayed in the browser, while all business logic is executed server side, to provide optimal security, as no business logic is downloaded to the browser where it could easily be hacked.

All Servoy UI components are Ajax-enabled to provide a very rich, interactive user experience in the browser. , thus maintaining the zero deployment model.

All components in the User Interface rendered in the browser are Ajax-enabled to provide a very rich, interactive user experience in the browser.

...

Server-side business logic execution

...

The business logic execution of a Servoy Web Client happens server-side, to provide to provide optimal security and eliminate browser-based JavaScript differences.

Security: Business logic that is executes in a browser can be easily viewed and hacked. By executing business logic server-side, the business logic does not have to be downloaded to the browser, thus it is not exposed and cannot be hacked.
JavaScript differences: Each browser vendor implements JavaScript (the coding language in all browsers) slightly different. Executing all business logic server-side eliminates all the differences.

...

Cross browser

...

The Servoy Web Client runs in all standard compliant browsers. The following browsers are actively supported:

...