Results 1 to 2 of 2

Thread: Conversation support (SPR-6416)

Hybrid View

  1. #1
    Join Date
    Feb 2012
    Posts
    9

    Default Conversation support (SPR-6416)

    Hi,

    In a project we're currently working on, we really need to implement some sort of "view" scope or "conversation" scope. Instead of starting from scratch, I figured I would try to use what has to been done so far as part of https://jira.springsource.org/browse/SPR-6416 (the code can be downloaded from the 'conversation' branch in the Git repo https://github.com/SpringSource/spring-framework). Did anyone also try to use that? A good chunk seems to be done. I haven't run the code yet, but looking at it, some of the important parts that seem to be missing are:

    • Something to create a temporary conversation on each request (if none exists) so that a conversation can readily be upgradable to a long running one if needed
    • Something to clean up conversations that have timed out (either a background process or a clean up phase that runs on every request, which is how Seam does it (or used to anyways)
    • ...anything else?


    I'm just curious how much work you think there is ahead. This would be a very useful feature in the next release. I hope work picks up on this in the near future.

    Thank you.

  2. #2
    Join Date
    Feb 2012
    Posts
    9

    Default

    Oh yeah, and it also seems to be missing something to restore the current conversation at the beginning of the request based on some request parameter.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •