Hey, Indeed you can, for instance, store what you want in "Ape." or simply in the global namespace by declaring the variable out of a function.
Anthony On Fri, 25 Feb 2011 16:17:03 +0700, Summer nguyen <[email protected]> wrote: > Dear, > I want to do something like this : > > I have Java App to push infomation to APE Server (using inlinepush). > I want inlinepush Ape Server Store infomation in somewhere ( like a > global variable) instead of forwarding the infomation to all user in > the channel. > Then, I use APE Server to send responds to client using the infomation > store in the global variable. > Note: each client request a part of the infomation. > > Example : > Java Push the infomation: > {'a':1, 'b':2, 'c':3}; > Then APE inpushline store this infomation to a global variable. > APE use the infomation stored in the global variable to send to clients > : > Client 1: send only : 'a':1 , > Client 2: send only : 'b':2, > Client 3: send only 'c':3 > > Do you have any ideas ?. Thank you very much > > -- > You received this message because you are subscribed to the Google > Groups "APE Project" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/ape-project?hl=en [1] > --- > APE Project (Ajax Push Engine) > Official website : http://www.ape-project.org/ [2] > Git Hub : http://github.com/APE-Project/ [3] > > > Links: > ------ > [1] http://groups.google.com/group/ape-project?hl=en > [2] http://www.ape-project.org/ > [3] http://github.com/APE-Project/ -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
