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

.Net "Applet"

Hi all,

I'm curious if Microsoft has any plans of taking the .Net framework to the
web in the same kind of capacity as Java Applets do. I've read that using
the <object> tag, one can embed a Windows Control (though, not a form) into a
web page for IE. I was wondering if there's been any talk of the existance
of .Net Applets or if that's something that's even been considered. Thanks
for any information!

Brian
Apr 21 '06 #1
7 1491
>> to the web in the same kind of capacity as Java Applets do

You mean virtually nonexistent? What would be the business case for that?

Bob Lehmann

"instruo" <in*****@discussions.microsoft.com> wrote in message
news:62**********************************@microsof t.com...
Hi all,

I'm curious if Microsoft has any plans of taking the .Net framework to the
web in the same kind of capacity as Java Applets do. I've read that using
the <object> tag, one can embed a Windows Control (though, not a form) into a web page for IE. I was wondering if there's been any talk of the existance of .Net Applets or if that's something that's even been considered. Thanks for any information!

Brian

Apr 21 '06 #2
?? Java Applets are pretty existant... I don't mean Java Applets allowing
for .Net stuff, I just mean having the ability to use .Net on the web in the
same kind of way that Applets allow Java to be used on the web.

"Bob Lehmann" wrote:
to the web in the same kind of capacity as Java Applets do


You mean virtually nonexistent? What would be the business case for that?

Bob Lehmann

"instruo" <in*****@discussions.microsoft.com> wrote in message
news:62**********************************@microsof t.com...
Hi all,

I'm curious if Microsoft has any plans of taking the .Net framework to the
web in the same kind of capacity as Java Applets do. I've read that using
the <object> tag, one can embed a Windows Control (though, not a form)

into a
web page for IE. I was wondering if there's been any talk of the

existance
of .Net Applets or if that's something that's even been considered.

Thanks
for any information!

Brian


Apr 21 '06 #3
Maybe my fault, but you've both missed my point.

I was responding to this -
to the web in the same kind of capacity as Java Applets do The above statement implies widespread use of Java Applets on the web. It is
very rare to see Java Applets on a website.
Complex apps are easier to code in Java/.NET than in Javascript + Ajax. No doubt - no disagreement here.
Also, applets tend to be more reliable than ajax + javascript. Maybe. As long as the correct JVM is installed on the user's machine, and
they allow Applets.
There are a lot of reasons why you would want to build an applet But, if you build it, will they come?

Bob Lehmann
"Spam Catcher" <sp**********@rogers.com> wrote in message
news:Xn**********************************@127.0.0. 1... "Bob Lehmann" <no****@dontbotherme.zzz> wrote in news:#wyJAdYZGHA.4752
@TK2MSFTNGP02.phx.gbl:
to the web in the same kind of capacity as Java Applets do
You mean virtually nonexistent? What would be the business case for

that?
Complex apps are easier to code in Java/.NET than in Javascript + Ajax.

Also, applets tend to be more reliable than ajax + javascript.

There are a lot of reasons why you would want to build an applet rather
than a ajax enabled web app.

Apr 21 '06 #4
re:
But, if you build it, will they come?
I imagine that would depend on the user's needs...and the platform used.

For example, this NOAA weather applet is viewed hundreds of millions of times a year:
http://www.ssd.noaa.gov/PS/TROP/DATA...-ir4-loop.html


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Bob Lehmann" <no****@dontbotherme.zzz> wrote in message
news:ep**************@TK2MSFTNGP05.phx.gbl... Maybe my fault, but you've both missed my point.

I was responding to this -
to the web in the same kind of capacity as Java Applets do

The above statement implies widespread use of Java Applets on the web. It is
very rare to see Java Applets on a website.
Complex apps are easier to code in Java/.NET than in Javascript + Ajax.

No doubt - no disagreement here.
Also, applets tend to be more reliable than ajax + javascript.

Maybe. As long as the correct JVM is installed on the user's machine, and
they allow Applets.
There are a lot of reasons why you would want to build an applet

But, if you build it, will they come?

Bob Lehmann
"Spam Catcher" <sp**********@rogers.com> wrote in message
news:Xn**********************************@127.0.0. 1...
"Bob Lehmann" <no****@dontbotherme.zzz> wrote in news:#wyJAdYZGHA.4752
@TK2MSFTNGP02.phx.gbl:
>>> to the web in the same kind of capacity as Java Applets do
>
> You mean virtually nonexistent? What would be the business case for

that?

Complex apps are easier to code in Java/.NET than in Javascript + Ajax.

Also, applets tend to be more reliable than ajax + javascript.

There are a lot of reasons why you would want to build an applet rather
than a ajax enabled web app.


Apr 22 '06 #5
> I imagine that would depend on the user's needs...and the platform used.

Exactly!

And this is an example of a specialized application, that a certain group of
people would probably be interested in.

I'm talking about about general purpose, let's do it because-we-can type of
applets (remember the Lake Applet?), that fall into the same genre as web
page pop-ups, Flash-based eye candy, and the <blink> tag.

Again, the OP suggested that Java Applets are an ubiquitous, general
purpose, for-the-masses, web technology, and that is not true.

Bob Lehmann
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:uk**************@TK2MSFTNGP04.phx.gbl...
re:
But, if you build it, will they come?
I imagine that would depend on the user's needs...and the platform used.

For example, this NOAA weather applet is viewed hundreds of millions of

times a year: http://www.ssd.noaa.gov/PS/TROP/DATA...-ir4-loop.html


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Bob Lehmann" <no****@dontbotherme.zzz> wrote in message
news:ep**************@TK2MSFTNGP05.phx.gbl...
Maybe my fault, but you've both missed my point.

I was responding to this -
to the web in the same kind of capacity as Java Applets do

The above statement implies widespread use of Java Applets on the web. It is very rare to see Java Applets on a website.
Complex apps are easier to code in Java/.NET than in Javascript + Ajax.

No doubt - no disagreement here.
Also, applets tend to be more reliable than ajax + javascript.

Maybe. As long as the correct JVM is installed on the user's machine, and they allow Applets.
There are a lot of reasons why you would want to build an applet

But, if you build it, will they come?

Bob Lehmann
"Spam Catcher" <sp**********@rogers.com> wrote in message
news:Xn**********************************@127.0.0. 1...
"Bob Lehmann" <no****@dontbotherme.zzz> wrote in news:#wyJAdYZGHA.4752
@TK2MSFTNGP02.phx.gbl:

>>> to the web in the same kind of capacity as Java Applets do
>
> You mean virtually nonexistent? What would be the business case for

that?

Complex apps are easier to code in Java/.NET than in Javascript + Ajax.

Also, applets tend to be more reliable than ajax + javascript.

There are a lot of reasons why you would want to build an applet rather
than a ajax enabled web app.



Apr 22 '06 #6
Cool! Another gee-whiz thinga-majig that many people won't see because they
either do not have Flash, or have blocked Flash in their browser.

Bob Lehmann

"Spam Catcher" <sp**********@rogers.com> wrote in message
news:Xn**********************************@127.0.0. 1...
"Bob Lehmann" <no****@dontbotherme.zzz> wrote in
news:#n**************@TK2MSFTNGP04.phx.gbl:
I'm talking about about general purpose, let's do it because-we-can
type of applets (remember the Lake Applet?), that fall into the same
genre as web page pop-ups, Flash-based eye candy, and the <blink> tag.


Apparently you can code Flash apps in .NET now:

http://www.globfx.com/products/neoswiff/

Apr 22 '06 #7
Hi,

Spam Catcher wrote:
"Bob Lehmann" <no****@dontbotherme.zzz> wrote in
news:OM**************@TK2MSFTNGP03.phx.gbl:

Cool! Another gee-whiz thinga-majig that many people won't see because
they either do not have Flash, or have blocked Flash in their browser.

I'm sure the vast major of web browsers have flash support.


Actually, they don't unless you install it. It's a plug-in, no part of
the browser.
If you want absolute compatiblity you would stick with plain HTML - but if
you want any sort of rich functionality - such is life - gotta go with
flash, java, javascript, or .NET winforms applets.


I would differentiate JavaScript from the rest of the technologies you
mention. JavaScript in the browser has reached a level of
standardization like never before. This, especially in conjunction with
web services, allows a great richness of content without having to
bother too much about compatibility. Besides, and though it's possible
to block JavaScript, it is enabled per default (contrarily to Flash,
Java or other plug-in based technologies), and most users security-aware
users allow it because JavaScript's sandbox is much stricter than Java's.

HTH,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
Private/Malaysia: http://mypage.bluewin.ch/lbugnion
Support children in Calcutta: http://www.calcutta-espoir.ch
Apr 23 '06 #8

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

Similar topics

5
by: lvcha.gouqizi | last post by:
I embed an applet in my php script which has a parameter providing an input file for the jar. Does this file has size limit? The code is as follows: <APPLET ARCHIVE="myapplet.jar" WIDTH=372...
1
by: WMMorgan | last post by:
There's a website I like to visit that has an user-interactive java application. There's a "visual applet" component and "control applet" component. (No, it's not an adult or porno site.) But...
0
by: Ben | last post by:
Hi, I have a graphics library I'm writing in C++ (that is not COM and is not managed, just plain ol' C++ and opengl) but would like to "demo" the rendering capabilities of this library from a...
2
by: Olivier aka Cypher | last post by:
Hi gurus and fellows. I designed an pilot applet with can be seen at http://push.integration.euronext.com/Applet/index_raw2.htm This applet has no GUI in fact. It receive financial data (which...
13
by: MLH | last post by:
Would like to run the control panel's Internet Date & Time program from VBA - emulating opening it, clicking the Internet Time tab and the Update Now button. I don't really care for the user to...
3
by: mikefleck | last post by:
Does anybody know what the error message "applet jretest notinited" means. Thanks, Mike
0
by: dhillarun | last post by:
Hi all, Problem (in short): Disabling the applet cache. Problem (in detail): I have developed an Applet application. I am creating the contents of the applet by reading a text file in...
2
by: Richard Maher | last post by:
Hi, Can someone please tell me the strategy(ies) used by Java (the Security Manager or whatever) to determine if a given IP address conforms to the definition of the codebase from which an...
2
JustRun
by: JustRun | last post by:
Hi, I'm new to Java "I loved it" and i'm stuck with a Chart Applet i'm trying to give the pie chart its values from my database. Actually the database class works when i tested it in main method...
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
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...
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
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...
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.