Ticket #53 (closed defect: fixed)

Opened 1 year ago

Last modified 9 months ago

Improve stateful services

Reported by: schst Assigned to: schst
Priority: minor Milestone: 0.3.0
Component: JSON-RPC services Version: SVN-trunk
Keywords: Cc:

Description

The stateful JSON-RPC services currently have two drawbacks:

  1. Cookies are a requirement
  2. An interface needs to be implemented

The first issue should be solved in Javascript, the second might be solved via an annotation.

Change History

05/27/07 23:16:37 changed by schst

  • status changed from new to assigned.

07/17/07 22:07:59 changed by schst

The @Inject annotation can now be used to inject the current session. This solves the second issue.

08/19/07 16:30:49 changed by schst

The second problem cannot be easily solved until ticket #68 is resolved, as the session id has to be extracted from the URL.

08/21/07 23:29:45 changed by schst

  • status changed from assigned to closed.
  • resolution set to fixed.

The session id can now be appended using the stubbles.json.rpc.appendToUrl property in Javascript.