473,379 Members | 1,167 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

XML over GPRS - Is this a good idea?????

Hi All

I was hoping some one could give me some guidance on the matter of sending
data over GPRS.

I have taken over an application written for Windows mobile 5.0 with VS2005.

It is currently communicating with a web service via GPRS.

The Web service places all the data into objects and then returns it to the
PDA. And the same happens when sending stuff to the Web service from the
PDA.

My concern is the amount of Meta data(xml) that is being sent just to
describe the Data itself.

Is there a better way of doing this? Or do I have to live with it if I want
to use OOP.

Thanks

ink

Dec 21 '06 #1
5 1499
Hi,

First of all it;s a bad thing to cross-post to so many groups at the same
time, do not do it again.

You will have to experiment and see the performance of the app (as well as
the amount of data being transfered) before decidng to change the app, maybe
it's more expensive to change the app behavior than to simply get a better
data plan from the cellular provider.

I hvae one such application and in my case it was a huge difference using
XML than using other form of data. so I ended using a csv file (not really
using , but a non-printable char) and zipping the file before send it.
--
Ignacio Machin
machin AT laceupsolutions com

"iKiLL" <iK***@NotMyEmail.comwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
Hi All

I was hoping some one could give me some guidance on the matter of sending
data over GPRS.

I have taken over an application written for Windows mobile 5.0 with
VS2005.

It is currently communicating with a web service via GPRS.

The Web service places all the data into objects and then returns it to
the PDA. And the same happens when sending stuff to the Web service from
the PDA.

My concern is the amount of Meta data(xml) that is being sent just to
describe the Data itself.

Is there a better way of doing this? Or do I have to live with it if I
want to use OOP.

Thanks

ink

Dec 21 '06 #2
Hi Ignacio

Thanks for your input on this topic. Much appreciated.

I am sorry that my cross posting bothered you, but i don't feel that i have
posted to any group that would not benefit from this topic of conversation.

Kind regards,

ink



"Ignacio Machin ( .NET/ C# MVP )" <machin TA laceupsolutions.comwrote in
message news:OF**************@TK2MSFTNGP02.phx.gbl...
Hi,

First of all it;s a bad thing to cross-post to so many groups at the same
time, do not do it again.

You will have to experiment and see the performance of the app (as well as
the amount of data being transfered) before decidng to change the app,
maybe it's more expensive to change the app behavior than to simply get a
better data plan from the cellular provider.

I hvae one such application and in my case it was a huge difference using
XML than using other form of data. so I ended using a csv file (not really
using , but a non-printable char) and zipping the file before send it.
--
Ignacio Machin
machin AT laceupsolutions com

"iKiLL" <iK***@NotMyEmail.comwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
>Hi All

I was hoping some one could give me some guidance on the matter of
sending data over GPRS.

I have taken over an application written for Windows mobile 5.0 with
VS2005.

It is currently communicating with a web service via GPRS.

The Web service places all the data into objects and then returns it to
the PDA. And the same happens when sending stuff to the Web service from
the PDA.

My concern is the amount of Meta data(xml) that is being sent just to
describe the Data itself.

Is there a better way of doing this? Or do I have to live with it if I
want to use OOP.

Thanks

ink


Dec 21 '06 #3
Hi,

It's not that bother me or not, it's bad nettiquete.

"iKiLL" <iK***@NotMyEmail.comwrote in message
news:e$**************@TK2MSFTNGP04.phx.gbl...
Hi Ignacio

Thanks for your input on this topic. Much appreciated.

I am sorry that my cross posting bothered you, but i don't feel that i
have posted to any group that would not benefit from this topic of
conversation.

Kind regards,

ink



"Ignacio Machin ( .NET/ C# MVP )" <machin TA laceupsolutions.comwrote in
message news:OF**************@TK2MSFTNGP02.phx.gbl...
>Hi,

First of all it;s a bad thing to cross-post to so many groups at the same
time, do not do it again.

You will have to experiment and see the performance of the app (as well
as the amount of data being transfered) before decidng to change the app,
maybe it's more expensive to change the app behavior than to simply get a
better data plan from the cellular provider.

I hvae one such application and in my case it was a huge difference using
XML than using other form of data. so I ended using a csv file (not
really using , but a non-printable char) and zipping the file before send
it.
--
Ignacio Machin
machin AT laceupsolutions com

"iKiLL" <iK***@NotMyEmail.comwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
>>Hi All

I was hoping some one could give me some guidance on the matter of
sending data over GPRS.

I have taken over an application written for Windows mobile 5.0 with
VS2005.

It is currently communicating with a web service via GPRS.

The Web service places all the data into objects and then returns it to
the PDA. And the same happens when sending stuff to the Web service from
the PDA.

My concern is the amount of Meta data(xml) that is being sent just to
describe the Data itself.

Is there a better way of doing this? Or do I have to live with it if I
want to use OOP.

Thanks

ink



Dec 21 '06 #4
ASP.NET? Web services? The Compact Framework group is all you needed.

If the cost of the human-readability is very high, maybe it's not worth it
to the customer. *We* can't make that call, however. XML will be bigger
than just about any other representation, so it's the worst case...

Paul T.

"iKiLL" <iK***@NotMyEmail.comwrote in message
news:e$**************@TK2MSFTNGP04.phx.gbl...
Hi Ignacio

Thanks for your input on this topic. Much appreciated.

I am sorry that my cross posting bothered you, but i don't feel that i
have posted to any group that would not benefit from this topic of
conversation.

Kind regards,

ink



"Ignacio Machin ( .NET/ C# MVP )" <machin TA laceupsolutions.comwrote in
message news:OF**************@TK2MSFTNGP02.phx.gbl...
>Hi,

First of all it;s a bad thing to cross-post to so many groups at the same
time, do not do it again.

You will have to experiment and see the performance of the app (as well
as the amount of data being transfered) before decidng to change the app,
maybe it's more expensive to change the app behavior than to simply get a
better data plan from the cellular provider.

I hvae one such application and in my case it was a huge difference using
XML than using other form of data. so I ended using a csv file (not
really using , but a non-printable char) and zipping the file before send
it.
--
Ignacio Machin
machin AT laceupsolutions com

"iKiLL" <iK***@NotMyEmail.comwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
>>Hi All

I was hoping some one could give me some guidance on the matter of
sending data over GPRS.

I have taken over an application written for Windows mobile 5.0 with
VS2005.

It is currently communicating with a web service via GPRS.

The Web service places all the data into objects and then returns it to
the PDA. And the same happens when sending stuff to the Web service from
the PDA.

My concern is the amount of Meta data(xml) that is being sent just to
describe the Data itself.

Is there a better way of doing this? Or do I have to live with it if I
want to use OOP.

Thanks

ink



Dec 21 '06 #5
Thanks paul,

I thougth it would be.

From now on i will try to cherry pick the news groups that i post to better.

Thanks,
ink
"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
comwrote in message news:%2****************@TK2MSFTNGP06.phx.gbl...
ASP.NET? Web services? The Compact Framework group is all you needed.

If the cost of the human-readability is very high, maybe it's not worth it
to the customer. *We* can't make that call, however. XML will be bigger
than just about any other representation, so it's the worst case...

Paul T.

"iKiLL" <iK***@NotMyEmail.comwrote in message
news:e$**************@TK2MSFTNGP04.phx.gbl...
>Hi Ignacio

Thanks for your input on this topic. Much appreciated.

I am sorry that my cross posting bothered you, but i don't feel that i
have posted to any group that would not benefit from this topic of
conversation.

Kind regards,

ink



"Ignacio Machin ( .NET/ C# MVP )" <machin TA laceupsolutions.comwrote
in message news:OF**************@TK2MSFTNGP02.phx.gbl...
>>Hi,

First of all it;s a bad thing to cross-post to so many groups at the
same time, do not do it again.

You will have to experiment and see the performance of the app (as well
as the amount of data being transfered) before decidng to change the
app, maybe it's more expensive to change the app behavior than to simply
get a better data plan from the cellular provider.

I hvae one such application and in my case it was a huge difference
using XML than using other form of data. so I ended using a csv file
(not really using , but a non-printable char) and zipping the file
before send it.
--
Ignacio Machin
machin AT laceupsolutions com

"iKiLL" <iK***@NotMyEmail.comwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl.. .
Hi All

I was hoping some one could give me some guidance on the matter of
sending data over GPRS.

I have taken over an application written for Windows mobile 5.0 with
VS2005.

It is currently communicating with a web service via GPRS.

The Web service places all the data into objects and then returns it to
the PDA. And the same happens when sending stuff to the Web service
from the PDA.

My concern is the amount of Meta data(xml) that is being sent just to
describe the Data itself.

Is there a better way of doing this? Or do I have to live with it if I
want to use OOP.

Thanks

ink





Dec 21 '06 #6

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

Similar topics

3
by: jaekim | last post by:
Hi. I am wondering if it is a good idea to replicate sql server db files using frs. I don't really know how the frs works, so does frs replicates the whole database from time to time or just...
12
by: Generic Usenet Account | last post by:
I am going through some legacy code that has an "isNull()" method defined on certain classes. I can see that this can be a good way to eliminate certain types of crashes, by making this the first...
45
by: Brett | last post by:
If I do this without declaring a corresponding field, is it considered bad design? What are the advantages or disadvantages to either method? Notice there is not set. public string URL { get...
54
by: sam.s.kong | last post by:
Hi! I've been programming ASP for 5 years and am now learning PHP. In ASP, you can use GetRows function which returns 2 by 2 array of Recordset. Actually, it's a recommended way in ASP when you...
0
by: Charles D Hixson | last post by:
I was reading through old messages in the list and came up against an idea that I thought might be of some value: "Wouldn't it be a good idea if one could "rewind" an iterator?" Not stated in...
3
by: piotr maliński | last post by:
I'm planning to wite a fully featured wiki in Python in one of frameworks. I've seen some notes about wiki/documentation management scripts that use SVN as a data storage/versioning. I've been...
10
by: Cain | last post by:
Is making your own content mangement system a good idea?
2
by: pigeonrandle | last post by:
Hi, My application creates a project that is structured like a tree, so i want to use a treeview to display it to the user. Would it be a good idea to create the various parts of project as...
7
by: elgiei | last post by:
Good morning at all, i have to implement a server,that every n-seconds (eg. 10sec) sends to other clients,which files and directory has been deleted or modified. i build a n-tree, for each...
5
by: mike3 | last post by:
Hi. Is this a good idea?: <begin code> /* Addition operator: += */ const BigFix &BigFix::operator+=(const BigFix &rhs) { ErrorType err; int lhs_sign = sign, rhs_sign = rhs.sign;
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.