Child pages
  • Intro to Servoy Concepts

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
Table of Contents
About Servoy

Servoy is unique in that it is both a Rapid Application Development (RAD) tool and an production deployment platform. Written entirely in Java, using industry standard components and protocols, Servoy offers the scalability of an enterprise-level computing platform, while at the same time providing an unparalleled developer productivity suite.

...

Cross-Platform

...

As is the promise of Java, applications developed in Servoy can be deployed to all modern operating systems, including Windows, Mac, Linux, Solaris, etc. without the need to rewrite or recompile code. Moreover, the Servoy Application Server is also cross-platform.

...

Cross-Browser

...

Applications written in Servoy can also be deployed to any modern browser, including IE, Firefox, Safari, Opera, Chrome, etc. There is no need to rewrite or tweak an application to ensure a consistent experience across all browsers and no proprietary protocols or browser plug-ins are ever used.

...

Single Code Base

...

Servoy offers two main forms of deployment.

The Smart Client provides a Client-Server setup, where applications assume the native look and feel of the client operating system.

The Web Client provides a dynamic browser experience enriched by AJAX technology, CSS and HTML. And developers are never required to author their own markup, client-side Javascript or AJAX.

Servoy applications can be deployed to either client without the need for any rewrite! Moreover, Servoy accommodates modular design patterns, such that many applications can be deployed from a common application framework, reusing core components and business logic.

...

N-Tier

...

Zero-Deployment

...

Programming Concepts
Solutions

A solution is a single application containing forms, methods, variables, and other items built in Servoy Developer.

...