|
in that case you'll have a central repository from which each user gets the same data using the same URI. Those can be easily shared. Or your client generates something and has some way of serving that data, whatever UI technology you use it will need such a server mechanism if you don't have a central server, so it doesn't matter if your client is Java/Swing, .NET, or whatever. If the server mechanism uses a standard protocol like SOAP/WDSL for communication it is entirely feasible to have different clients written in different languages communicating seemlessly across different platforms.
|