473,399 Members | 4,254 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,399 software developers and data experts.

webcomponent contra javaapplet

Hi all,,

Are there anyone who can tell me the advantage/disadvange of using a
webcontol insted of a javaapplet??

Wich of the 2 component run's fastest??

What is else the diffrerens of the 2 components???

-Or is there a other way to get data in realtime from a database??
Thanks
Nov 18 '05 #1
5 948
they are both simular technologies. they both require the user install a vm
first. the the .net runtime is about a 20mb download, the java download is
about the same. they both have a high startup cost on the page (slow).
webcontrols are only supported by IE on windows, java has more browser
support. you decide.

-- bruce (sqlwork.com)
"Henrik H" <hh@agentor.net> wrote in message
news:u5*************@TK2MSFTNGP09.phx.gbl...
Hi all,,

Are there anyone who can tell me the advantage/disadvange of using a
webcontol insted of a javaapplet??

Wich of the 2 component run's fastest??

What is else the diffrerens of the 2 components???

-Or is there a other way to get data in realtime from a database??
Thanks

Nov 18 '05 #2
Henrik H wrote:
Hi all,,

Are there anyone who can tell me the advantage/disadvange of using a
webcontol insted of a javaapplet??
Java applets run on more architectures than WebControls.
Wich of the 2 component run's fastest??
Probably the WebControl. (flame away)
What is else the diffrerens of the 2 components???

-Or is there a other way to get data in realtime from a database??


Uhhh, have your page *connect to the database*. It could automagically
refresh using <META> tags.
Nov 18 '05 #3
Hi Ryan, and others :o)

First, Thanks for yours reply..

Do you now a way to get data from a database, that does not generate a
"hole" update/refresh to the page. Only the "data-section"

-So I don't get the click-sound. -My page (or data), needs to be refreshed
every 15 secound, so I would be very happy not to have that sound 4 times a
minute :o)

Thanks
"Ryan Walberg, MCSD for .NET" <rw******@nospam.mts.reallynospam.net> wrote
in message news:%2****************@TK2MSFTNGP09.phx.gbl...
Henrik H wrote:
Hi all,,

Are there anyone who can tell me the advantage/disadvange of using a
webcontol insted of a javaapplet??


Java applets run on more architectures than WebControls.
Wich of the 2 component run's fastest??


Probably the WebControl. (flame away)
What is else the diffrerens of the 2 components???

-Or is there a other way to get data in realtime from a database??


Uhhh, have your page *connect to the database*. It could automagically
refresh using <META> tags.

Nov 18 '05 #4
Henrik H wrote:
Hi Ryan, and others :o)

First, Thanks for yours reply..

Do you now a way to get data from a database, that does not generate a
"hole" update/refresh to the page. Only the "data-section"
If you want to avoid the DB hit, put the DB section in a user control
and cache that user control.
-So I don't get the click-sound. -My page (or data), needs to be refreshed
every 15 secound, so I would be very happy not to have that sound 4 times a
minute :o)


If this is only to fix the click sound, use a different browser or turn
the click sound off.

Hope this helps!
Nov 18 '05 #5
Hi Ryan,,

That is one of the reasons, the other one is, so i don't see the page
refreash all the time,,

-I just can't say to my old and new customers, that they have to use another
browser?? Or turn of the sound... Sorry but that's not my option.

A User Control was allso one of my ideas..

But im not sure whether or not it should be a java-applet or a user control?

Thanks!!

"Ryan Walberg, MCSD for .NET" <rw******@nospam.mts.reallynospam.net> wrote
in message news:uz**************@TK2MSFTNGP10.phx.gbl...
Henrik H wrote:
Hi Ryan, and others :o)

First, Thanks for yours reply..

Do you now a way to get data from a database, that does not generate a
"hole" update/refresh to the page. Only the "data-section"


If you want to avoid the DB hit, put the DB section in a user control and
cache that user control.
-So I don't get the click-sound. -My page (or data), needs to be
refreshed every 15 secound, so I would be very happy not to have that
sound 4 times a minute :o)


If this is only to fix the click sound, use a different browser or turn
the click sound off.

Hope this helps!

Nov 18 '05 #6

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

Similar topics

3
by: davidw | last post by:
I am embed AxWebBrowser control to display a page, the page has java applet in it, I can access the page with my browser, the applet runs fine, but the applet doesn't show in the AxWebBrowser, Any...
2
by: Eli | last post by:
Hi gurus, My question is about exchanging data on a basic HTML page between a JavaScript piece of code and a Java client-side <APPLET> residing on the same webpage. To demonstrate the idea of...
0
by: -mat- filid brandy | last post by:
Hi, I collecting information about the <iframe>. I want to get a matrix of pro and contra. Cheers, -mat-
1
by: Hans [DiaGraphIT] | last post by:
Hi! I'm programming a windows application and consdidering 3. party chart supplier. I've come down to 2 alternative. * Dundas enterprise edition Combo version * Gigasoft ProEssentials...
2
by: me | last post by:
I want to do something like this: <input type="hidden" name="x" value="<%=Request.Form.Get("y")%>"> ...but visual studio wont open design mode with such inlined code in the apsx page. How do i...
15
by: Ciudad Tecnópolis | last post by:
Hola, primero que todo mil disculpas por postear una pregunta no relacionada al tema pero se que será muy útil para todos! Actualmente estoy presentando un desarrollo en .NET para una compañía y...
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: 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...
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
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.