1. Sanjay B
  2. PowerServer
  3. Monday, 17 May 2021 19:04 PM UTC

Since database operations will be done only on PowerServer, do we need to partition db logic into nvo’s before going PowerServer way? Or does PowerServer do it automatically moving all db operations to the server? I’m referring to an object like a window that has both front end and backend logic mixed up. How does PowerServer execute db operations (sql, dw.Retrieve, etc) on the server when the code is mixed up without us having to partition backend/db logic into nvo’s?

 

thanks

Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Monday, 17 May 2021 19:09 PM UTC
  2. PowerServer
  3. # 1

PowerServer 2021 automatically handles all this for you... it is truly automatic! It will automatically partition all data access logic into REST APIs and automatically divert your PowerScript client calls to the REST APIs.

Just make sure your app doesn't contain these very few unsupported features: https://docs.appeon.com/pb2021/whats_new/ch01s04s02.html

Comment
  1. Sanjay B
  2. Monday, 17 May 2021 22:24 PM UTC
So, the app on user’s machine and on PowerServer are the same? How does this result in thin clients?



also, what is PowerServer 2020? Is it desktop cloud architecture or the old browser/plugin/JavaScript architecture?



thanks
  1. Helpful
  1. Armeen Mazda @Appeon
  2. Tuesday, 18 May 2021 04:19 AM UTC
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.