L
Lee
Hello all,
I posted a few times a couple of weeks ago about a project that I am
tasked with completing.
Essentially, the project is a pocket pc based ordering system that will
integrate with our existing point of sale system written entirely in
Delphi.
At first, I thought that using .net webservices would be ideal, but we
already have an xml based TCP/IP server that already contains most of
the functionality (and a good bit of tried and proven code) so I think
it would be best to just create the client application (for ppc) with
..net and use the middleware services that we already have in place.
Its all about intercommunication through xml anyway, right?
90% of the processing (inserting sales data, printing to remote
printers, etc) would be performed on the server, with the .net ppc
client doing mostly display and I/O from the user.
Our existing application was originally written in VB6 and then later
ported over to Delphi 6 so I'm fairly familiar with vb syntax so I will
probably go with vb.net since I'd like to get this out the door before
end of summer if can.
The main functionality I can see I will need at this point is:
1) The ability to communicate with a TCP/IP server sending and
receiving text (xml).
2) The ability to compress and encrypt the data using compatible
protocols.
3) Transform data from the server into a memory dataset for simple
navigation and manipulation on the client.
At this point, I have little experience with .net/vs other than a few
simple hello worlds. If anyone could provide advice on the objects
that I will need to use/study to get started, it would be greatly
appreciated.
I posted a few times a couple of weeks ago about a project that I am
tasked with completing.
Essentially, the project is a pocket pc based ordering system that will
integrate with our existing point of sale system written entirely in
Delphi.
At first, I thought that using .net webservices would be ideal, but we
already have an xml based TCP/IP server that already contains most of
the functionality (and a good bit of tried and proven code) so I think
it would be best to just create the client application (for ppc) with
..net and use the middleware services that we already have in place.
Its all about intercommunication through xml anyway, right?
90% of the processing (inserting sales data, printing to remote
printers, etc) would be performed on the server, with the .net ppc
client doing mostly display and I/O from the user.
Our existing application was originally written in VB6 and then later
ported over to Delphi 6 so I'm fairly familiar with vb syntax so I will
probably go with vb.net since I'd like to get this out the door before
end of summer if can.
The main functionality I can see I will need at this point is:
1) The ability to communicate with a TCP/IP server sending and
receiving text (xml).
2) The ability to compress and encrypt the data using compatible
protocols.
3) Transform data from the server into a memory dataset for simple
navigation and manipulation on the client.
At this point, I have little experience with .net/vs other than a few
simple hello worlds. If anyone could provide advice on the objects
that I will need to use/study to get started, it would be greatly
appreciated.