RemObjects SDK Articles (Delphi)

This is the collection of Articles about RemObjects SDK for Delphi
Articles on RemObjects SDK for .NET | Xcode | Delphi | Java | JavaScript
Contents |
Getting Started
This section contains topics for beginners, aimed at getting you started with your first projects and common tasks. We also recommend checkout out our full Getting Started area for RemObjects SDK for Delphi, for a structured list of articles, how-tos, videos, and more.
- Adding RemObjects SDK Functionality to an Existing Application — Article describes how to convert existing application into RemObjects SDK server.
- Choosing the channel type — Helps choosing channel type for the new application
- Choosing the message type — Helps choosing the messaging protocol for the new application
- Consuming Existing SOAP Based Web Services with the RemObjects SDK — This article describes how to import a SOAP web service to use with RO SDK facilities
- Getting Updates and Support — Article describes upgrade and support options for RemObjects SDK
- How to Write a RemObjects SDK Client — This article explains how to create a RO SDK for Delphi client application.
- How to Write a RemObjects SDK Server — This article explains how to create a RO SDK for Delphi server application.
- Installing RemObjects SDK — Article describes installation RemObjects SDK for Delphi
- RemObjects SDK New Project Wizard — Article describes wizard for new RemObjects SDK application
- The Client Project Generated by the New Project Wizard — Article describes content of client project.
- The Server Project Generated by the New Project Wizard — Article describes content of server project.
Basic Concepts
Learn about the basic concepts that make up RemObjects SDK for Delphi, how they fit together and how you can use them to achieve your goals with the product.
- Asynchronous Calls in RemObjects SDK — This article describes how to make asynchronous requests to the RemObjects SDK services
- RemObjects SDK Overview — Brief overview of the RO SDK product, what it is for and what it allows to do.
- The Super Channels — Introducing the superchannels technology
Architecture
Dive deeper into the architecture of RemObjects SDK for Delphi; learn how everything fits together, how the underlying class infrastructure provides the core functionality of RemObjects SDK for Delphi, and the design philosophies and ideas behind the project.
- Remote Object Allocation and Serialization — Contains memory management tips and practices regarding complex types defined and used by RO SDK services and clients.
IDE
Find topics that delve into integration of RemObjects SDK for Delphi with its respective development IDEs for the platform(s). This includes New Project wizards and other IDE-integrated tools and tool chains.
- Tour around the IDE — Contains overview of RO SDK RAD Studio (Delphi) IDE integration features
Channels and Messages
- Choosing the channel type — Helps choosing channel type for the new application
- Choosing the message type — Helps choosing the messaging protocol for the new application
- Comparison of the RemObjects SDK Channels — An overview of different channel types provided by RemObjects SDK and their respective benefits.
- Smart Project - Creating Scalable Smart Service — Describes how to create a service accessible with different message protocols using RO SDK for Delphi
- Support for XML-RPC — Introduces XML-RPC protocol support in RemObjects SDK for Delphi
- The Super Channels — Introducing the superchannels technology
Security, Authentication & Session Management
- Using RemObjects Olympia Server with a Custom Session Class — Describes how to extend session management with custom session classes when using Olympia Server.
Clients
- Asynchronous Calls in RemObjects SDK — This article describes how to make asynchronous requests to the RemObjects SDK services
- Consuming Existing SOAP Based Web Services with the RemObjects SDK — This article describes how to import a SOAP web service to use with RO SDK facilities
- How to Write a RemObjects SDK Client — This article explains how to create a RO SDK for Delphi client application.
- Remote Object Allocation and Serialization — Contains memory management tips and practices regarding complex types defined and used by RO SDK services and clients.
- Support for XML-RPC — Introduces XML-RPC protocol support in RemObjects SDK for Delphi
- Using RemObjects SDK from COM — Describes how to take advantage of RemObjects COM support to write clients using any COM-enabled environment.
Servers
- How to Write a RemObjects SDK Server — This article explains how to create a RO SDK for Delphi server application.
- How to Write a Service Using DataSnap Classes — This article describes how DataSnap and RemObjects SDK can be used together
- Remote Object Allocation and Serialization — Contains memory management tips and practices regarding complex types defined and used by RO SDK services and clients.
- Smart Project - Creating Scalable Smart Service — Describes how to create a service accessible with different message protocols using RO SDK for Delphi
- Support for XML-RPC — Introduces XML-RPC protocol support in RemObjects SDK for Delphi
- Using RemObjects Olympia Server with a Custom Session Class — Describes how to extend session management with custom session classes when using Olympia Server.
Olympia Server
- Using RemObjects Olympia Server with a Custom Session Class — Describes how to extend session management with custom session classes when using Olympia Server.
Service Builder
- Consuming Existing SOAP Based Web Services with the RemObjects SDK — This article describes how to import a SOAP web service to use with RO SDK facilities
Misc
- Using the Service Tester — Introduces the Service Tester utility provided with RO SDK.