[jboss-jira] [JBoss JIRA] Updated: (JBCLUSTER-86) Web container lacks cluster replication of application scope

Ben Wang (JIRA) jira-events at lists.jboss.org
Sat Mar 3 01:57:17 EST 2007


     [ http://jira.jboss.com/jira/browse/JBCLUSTER-86?page=all ]

Ben Wang updated JBCLUSTER-86:
------------------------------

    Assignee: Brian Stansberry  (was: Ben Wang)

> Web container lacks cluster replication of application scope
> ------------------------------------------------------------
>
>                 Key: JBCLUSTER-86
>                 URL: http://jira.jboss.com/jira/browse/JBCLUSTER-86
>             Project: JBoss Clustering
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>    Affects Versions: Q2Y5
>            Reporter: treespace
>         Assigned To: Brian Stansberry
>             Fix For: Q2Y7
>
>
> Replication of servlet contexts (a.k.a. appliction scope) are not supported by the servlet specification. That is an important fact that needs to be emphased in cluster related documentation. Applications need to be cluster-aware at some level so this is just another design issue that needs to be accomodated. 
> An extra-specification feature to cluster the servlet context would be peachy.  Generalizing a shared object that hides the underlying cache implementation could provide a more portable alternative:
> getServletContext().getAttribute(MAGIC_BEAN).setAttribute("myBroadcastMessage", "All your servlet contexts are belong to us!"); 
> To port the application you would need a port of the MAGIC_BEAN class to use whatever clustering facilities are available on the target platform. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list