Introduction to TMS Web Core
Web Development with Delphi
TMS Web Core revolutionized web development with Delphi. It is the first Delphi framework to be able to produce a truly 100% WEB HTML/JS application, without the need for binaries, executables, where you can deploy the application to any hosting server.
This new paradigm introduces a number of new concepts for the traditional Delphi programmer. This course covers all of these concepts from both general web applications and TMS Web Core specifics.
You will learn concepts from the beginning: what is a web application, how does it work, what are single page application (SPA) and multiple page application (MPA), what is HTML, JavaScript, CSS, Bootstrap, AJAX.
From this foundation, you will learn how to develop Web applications with Delphi and TMS Web Core, learn about the structure of the Web Core application, language aspects, integration with JavaScript, how to use the visual framework, up to using backend databases, whether using TMS XData or other server framework of your choice, creating screens for CRUD functions.
The course has a conceptual introduction, but from there it becomes extremely practical, hands-on, with virtually every source-code lesson available for you to execute, modify, debug, and learn!
Who is this course for?
Developers looking to build WEB applications using Delphi, following modern Single-Page-Application architecture.
What will you learn?
- Web Application Concepts: HTML, JavaScript, CSS, AJAX, Bootstrap.
- Web Application Architecture: History, MPA, SPA.
- Create a default directory structure and use Build Configuration TMS Web Core: Project installation, configuration, and structure.
- Pascal / JavaScript Compiler: Language integration with JS, RTL, basic types, closures, asm, RTTI, etc.
- TMS Web Core Visual Component Library - Creating the UI.
- Working with data via backend: AJAX, ClientDataset, XData.
Prerequisites
- Know the Delphi language
- Knowing how to use Delphi / Rad Studio IDE
- Delphi XE7 or later installed
- TMS WEB Core (free trial or registered version) if you want to run the examples
Do you find it difficult to understand spoken English?
No problem, in all videos of this training course you have the options to turn on subtitles, and they were not auto-translated. All subtitles were written manually to make sense and with technical terms spelled correctly.
Full source code for examples
Each lecture of this course that uses a sample project has an associated dowloadable file which includes the full source code of the example.
Your Instructor
Wagner is founder of landgraf.dev, a place for Delphi developers to find information and courses about Delphi. Even though being a Master of Science in Engineering, he's a developer at heart.
Having worked with Delphi since its very first version in 1995, and being partner of TMS Software (a renowned company that provides solutions for Delphi), Wagner is the main developer behind popular Delphi frameworks like TMS Aurelius, TMS XData and TMS Scripter, among others.
Course Curriculum
-
PreviewM0201 - Concept of Web (9:46)
-
StartM0202 - Web App Architecture 1 - Server-Side HTML (7:18)
-
StartM0203 - Web App Architecture 2 - AJAX (16:15)
-
StartM0204 - Web App Architecture 3 - SPA (Single Page Application) (9:13)
-
StartM0205 - CSS (Cascade Style Sheets) (13:31)
-
StartM0206 - Bootstrap (12:06)