Delphi Clinic C++Builder Gate Training & Consultancy Delphi Notes Weblog Dr.Bob's Webshop
Bob Swart (aka Drs.Bob) Dr.Bob's Delphi Clinics Dr.Bob's Delphi Courseware Manuals
View Bob Swart's profile on LinkedIn Drs.Bob's Delphi Notes
These are the voyages using Delphi Enterprise (and Architect). Its mission: to explore strange, new worlds. To design and build new applications. To boldly go...
Title:

Synopsis and Slides from my CodeRage 4 session

Author: Bob Swart
Posted: 9/9/2009 9:25:06 AM (GMT+1)
Content:

You can now download the slides for my Smart Clients with Delphi and RemObjects SDK session from CodeRage 4, scheduled today from 8:00-8:45 (PDF), which is 17:00-17:45 (GMT+1, my time-zone).

Some of my customers and clients often ask me to help me produce a web version of their application. In their own words: they want to internet-enable the software. Sometimes, they think (hope probably) that Delphi contains a magic button that you can use to turn any existing VCL application into a web-enabled version of the application. More often than not, they do not really know the difference between a browser application and a web- or internet-enabled application, which is where I usually come in.

A Delphi VCL application offers a rich GUI, one which has just become even more powerful with the touch and gesturing support from Delphi 2010. This is unlike a browser application, which lacks some of the rich GUI capabilities (even when adding AJAX, although you can get close when using Flash or Silverlight, but that means a complete rewrite of just about everything). Yet, most of my customers immediately (and at first only!) think of a browser application when they want to fulfill the demand to produce a web version of the software.
The first question I always ask is: why? Why is there a need to produce a web or internet-enabled version of the software? (note that I do not ask about a browser based version just yet). Often, the answer contains details about users who need to be able to use the software from any machine, at work or at home. Sometimes, a web-version should only contain a subset of the "full" native functionality: information only vs. full edit capabilities for example.
The next question is: why are you thinking about a browser-based solution for this? Which is the first step into allowing them to see other means to get to the same goal.
Although VCL for the Web (aka IntraWeb) provides great browser-based capabilities and is especially suited for migrating existing applications (and their data modules) to browser-based applications, the end-result may still be lacking when it comes to the richness of the GUI. That's why my personal preference when it comes to web-enabling is not a browser-based, but rather a thin- or smart-client solution.

So, that's the reason for my session Smart Clients with Delphi and RemObjects SDK, although I could also have used DataSnap of course.

In this session, learn how to use Delphi for Win32 as well as Delphi for .NET to develop multi-tier applications that consist of middleware server applications and thin- or smart-clients (stand-alone executables). See a demonstration of the use of the RemObjects SDK to define the server interface with the Service Builder and the different channel and message components, explaining their use and benefits, as well as special security details (encryption and compression). Also covered are Data Abstract in combination with RemObjects SDK, in order to build data-driven multi-tier applications. Benefits of using thin/smart-clients are covered in detail including the fact that these are "internet-enabled applications", with a rich GUI, and without the need for a Web browser!

I hope to "see" you in the chatroom today, as I'm looking forward to discuss this further with you all. See you at CodeRage 4.

Back  


2 Comments

AuthorPostedComments
Bob Swart 09/09/09 17:35:07Download source code from http://www.bobswart.nl/CodeRageIV/CodeRage4.zip
Bob Swart 09/09/15 12:03:50You can now also download the replay of my CodeRage 4 session from http://cc.embarcadero.com/download.aspx?id=27271 (note: it takes a while before the download starts, and you need to be logged in in the EDN site).


New Comment (max. 2048 characters, no HTML):

Name:
Comment:



This webpage © 2005-2017 by Bob Swart (aka Dr.Bob - www.drbob42.com). All Rights Reserved.