Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-1303

Field replication for session data

    XMLWordPrintable

Details

    • Documentation (Ref Guide, User Guide, etc.)
    • 0
    • 0% 0%

    Description

      We should have an AOP-ized fine grained session replication system. Meaning if I stick a pojo into the session it should optionally break apart to its state and replicate accross the cluster through the deep object graph. Same deal for SFSBs.

      Thus

      Customer cust = new Customer();
      cust.setName("George W. Bush");
      cust.setAddress("123 Don't call it Waco TX");
      cust.setCity("Craford");
      cust.setState("TX");

      session.setAttribute("customer",cust);

      cust.setAddress("1600 PA Ave");
      cust.setCity("Washington");
      cust.setState("DC");

      should only replicate address/city/state and not serialize the whole object – I should not have to call set Attribute(). Furthermore if Address had been a setter on customer and I only changed "street" then only street would replicate.

      Lastly, it should be optional to transactionalize these for the scope of the replication (meaning I could say I really do want these transactional so that I send one message and not 3).

      Attachments

        Issue Links

          Activity

            People

              ben.wang_jira Ben Wang (Inactive)
              acoliver_jira Andrew Oliver (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 4 days
                  4d
                  Remaining:
                  Remaining Estimate - 4 days
                  4d
                  Logged:
                  Time Spent - Not Specified
                  Not Specified