Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Each JAXFront session holds a DOM handler object (DefaultDOMHandler) which initializes the underlying DOM based on the url params. Interactions with the DOM is done through this handler. If one needs to right some specific interaction code for loading,storing or releasing a DOM, see next caption.
 
The proper start of a JAXFront session is to open a JAXFront page via the following JAXFrontServer servlet: http://localhost:8080/jaxfront/... or by dispatching a servlet request to the JAXFrontServletAdapter. 
 

A JAXFront session normally ends if the page which was opened with the JAXFrontServer servlet is closed. This happens for example if the user shuts down the browser or if the user is loading a new page into the frame in which previously the JAXFrontServer servlet was called.
If a JAXFront session is without user interaction for a long time, then the session is timed out on the server. Should the user come back to continue interaction then a corresponding message pops up. The default timeout is 20 minutes. 

...