Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QML Application Architecture Guide with Flux

QML Application Architecture Guide with Flux

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 2 Posters 1.6k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • benlauB Offline
    benlauB Offline
    benlau
    Qt Champions 2016
    wrote on last edited by
    #1

    Hi,

    Currently I don't see any standard QML application architecture guide available yet, therefore, I have tried to write a one with using Flux application framework. If you have any questions / feedback for this guide, please feel free to leave a comment and discuss here.

    Enjoy it.

    QML Application Architecture Guide with Flux — Medium

    1 Reply Last reply
    3
    • V Offline
      V Offline
      Vincent007
      wrote on last edited by
      #2

      @benlau

      Did you compare Flux with Command Query Responsibility Segregation(CQRS, seehttp://cqrs.nu/Faq/command-query-resp...) and Event Sourcing (ES, see http://cqrs.nu/Faq/event-sourcing) ? https://www.youtube.com/watch?v=Dhidceb7868

      1 Reply Last reply
      0
      • benlauB Offline
        benlauB Offline
        benlau
        Qt Champions 2016
        wrote on last edited by
        #3

        @Vincent007 said:

        @benlau

        Did you compare Flux with Command Query Responsibility Segregation(CQRS, seehttp://cqrs.nu/Faq/command-query-resp...) and Event Sourcing (ES, see http://cqrs.nu/Faq/event-sourcing) ? https://www.youtube.com/watch?v=Dhidceb7868

        From my understanding, Flux is somehow similar to CQRS but Flux is much easier to use. CQRS is complicated becoz it also take care about server-client design.

        When people talk about event sourcing, they usually apply on backend system. It is a bit overkilled for client application.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved