Documentation and Books

Recent site activity

What are the possible scopes that can be used in a service definition of a LCDS service?

The following scopes a available:

  • application - creates a single instance of Java class on server
  • session - creates a stateful class for each browser session
  • request (default) - new instance for each method call