在应用程序间共享信息

在应用程序间共享信息

问题描述:

有没有任何好主意在两个应用程序之间共享信息(不是在同一个解决方案中),如果没有使用SQL,我写的是什么?

Is there any good idea to share information between two applications(not in
the same solution) which written by me provided no SQL is used?

" Elliot" < el ************ @ hotmail.co.ukwrote in message

news:AD **************** ****************** @ microsof t.com ...
"Elliot" <el************@hotmail.co.ukwrote in message
news:AD**********************************@microsof t.com...

有什么好主意可以分享信息两个应用程序之间(不是在同一个解决方案中是
)我写的没有使用SQL吗?
Is there any good idea to share information between two applications(not
in the same solution) which written by me provided no SQL is used?



我要问的首要问题是,信息的性质是什么?

基本上是共享资源吗?也就是说,存储常见数据是持久的,并且访问公共数据的应用程序彼此之间没有相互了解的知识?


或者这两个应用程序实际上是否必须通信?我们说的是更多的消息或服务吗?两个

申请之间是否有对话?一个应用程序是否向另一个提供数据?这些都是有用的问题。


AHS

Initial question I''d have is, what is the nature of the information? Is it
basically a shared resource? That is, a store of common data that is
persistent, and where the applications that access the common data have no
knowledge of each other?

Or do the two applications actually have to communicate? Are we speaking
then more of messages or services? Is there a conversation between the two
applications? Is one application providing data to the other? These are all
useful questions.

AHS


Arved,

感谢您的关注。那些文字信息就像是什么相关的

a学生:

ID名字姓氏性别地址

1

2 b $ b 3

.....

一个应用程序(a)记录那些共享给另一个

申请的信息(b),一旦获得它们,它们就会被清除。


Arved Sandstrom < as ******** @ accesswave.cawrote in message

news:BjN7k.875
Arved,
Thanks for your attention. Those text information just like what related to
a student:
ID Firstname Lastname Gender Address
1
2
3
.....
One application(a) record those information which shared to another
application(b), once b got them, they are cleared.

"Arved Sandstrom" <as********@accesswave.cawrote in message
news:BjN7k.875


2G6.259@edtnps83 ...
2G6.259@edtnps83...

" Elliot" < el ************ @ hotmail.co.ukwrote in message

news:AD **************** ****************** @ microsof t.com ...
"Elliot" <el************@hotmail.co.ukwrote in message
news:AD**********************************@microsof t.com...

>有什么好主意吗在我写的两个应用程序之间共享信息(不是在同一个解决方案中),但没有使用SQL吗?
>Is there any good idea to share information between two applications(not
in the same solution) which written by me provided no SQL is used?



我要问的第一个问题是,信息的性质是什么?

基本上是共享资源吗?也就是说,存储常见数据是持久的,并且访问公共数据的应用程序彼此之间没有相互了解的知识?


或者这两个应用程序实际上是否必须通信?我们说的是更多的消息或服务吗?两个

申请之间是否有对话?一个应用程序是否向另一个提供数据?这些都是

所有有用的问题。


AHS


Initial question I''d have is, what is the nature of the information? Is it
basically a shared resource? That is, a store of common data that is
persistent, and where the applications that access the common data have no
knowledge of each other?

Or do the two applications actually have to communicate? Are we speaking
then more of messages or services? Is there a conversation between the two
applications? Is one application providing data to the other? These are
all useful questions.

AHS