473,395 Members | 1,637 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,395 software developers and data experts.

C# 'applets' and their limitations

Thanks to anyone in advance whom can offer their wisdom :)

Guys, I'd like to run a C# thin client app with cross browser functionaliy
similar to a Java applet.
However, from the literature I've currently read this would only be possible
in IE
due to ActiveX being enabled by default. Not only that, but the user would
have to be running a windows OS.

Is this true? and if so how could microsoft be SO shortsighted in doing
this? If their plans were to render Java obsolete by requiring users to run
windows OS and have IE to run .NET client apps then they have failed
miserably..

Can anyone confirm or deny this? If its not the case then how can this be
done?
Nov 17 '05 #1
6 2576
yes, u r right. only thing you can do is using active x. but maybe u can
write a windows application and run it on mono installed linux machines
Nov 17 '05 #2
You know, I'm gonna be critical here but microsoft was absoutely stupid in
doing this...will Whidbey offer any improvements in this? The .Net languages
are great and in someways superior to Java but to force users into IE and a
windows OS is just plain dumb.
Nov 17 '05 #3
studen77 wrote:
Thanks to anyone in advance whom can offer their wisdom :)

Guys, I'd like to run a C# thin client app with cross browser functionaliy
similar to a Java applet.
However, from the literature I've currently read this would only be possible
in IE
due to ActiveX being enabled by default. Not only that, but the user would
have to be running a windows OS.

Is this true? and if so how could microsoft be SO shortsighted in doing
this? If their plans were to render Java obsolete by requiring users to run
windows OS and have IE to run .NET client apps then they have failed
miserably..

Can anyone confirm or deny this? If its not the case then how can this be
done?


..NET is a Windows framework. Actually, a Windows + IE framework if you
look at it from that perspecitive. Very good for Intranet applications
where the user environment is controlled. Not so good for you are
talking about.

Java is still king here, IMHO. JWS is great.

John Davison
Compass Engineering Group
Nov 17 '05 #4
You need an IE varient because other browser authors have not incuded .NET integration - unlike JVM integration which they have.

You need Windows because other operating systems haven't got a CLR unlike the ones that have a JVM already.

My Java friends tell me the future of Java is on the serverside or client apps not applets so frankly I don't see the big deal.

Regards

Richard Blewett - DevelopMentor
http://www.dotnetconsult.co.uk/weblog
http://www.dotnetconsult.co.uk

Thanks to anyone in advance whom can offer their wisdom :)

Guys, I'd like to run a C# thin client app with cross browser functionaliy
similar to a Java applet.
However, from the literature I've currently read this would only be possible
in IE
due to ActiveX being enabled by default. Not only that, but the user would
have to be running a windows OS.

Is this true? and if so how could microsoft be SO shortsighted in doing
this? If their plans were to render Java obsolete by requiring users to run
windows OS and have IE to run .NET client apps then they have failed
miserably..

Can anyone confirm or deny this? If its not the case then how can this be
done?

Nov 17 '05 #5
studen77 wrote:
You know, I'm gonna be critical here but microsoft was absoutely stupid in
doing this...will Whidbey offer any improvements in this? The .Net languages
are great and in someways superior to Java but to force users into IE and a
windows OS is just plain dumb.


C'mon man. Microsoft is a business. It wouldn't make sense for them to
create a product that steers people *away* from their other products.
It makes perfect sense to me.

If you don't want to be tied in to their products, use Java.

IIRC Widbey and .NET are closely tied together. But it's still Windows.
:-)

John
Nov 17 '05 #6
In message <30***************************@FUSE.NET>, John Davison
<no**********@yahoo.com> writes
studen77 wrote:
You know, I'm gonna be critical here but microsoft was absoutely
stupid in doing this...will Whidbey offer any improvements in this?
The .Net languages are great and in someways superior to Java but to
force users into IE and a windows OS is just plain dumb.


C'mon man. Microsoft is a business. It wouldn't make sense for them
to create a product that steers people *away* from their other
products. It makes perfect sense to me.


And, to be fair, I doubt that it is impossible for someone to write a
plugin for other browsers which hosts .NET components using Mono. A
quick google for "mono plugin browser" gives:

http://lists.ximian.com/archives/pub...5-March/011160
..html

--
Steve Walker
Nov 17 '05 #7

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

Similar topics

8
by: Dave D | last post by:
I just read something that spooked me. I'm a newbie working my way through "SAMS Teach Youself Java 2 in 21 Days." I used to code a bit in Symantec's Visual Cafe for Java about 3 years ago, but...
4
by: Jesper Matthiesen | last post by:
Hey sharks If I want an applet that functions in the largest possible number of browsers, which setup should I choose? Is it better to use AWT than Swing? The user is the average, potentially...
1
by: Justin | last post by:
Hi, We are researching options on which technologies to use for an advanced web application. We are planning on using DHTML as much as possible, but there are a few components that require more...
1
by: Vincent Montressor | last post by:
I'm playing around with writing my own panel applets, and I'm trying to figure out how to get my panel applets to be restored when I log in. As an experiment, I'm using the simple clock applet...
8
by: Andreas Røsdal | last post by:
Hi, Is there such a thing as python applets for web browsers? (eg. such as java applets?) I think that could be useful. Andreas R.
40
by: Eitan | last post by:
Hello, I know Java-Applet (written for JBuilder). I would like to know about dotnet technology, pros and cons in comparation to Java-Applet technololgy. Can I write a program in dotnet, like...
12
by: Wladimir Borsov | last post by:
On one of my web pages there is an java applets which works fine on my computer. However I noticed on some other computer that the run of java applets are disabled. I got an error message...
4
by: Neil Cherry | last post by:
I've seen references to using <applets ... > and document.applets to access public Java functions from Javascript. Do I still use document.applets with <object ...>? BTW, the FAQS page seems to...
11
by: Eric Dan | last post by:
Hi, This may sound a trivial question but I didn't find (yet) the equivalent of ..NET to ActiveX controls (good old COM way :-) ) or Java applets which I am not familiar with but I understand...
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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
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
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...

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.