WINDEV Concepts

80 Part 2: Development environment Generation modes In addition to Windows applications, WINDEV allows you to generate other types of projects. Applications Applications are the most common generation mode. Applications developed with WINDEV can run on the following platforms: Windows (32 or 64-bit) and Linux. Services WINDEV allows you to generate services for Windows (32 or 64-bit) and Linux (in Linux, services are usually called daemons). A service is a specific type of application, started at the same time as the operating system but without an interface. Libraries and patches A library is a single file that contains multiple elements of a WINDEV project: windows, reports, etc. You can generate stand-alone libraries that can be used by other applications as well as patches for an application that is already deployed. This allows you to avoid reinstalling the entire application for a minor correction. External components External components are application snippets that allow you to share one or more specific functionalities between multiple applications. An external component generated by WINDEV can also be used in a WEBDEV or WINDEV Mobile project. SOAP or REST Webservices A Webservice (also called XML Web service) can be generated from a WINDEV or WEBDEV project. A Webservice uses a set of functions (one or more sets of procedures) and makes them accessible via the web (or a private network) using HTTP, SOAP and REST. Remark: A Webservice must be deployed to a WEBDEV Application Server to be used. Applications and .Net assembly DLLs WINDEV allows you to generate applications and assemblies for the .Net platform of Microsoft. A .Net assembly generated by WINDEV can be imported into a .Net application developed in another language in a way similar to an external component shared between two WINDEV applications.

RkJQdWJsaXNoZXIy NDQ0OA==