Ask a Vaadin Expert Live Webinar

Hi Sami,
thanks for your reply. What I meant by “- Create the frontend as one client component. This means the server session does not start before user is logged in. (Does that work? Is there an example how to realize this?)” is, that this part would be implemented as client-side-only application (see chapter 14 in BoV). A client-side-only application has no sessions, hasn’t it ? The idea would be now that the frontend is client-side-only (= session-less) the backend session-oriented. When the user logs in server communication starts and a session would be created. For me following problems appear:

  • Is it possible to mix a client-side-only application with a “normal” application?
  • How could I combine these two?