473,405 Members | 2,262 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,405 software developers and data experts.

Web-Based or Windows App?

Excuse my ignorance, but anyone have any links to some good white papers
discussing the pros/cons for developing a Web-Based app versus a
windows/client/server app?

I would think this topic has been largely discussed many times over and I
don't need to start another discussion, just some reference to some existing
materials. I've been searching for hours and I must be having brain problems
as I'm not coming up with much with the keywords I'm using (e.g. "web vs.
windows", "web-based or windows", etc.).

Thanks in advance.

Antony
Jul 21 '05 #1
7 1821
Google: "smart client" while your at it.
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/

"Antony" <an****@nodomainname.com> wrote in message
news:PN****************@news-server.bigpond.net.au...
Excuse my ignorance, but anyone have any links to some good white papers
discussing the pros/cons for developing a Web-Based app versus a
windows/client/server app?

I would think this topic has been largely discussed many times over and I
don't need to start another discussion, just some reference to some
existing materials. I've been searching for hours and I must be having
brain problems as I'm not coming up with much with the keywords I'm using
(e.g. "web vs. windows", "web-based or windows", etc.).

Thanks in advance.

Antony

Jul 21 '05 #2
Here's a whitepaper that describes how to build systems that deploy as Web
Services, thus accessible by Winforms Apps and Browsers (using
javascript/dhtml), and PDAs etc.

http://members.optushome.com.au/rcer...WhitePaper.pdf

"Antony" <an****@nodomainname.com> wrote in message
news:PN****************@news-server.bigpond.net.au...
Excuse my ignorance, but anyone have any links to some good white papers
discussing the pros/cons for developing a Web-Based app versus a
windows/client/server app?

I would think this topic has been largely discussed many times over and I
don't need to start another discussion, just some reference to some existing materials. I've been searching for hours and I must be having brain problems as I'm not coming up with much with the keywords I'm using (e.g. "web vs.
windows", "web-based or windows", etc.).

Thanks in advance.

Antony

Jul 21 '05 #3
Interesting paper... I'll spend sometime studying it. Thanks.
Antony

"Radek Cerny" <rc****@optusnet.nospam.com.au> wrote in message
news:uD**************@TK2MSFTNGP14.phx.gbl...
Here's a whitepaper that describes how to build systems that deploy as Web
Services, thus accessible by Winforms Apps and Browsers (using
javascript/dhtml), and PDAs etc.

http://members.optushome.com.au/rcer...WhitePaper.pdf

"Antony" <an****@nodomainname.com> wrote in message
news:PN****************@news-server.bigpond.net.au...
Excuse my ignorance, but anyone have any links to some good white papers
discussing the pros/cons for developing a Web-Based app versus a
windows/client/server app?

I would think this topic has been largely discussed many times over and I
don't need to start another discussion, just some reference to some

existing
materials. I've been searching for hours and I must be having brain

problems
as I'm not coming up with much with the keywords I'm using (e.g. "web vs.
windows", "web-based or windows", etc.).

Thanks in advance.

Antony


Jul 21 '05 #4
They way you used the term client/server I figured you were a reasonably
mature and experinced developer, and was grappling with the problem you
posed. The easy answer is that for simple apps, you use a web app, and for
anything more than trivial, that browser forms are just not good enough.
You really need field-at-a-time processing with multiple open windows with
tabs, and fast response times else the users get very very frustrated. Web
forms wont do; unless they are simply an optional 'portal' into the same
system deployed as Rich Windows forms. Now that the world has come up with
a common RPC protocol (Web Services), we had better use it.

Just noticed you're an Aussie. If you are interested in seeing this in
action, register at www.professortrim.com.au, and download the rich client.
The same functionality will be avilable thru a browser at that site, and
also through the rich client (although you wont get much unless you pay$ -
but enough to demonstrate the point).

Radek

"Antony" <an****@nodomainname.com> wrote in message
news:49****************@news-server.bigpond.net.au...
Interesting paper... I'll spend sometime studying it. Thanks.
Antony

"Radek Cerny" <rc****@optusnet.nospam.com.au> wrote in message
news:uD**************@TK2MSFTNGP14.phx.gbl...
Here's a whitepaper that describes how to build systems that deploy as Web Services, thus accessible by Winforms Apps and Browsers (using
javascript/dhtml), and PDAs etc.

http://members.optushome.com.au/rcer...WhitePaper.pdf

"Antony" <an****@nodomainname.com> wrote in message
news:PN****************@news-server.bigpond.net.au...
Excuse my ignorance, but anyone have any links to some good white papers discussing the pros/cons for developing a Web-Based app versus a
windows/client/server app?

I would think this topic has been largely discussed many times over and I don't need to start another discussion, just some reference to some

existing
materials. I've been searching for hours and I must be having brain

problems
as I'm not coming up with much with the keywords I'm using (e.g. "web vs. windows", "web-based or windows", etc.).

Thanks in advance.

Antony



Jul 21 '05 #5
Thanks for the tips. I have a client who's wrestling with this decision, and
I was looking for some resources to help them make a decision rather than
them just relying on my advice.

I tend to agree with your thoughts below, but love the deployment advantage
of web-based apps.

"Radek Cerny" <rc****@optusnet.nospam.com.au> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
They way you used the term client/server I figured you were a reasonably
mature and experinced developer, and was grappling with the problem you
posed. The easy answer is that for simple apps, you use a web app, and
for
anything more than trivial, that browser forms are just not good enough.
You really need field-at-a-time processing with multiple open windows with
tabs, and fast response times else the users get very very frustrated.
Web
forms wont do; unless they are simply an optional 'portal' into the same
system deployed as Rich Windows forms. Now that the world has come up
with
a common RPC protocol (Web Services), we had better use it.

Just noticed you're an Aussie. If you are interested in seeing this in
action, register at www.professortrim.com.au, and download the rich
client.
The same functionality will be avilable thru a browser at that site, and
also through the rich client (although you wont get much unless you pay$ -
but enough to demonstrate the point).

Radek

"Antony" <an****@nodomainname.com> wrote in message
news:49****************@news-server.bigpond.net.au...
Interesting paper... I'll spend sometime studying it. Thanks.
Antony

"Radek Cerny" <rc****@optusnet.nospam.com.au> wrote in message
news:uD**************@TK2MSFTNGP14.phx.gbl...
> Here's a whitepaper that describes how to build systems that deploy as Web > Services, thus accessible by Winforms Apps and Browsers (using
> javascript/dhtml), and PDAs etc.
>
> http://members.optushome.com.au/rcer...WhitePaper.pdf
>
> "Antony" <an****@nodomainname.com> wrote in message
> news:PN****************@news-server.bigpond.net.au...
>> Excuse my ignorance, but anyone have any links to some good white papers >> discussing the pros/cons for developing a Web-Based app versus a
>> windows/client/server app?
>>
>> I would think this topic has been largely discussed many times over
>> and I >> don't need to start another discussion, just some reference to some
> existing
>> materials. I've been searching for hours and I must be having brain
> problems
>> as I'm not coming up with much with the keywords I'm using (e.g. "web vs. >> windows", "web-based or windows", etc.).
>>
>> Thanks in advance.
>>
>> Antony
>>
>>
>
>



Jul 21 '05 #6
>>but love the deployment advantage of web-based apps.

Very true, but having the ability to do both with zero server changes is
extremely compelling. I find the biggest issue is that Windows XP SP2 did
NOT include the DotNet framework, even as an option, and that if it were on
ALL Windows PCs, downloading and installing a rich thin client is not a
problem.

Radek

"Antony" <an****@nodomainname.com> wrote in message
news:Jv****************@news-server.bigpond.net.au...
Thanks for the tips. I have a client who's wrestling with this decision, and I was looking for some resources to help them make a decision rather than
them just relying on my advice.

I tend to agree with your thoughts below, but love the deployment advantage of web-based apps.

"Radek Cerny" <rc****@optusnet.nospam.com.au> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
They way you used the term client/server I figured you were a reasonably
mature and experinced developer, and was grappling with the problem you
posed. The easy answer is that for simple apps, you use a web app, and
for
anything more than trivial, that browser forms are just not good enough.
You really need field-at-a-time processing with multiple open windows with tabs, and fast response times else the users get very very frustrated.
Web
forms wont do; unless they are simply an optional 'portal' into the same
system deployed as Rich Windows forms. Now that the world has come up
with
a common RPC protocol (Web Services), we had better use it.

Just noticed you're an Aussie. If you are interested in seeing this in
action, register at www.professortrim.com.au, and download the rich
client.
The same functionality will be avilable thru a browser at that site, and
also through the rich client (although you wont get much unless you pay$ - but enough to demonstrate the point).

Radek

"Antony" <an****@nodomainname.com> wrote in message
news:49****************@news-server.bigpond.net.au...
Interesting paper... I'll spend sometime studying it. Thanks.
Antony

"Radek Cerny" <rc****@optusnet.nospam.com.au> wrote in message
news:uD**************@TK2MSFTNGP14.phx.gbl...
> Here's a whitepaper that describes how to build systems that deploy
as Web
> Services, thus accessible by Winforms Apps and Browsers (using
> javascript/dhtml), and PDAs etc.
>
> http://members.optushome.com.au/rcer...WhitePaper.pdf
>
> "Antony" <an****@nodomainname.com> wrote in message
> news:PN****************@news-server.bigpond.net.au...
>> Excuse my ignorance, but anyone have any links to some good white

papers
>> discussing the pros/cons for developing a Web-Based app versus a
>> windows/client/server app?
>>
>> I would think this topic has been largely discussed many times over
>> and

I
>> don't need to start another discussion, just some reference to some
> existing
>> materials. I've been searching for hours and I must be having brain
> problems
>> as I'm not coming up with much with the keywords I'm using (e.g.
"web vs.
>> windows", "web-based or windows", etc.).
>>
>> Thanks in advance.
>>
>> Antony
>>
>>
>
>



Jul 21 '05 #7
Agree - I've often wondered how the developer community as a whole accepted
the fact that the .NET framework has to be distributed with any app...

Then again, maybe the majority of .NET development is done on a corporate
level where the end users are accessible through the company's own network.

"Radek Cerny" <rc****@optusnet.nospam.com.au> wrote in message
news:eV**************@TK2MSFTNGP14.phx.gbl...
but love the deployment advantage of web-based apps.
Very true, but having the ability to do both with zero server changes is
extremely compelling. I find the biggest issue is that Windows XP SP2 did
NOT include the DotNet framework, even as an option, and that if it were
on
ALL Windows PCs, downloading and installing a rich thin client is not a
problem.

Radek

"Antony" <an****@nodomainname.com> wrote in message
news:Jv****************@news-server.bigpond.net.au...
Thanks for the tips. I have a client who's wrestling with this decision,

and
I was looking for some resources to help them make a decision rather than
them just relying on my advice.

I tend to agree with your thoughts below, but love the deployment

advantage
of web-based apps.

"Radek Cerny" <rc****@optusnet.nospam.com.au> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
> They way you used the term client/server I figured you were a
> reasonably
> mature and experinced developer, and was grappling with the problem you
> posed. The easy answer is that for simple apps, you use a web app, and
> for
> anything more than trivial, that browser forms are just not good
> enough.
> You really need field-at-a-time processing with multiple open windows

with > tabs, and fast response times else the users get very very frustrated.
> Web
> forms wont do; unless they are simply an optional 'portal' into the
> same
> system deployed as Rich Windows forms. Now that the world has come up
> with
> a common RPC protocol (Web Services), we had better use it.
>
> Just noticed you're an Aussie. If you are interested in seeing this in
> action, register at www.professortrim.com.au, and download the rich
> client.
> The same functionality will be avilable thru a browser at that site,
> and
> also through the rich client (although you wont get much unless you pay$ - > but enough to demonstrate the point).
>
> Radek
>
> "Antony" <an****@nodomainname.com> wrote in message
> news:49****************@news-server.bigpond.net.au...
>> Interesting paper... I'll spend sometime studying it. Thanks.
>> Antony
>>
>> "Radek Cerny" <rc****@optusnet.nospam.com.au> wrote in message
>> news:uD**************@TK2MSFTNGP14.phx.gbl...
>> > Here's a whitepaper that describes how to build systems that deploy as > Web
>> > Services, thus accessible by Winforms Apps and Browsers (using
>> > javascript/dhtml), and PDAs etc.
>> >
>> > http://members.optushome.com.au/rcer...WhitePaper.pdf
>> >
>> > "Antony" <an****@nodomainname.com> wrote in message
>> > news:PN****************@news-server.bigpond.net.au...
>> >> Excuse my ignorance, but anyone have any links to some good white
> papers
>> >> discussing the pros/cons for developing a Web-Based app versus a
>> >> windows/client/server app?
>> >>
>> >> I would think this topic has been largely discussed many times over
>> >> and
> I
>> >> don't need to start another discussion, just some reference to some
>> > existing
>> >> materials. I've been searching for hours and I must be having brain
>> > problems
>> >> as I'm not coming up with much with the keywords I'm using (e.g. "web > vs.
>> >> windows", "web-based or windows", etc.).
>> >>
>> >> Thanks in advance.
>> >>
>> >> Antony
>> >>
>> >>
>> >
>> >
>>
>>
>
>



Jul 21 '05 #8

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

Similar topics

9
by: Marina Anufreichik | last post by:
Hi, After deploymnet web application on web server I can access page on local machine and login fine but when I'm trying to access web site from remote machine I can see login page, but when I'm...
0
by: Bill Burwell | last post by:
I am converting a VB6 WebClass application to VB.Net. Used the VB upgrade tool to do the conversion - and it left me a lot of little code things to do. Did those code things and got my app to...
6
by: Ruslan | last post by:
Hello, I have to project: one ASN.NET project and another - Web Service in the same solution. I want to use the same web.config and global.asax files. Does it possible?
5
by: Michael Herman \(Parallelspace\) | last post by:
1. What are some compelling solutions for using Master/Content pages with Web Pages? 2. If a content area has a web part zone with web parts, what is the user experience like when "editting" the...
0
by: pd123 | last post by:
I'm new to C# and .net and I'm trying to create a form that will register users in a sql server database. I have the following code but when I run the code I get an error " The name 'Peter' is...
7
by: Jonas | last post by:
Hi. I'm trying to develop a web custom control that uses a programmatically created treeview. My problem is that I get an exception when I try to render the control. With properties do I have to...
0
by: nicomp | last post by:
I created a Web Service: I imported System.Data.SqlClient so I could access SQL server tables programmatically. The web service builds and deploys with no problems. When I try to add the...
2
by: job | last post by:
In a sharepoint setup using smartpart to load our user controls using enterprise blocks (data) we are getting some strange errors (logged to the event log). We dont get the error all the time. When...
20
by: =?Utf-8?B?cmtibmFpcg==?= | last post by:
I was executing the steps given in http://suppor.microsoft.com/kb/308359 for testing a sample web service application. However, the following line gives a compilation error: localhost.Service1...
7
by: =?Utf-8?B?Qi4gQ2hlcm5pY2s=?= | last post by:
I did my MCAD sometime ago in 1.1, using the 305 manual. I've since moved up to VS 2005. I've created perhaps a half dozen Dot Net 2.0 web applications. (Click on the Create Project link within...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...

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.