What is best CE.NET Remoting equivalent

G

Guest

I am building a new Warehouse Management System. Like most such systems, operators will use handheld devices for wireless RF real time data collection and interchange during operations. In picking, for example, the handheld will receive instructions about what item to pick, in what quantity, and at what location; display those instructions to the operator; and allow the operator to scan/enter the item, quantity, and location to confirm that the pick has been executed

The devices used in such an operation are different from consumer-oriented devices like smart phones or PDA's. They are industrial strength pieces of equipment designed for quick information entry and exchange. They are linked using a wireless network into a tightly integrated network, along with PC's used in other functions. Before CE.NET 4.0 the interface to these devices required (usually) DOS and one of several third party COM packages (such as Wavelink). One could recently, I believe, develop COM's for these devices using a VB script language

Now with CE .NET 4.0, and Visual Studio 2003, we can create terrific applications for these devices right in native VB or C#. Further, the manufacturers of these devices (like Symbol and HHP, formerly Hand Held Products devision of Welch-Allyn), have seen the light and are moving all their new products either to the Windows CE or Product PC platform

I have not been able to figure out how to remote these devices to a business-tier application which constructs, sends, receives, and processes the instructions and responses to the handheld tier, where the handheld in effect acts simply as a device receiving and processing data on a temporary basis. Does anyone have any ideas on how to do this? Needless to say, I was disappointed to see that CE.NET does not support remoting, which would have allowed all of this to be done by calls to the business tier via proxy.
 
J

jkakermott

Jack,

I have a similar problem. Mine is a retail application that does not
necessarily need real-time communication like yours but this is what
I have found, so far:

Microsoft seems to recommend sending XML via HTTP to acheive similar
functionality. Whether that requires an intranet webserver, I am not
certain. So far, my search for answers has really only yielded
questions.

-John
 
J

jkakermott

BTW - DCOM is available. The remoting equivalent in DCOM is turned off
by default in CE.NET but can be activated, according to MS.

But should we really need to go back that far? It violates the
ease-of-development principles of .NET

-John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top