473,491 Members | 2,179 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

PUSH/PULL Model in C#

I remember making a client/server application using Java and CORBA
where the server was pushing any change data to all the clients.

I have not ventured the same area in C#. Is there a way to accomplish
the same push/pull client server in C# windows application? (With
purely C#, Don't have CORBA in my firm).

The Win app should update fields if it has already been updated by
another user. Have to take care of concurrency issues as well.

But taking one step a time... Pull model first.
Would really appreciate any help/suggestions/site/code snippet. Would
definitely want to clear my basics first.
Thanks

Nov 17 '05 #1
5 7820
ku*********@gmail.com wrote:
I remember making a client/server application using Java and CORBA
where the server was pushing any change data to all the clients.

I have not ventured the same area in C#. Is there a way to accomplish
the same push/pull client server in C# windows application? (With
purely C#, Don't have CORBA in my firm).

The Win app should update fields if it has already been updated by
another user. Have to take care of concurrency issues as well.

But taking one step a time... Pull model first.
Would really appreciate any help/suggestions/site/code snippet. Would
definitely want to clear my basics first.
Thanks


Take a look at the web services stuff. It might do what you want. You
will need to get hold of Microsofts Web Service Enhancements too (WSE
2.0 is for .NET 1.1 and 3.0 is for .NET 2.0). In there you use class
SoapSender and SoapReciever to pass messages around.

http://msdn.microsoft.com/webservice...rogramwse2.asp

The above URL gives an example of an application that has client/server
communication with peer-to-peer communication.

It's far from perfect, but it's a damn good start.

Cheers
Jimbo.
Nov 17 '05 #2
Can I perform force auto refresh using WSE on the client if a any PUSH
from the server on updated data?

Nov 17 '05 #3
Can I perform force auto refresh using WSE on the client if a any PUSH
from the server on updated data?

Nov 17 '05 #4
ku*********@gmail.com wrote:
Can I perform force auto refresh using WSE on the client if a any PUSH
from the server on updated data?


Depends how you write the code. Effectively everything becomes peers
rather than client/server. I can't say I've tried using the WSE
SoapReceiver class without IIS.
Nov 17 '05 #5
J-Integra Espresso allows for push/pull functionality between C# and
Java using IIOP. However, if you are using C# for both client and
server, then this won't apply to your case.

Shane Sauer
J-Integra Interoperability Solutions
http://j-integra.intrinsyc.com/
When Web Services are not enough

Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1218
by: Paul Aspinall | last post by:
Hi I'm trying to develop an app, which uses the Crystal Reports Push model, in ASP.NET It seems strange that I need to create a Design time dataset object, when I could probably use the Code...
4
3141
by: batista | last post by:
Hello All, my prob. is that i have a web server, and i want it to send fresh data,whenver it is available(from sum other source), to a webpage. Now i used refresh, but i want to use an...
0
2946
by: Anna | last post by:
Hi, I've got the same problem like many others: I need my Web Service to "push" the data to its clients, ideally generate an event to which the clients listen. Yes, I know that they are not...
0
560
by: guidopapinino | last post by:
What I want to do is have 2 pull down lists, for example a state pull down list and a city pull down list. What I would like to have done is when you select a state from the state pull down list...
7
2912
by: giangiammy | last post by:
hi all, I need to implement a web page with a table: the page structure i fixed, the tables field are updating from time to time. The table could be quite big, but just some fields change...
1
1498
by: The Night Blogger | last post by:
Is there a way to pull & push data (Tasks, Notes, Calendar Items ...) into Microsoft Oulook from Python ?
5
3970
by: giandeo | last post by:
Hello Experts. Could you find a solution for this problem please! I have the following tables in Access Database Table Name: origin Fields Names: country, countrycode Table Name: make...
10
1692
by: Terrence Brannon | last post by:
Hello, The most common way of dynamically producing HTML is via template engines like genshi, cheetah, makotemplates, etc. These engines are 'inline' --- they intersperse programming...
5
2695
by: andersond | last post by:
I probably didn't ask the question right; but, I have a webpage where agents are entering information about trucks they want insured. I want to break out of a function when a button push occurs. ...
1
6858
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7360
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5451
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4881
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4578
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3086
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1392
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
633
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
280
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.