2 Replies Latest reply on Jan 3, 2014 3:56 PM by magick93

    Documentation for async bean manager?

    magick93

      Hi

       

      I saw a video a while ago that demonstrated using the async beanmanager, however I cannot find this again.

       

      Is there any documentation, or samples that I can see to help get starting with the async beanmanager?

       

      Thanks

        • 1. Re: Documentation for async bean manager?
          jfuerth

          Hi Anton,

           

          There's not much documentation for AsyncBeanManager. It's mentioned in the reference guide here: Client-Side Bean Manager - Errai - Project Documentation Editor

           

          My biggest caution/hint about @LoadAsync beans is that you're very likely to end up with one or two tiny fragments and a huge leftovers section, which probably defeats your goal in introducing async beans. Keep a close eye on your segment sizes and make sure the benefits of async bean management outweigh the costs (which are dealing with a more complex API, extra work when split points are encountered, and extra complexity in approaching offline support in your app).

           

          -Jonathan

          1 of 1 people found this helpful
          • 2. Re: Documentation for async bean manager?
            magick93

            Hi Jonathan

             

            Okay. Thanks for the cautionary note. I'll do some experimenting.

             

            Thanks