<ok> [jdev] Re: Permanent data storage
Richard Dobson
richard at dobson-i.net
Tue Oct 26 03:10:14 CDT 2004
> Yes, I did look at JEP-0049, but that's related to private storage, while
> what I need is a permanent public storage. That, among other things means
> that:
>
> 1. all users (allowed to do so) could query the same storage (or part of
> it) and get the data
> 2. it is permanently stored (e.g. in a database)
> 3. has pubsub-like functioning (basically if someone updates or modify
> something in the public storage, or a part of it, that change is
> "broadcasted" to all on-line users
If you need pubsub like functionaility (and permissions) then as I think
others have suggested already pubsub is your best option, it should be able
to satisfy all three of your requirements that you have stated here.
Richard
More information about the JDev
mailing list