Skip to Content
Technical Articles
Author's profile photo Ilja Postnovs

Visual Studio Code SAPUI5 Extension and much more, Introduction

The purpose of this blog is to explain how to work with Visual Studio Code SAPUI5 Extension, at least that was my first thought 🙂 I am an author of the extension. After getting some experience with people who are trying to use the extension with questionable success, I’ve decided to share the thoughts which were in mind when developing the extension. In order to do that there is a long journey into technical details, many complex programming terms, principles and more.

This blog is for software developers who cares about the code and people who reads and supports it. I will explain (or at least try to do it) how to develop maintainable, reusable, flexible and readable software product within SAPUI5 framework. There will be a lot of theory followed by practical examples, including comparison with other programming languages, diagrams. It will be hard to read and understand for most of the developers, and even harder to accept it. Many will disagree and argue, but that part is always there.

I came from the world, where SAP Fiori Elements and Smart Controls are used rarely because of lacking of flexibility. Don’t get me wrong, those approaches are very decent and great for many cases, but I wasn’t so lucky. Most of the projects I’ve been participating in transformed into freestyle UI5 app development for many reasons, sooner or later. That’s why the most of the information will be related to freestyle development, however many principles can by applied to development via Fiori Elements/Smarts as well. Be sure, if you manage to understand these topics, it will be a lot easier to understand most of the modern OOP languages and become much more than a JavaScript developer.

Taking in mind that SAP invested in typescript for UI5 a lot, following guidelines below will prepare you to start using it without any problems.

Everything that will be discussed here is my own experience and opinion.

All topics below will be mixed with info about VSCode SAPUI5 Extension and how exactly it supports developers.

Approximate agenda is as follows:

  1. Object Oriented Programming in UI5, part 1. Classes, fields, methods, UML Diagrams
  2. Object Oriented Programming in UI5, part 2. Properties, aggregations, associations, compositions
  3. Object Oriented Programming in UI5, part 3. Bindings
  4. Object Oriented Programming in UI5 part 4. Inheritance, interfaces
  5. Object Oriented Programming in UI5 part 5. What does “abstract”,”final”, “static” mean
  6. Object Oriented Programming in UI5 part 6. Access level modifiers (public, protected, private)
  7. Object Oriented Programming in UI5 part 7. Polymorphism
  8. Object Oriented Programming in UI5, part 8. Software design patterns
  9. Object Oriented Programming in UI5, part 9. SOLID principles
  10. Object Oriented Programming in UI5, part 10. Other tips and tricks

Topics above will be transformed into links as soon they are written and available.

Assigned Tags

      6 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Dave Beardall
      Dave Beardall

      Please fix the link to agenda item 1. Really looking forward to reading the whole series. Thanks for doing this.

      Author's profile photo Ilja Postnovs
      Ilja Postnovs
      Blog Post Author

      Part 1 is written but in moderation, I will add the link as soon as it's available

      Author's profile photo Lloyd Brey
      Lloyd Brey

      Nice job in part1. I am looking forward to the further parts.

      Author's profile photo Ilja Postnovs
      Ilja Postnovs
      Blog Post Author

      Thanks 🙂

      I am a bit busy lately, so all the parts will not be written as fast as I would wish to, however part 2 is finished and available for readers.

      Author's profile photo Vladimirs Semikins
      Vladimirs Semikins

      Looking forward to the next blog posts! Great stuff!

      Author's profile photo Thorsten Klingbeil
      Thorsten Klingbeil

      Excellent Blogs! Thanks for sharing Ilja! 👍👍👍