
Introduction to RAD Server: What You Need to Know
Explore the capabilities and components of RAD Server, an Extendable REST Server that serves data via the REST protocol. Learn how to develop, test, deploy, and configure modules with RAD Server to streamline your application development process.
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
INTRO TO RAD SERVER What is it? What can you do with it?
WHAT IS RAD SERVER? Extendable REST Server in a Box David Cornelius Server (e.g. File Server, Web Server, Email Server ) REST Server serves data via the REST protocol JSON or XML Extendable write your own modules In a box
WHAT COMES IN THE BOX? Encrypted InterBase Database Instance Used ONLY for RAD Server Development Server stand-alone .EXE Windows Only Deployable Server Web Module Windows IIS or Apache Linux Apache FireMonkey App (with source) Web-Based Analytics API Endpoint Documenter
HOW DO I GET RAD SERVER? Delphi or C++Builder or RAD Studio Enterprise or Architect Edition Does NOT come with Professional Edition Not available for sale separately Modules developed ONLY with Delphi or C++Builder
HOW DO I WRITE A MODULE? New > Other > RAD Server > RAD Server Package Create with resource Select initial EndPoints Fill in the methods Let s Write Code! Prime Numbers
HOW DO I TEST IT? EMSDevServer (log) Web Browser ( get only) http://corneliusconcepts.ddns.net:8080/radserver/EMSServer.dll/version (this server is no longer available) REST Debugger http://<servername>:8080/radserver/EMSServer.dll/version
HOW DO I DEPLOY IT? Install RAD Server GetIt Package Manager > RAD Server Installer Download, Copy to Server, Run Installer For each resource Copy compiled .BPL to RAD Server folder Remember IIS defaults to 64-bit; Delphi defaults to 32-bit Add package reference to emsserver.ini Test with EMSDevServer Restart IIS
WHERE DO I CONFIGURE? emsserver.ini C:\inetpub\wwwroot\RADServer\radserver NOT always installed with RAD Server defaults assumed If anything added, defaults change! e.g. InstanceName=gds_db in [Data] Add your Package: [Server.Packages] C:\inetpub\wwwroot\RADServer\radserver\MyApp.bpl=My Cool App Configuration Reference: https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Editing_the_Co nfiguration_of_Your_RAD_Server_Engine_Manually