What is a dynamic UI?

Dynamic user interfaces, or dynamic UIs , are portlets or pages that are dynamically created based on the definition of an existing page or portlet definition . A dynamic UI can be launched only by a portlet using the Dynamic UI Manager API.

Read more

Do I need a server for GraphQL?

As you note, it’s “just” a query language, and you don’t need a server per se . For example, in the reference graphql-js implementation, you can just call graphql with a query; similarly, in graphql-ruby, you can #execute a query on a schema object. The usual case for GraphQL “in the wild” is as an API layer, though.

Read more