Subscribe to this list via RSS Blog posts tagged in XE6
DataSnap "CUSTOMERS" FireDAC JSON Reflection Demo Code My "RAD in Action: Build Modern Apps with Enterprise Mobility Services" webinar is happening right now. During my 50 minutes session I'm demonstrating using DataSnap framework for building multi-tier database application with FireDAC JSON Reflection framework. That's very powerful and very easy to code. During the demo I have illustrated the following best practices: InterBase „EMPLOYEE” sample database FireDAC database access components DataSnap server deployed to a web server ...
DataSnap "CUSTOMERS" FireDAC JSON Reflection Demo Code My "RAD in Action: Build Modern Apps with Enterprise Mobility Services" webinar is happening right now. During my 50 minutes session I'm demonstrating using DataSnap framework for building multi-tier database application with FireDAC JSON Reflection framework. That's very powerful and very easy to code. During the demo I have illustrated the following best practices: InterBase „EMPLOYEE” sample database FireDAC database access components DataSnap server deployed to a web server ...

Posted by on in Blogs
DataSnap "Simple Calculator" REST demo It was so much fun to create one of the "Developer Skills Sprint" sessions last week. During the live Q'n'A session I have promised to make the source code of my DataSnap "Simple Calculator" REST server and client projects available. Here it is! It is now available from the Code Central at http://cc.embarcadero.com/item/29915 A few years ago, back in the Delphi XE time frame, I have created a series of DataSnap "Delphi Labs". The source code of these Delphi Labs has been updated to Delphi...

Posted by on in Blogs
DataSnap "Simple Calculator" REST demo It was so much fun to create one of the "Developer Skills Sprint" sessions last week. During the live Q'n'A session I have promised to make the source code of my DataSnap "Simple Calculator" REST server and client projects available. Here it is! It is now available from the Code Central at http://cc.embarcadero.com/item/29915 A few years ago, back in the Delphi XE time frame, I have created a series of DataSnap "Delphi Labs". The source code of these Delphi Labs has been updated to Delphi...
Looking to add BaaS support to your apps? We have tutorials to get you started One of the great features in Delphi, C++Builder and RAD Studio XE6 that I have been covering over the last couple of months is our BaaS (Backend as a Service) integration. If you are just starting out with BaaS, or are looking for specific features, such as how to trigger a password reset email, you should find the following tutorials useful: Backend Storage Push Triggers Remote Push Notifications User Account Creation Using Custom Endpoints Visualizing Json Data User Account Au...
Send Password Reset Emails by adding a new BaaS method with Parse Recently, I covered the steps necessary to add password reset email notification functionality to your BaaS enabled Delphi XE6 app using Kinvey. Today, I thought I would explain how to do this with Parse. This demo shows you how to to derive from the existing ParseAPI class (TExtendParseApi = class(TParseApi)) for the Parse component and add a new method for executing Parse's password reset. Inside your Parse.com account, you can define email settings for the password reset email. M...
Send Password Reset Emails by adding a new BaaS method with Parse Recently, I covered the steps necessary to add password reset email notification functionality to your BaaS enabled Delphi XE6 app using Kinvey. Today, I thought I would explain how to do this with Parse. This demo shows you how to to derive from the existing ParseAPI class (TExtendParseApi = class(TParseApi)) for the Parse component and add a new method for executing Parse's password reset. Inside your Parse.com account, you can define email settings for the password reset email. M...
Adding a new BaaS method for executing a password reset email notification using Kinvey A couple of days ago, I covered how to add password reset functionality to your application for resetting the password inside your app. A common question I got was how to leverage the cloud based password reset email functionality that many BaaS providers offer. Today, I thought I would cover how to add password reset functionality via an email notification to your BaaS enabled mobile application using RAD Studio XE6. This tutorial uses Kinvey, but I am going to do a blog post on Parse soon as ...
Adding a new BaaS method for executing a password reset email notification using Kinvey A couple of days ago, I covered how to add password reset functionality to your application for resetting the password inside your app. A common question I got was how to leverage the cloud based password reset email functionality that many BaaS providers offer. Today, I thought I would cover how to add password reset functionality via an email notification to your BaaS enabled mobile application using RAD Studio XE6. This tutorial uses Kinvey, but I am going to do a blog post on Parse soon as ...

Posted by on in Blogs
BaaS User Accounts and Password Management Over the last couple of months, I have been covering various BaaS (Backend-as-a-Service) features introduced in RAD Studio XE6. Today, I thought I would expand on the User Account Creation and Authentication topic I previously covered by showing you how to allow the user to change their password within your BaaS enabled application. In this app, I am using Kinvey as my BaaS Provider but the UI and code are the same if you are using Parse. The app consists of 3 Edit controls: One for Use...

Check out more tips and tricks in this development video: