473,395 Members | 1,456 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.

How to use .Net to develop something like java Applet

Dear All,

I have found many systems out there uses Applet to take care of real-time
data like market data, is there a way to use .Net to build something similar
to that? if there is one, from where I should look into it and start? please
advise

a Fan of .Net
Grant
Feb 7 '06 #1
4 2954
You are forgetting a big difference between ASP.NET and Java/Java Applets.
ASP.NET generates HTML & Javascript at the server and then sends that to the
browser, but Java Applets actually send an applet. ASP.NET is only capable
of creating pages that display what can be displayed with HTML & Javascript
(or another scripting language, but usually Javascript). An Applet is
something that is included in an HTML page, but the actual Applet is a
separate file. One of the primary purposes of ASP.NET is to allow developers
to more easily create dynamic pages that allow data from databases and other
data sources to be included, and to more easily make more complex objects
(for example, compare the ASP.NET code for the Calendar Control to the
HTML/Javascript code that is generated).
--
Nathan Sokalski
nj********@hotmail.com
http://www.nathansokalski.com/

"Grant" <gr*********@gmail.com> wrote in message
news:Ov****************@TK2MSFTNGP11.phx.gbl...
Dear All,

I have found many systems out there uses Applet to take care of real-time
data like market data, is there a way to use .Net to build something
similar to that? if there is one, from where I should look into it and
start? please advise

a Fan of .Net
Grant

Feb 7 '06 #2
That depends on what exactly you mean by applet. But if you're talking
about having rich client side functionality then perhaps the approach of
using windows forms applications through the browser is what' youre looking
for. Here's more information on that topic:
http://SteveOrr.net/articles/WinformControls.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Grant" <gr*********@gmail.com> wrote in message
news:Ov****************@TK2MSFTNGP11.phx.gbl...
Dear All,

I have found many systems out there uses Applet to take care of real-time
data like market data, is there a way to use .Net to build something
similar to that? if there is one, from where I should look into it and
start? please advise

a Fan of .Net
Grant

Feb 7 '06 #3
Hi,

Thank you both Nathan and Steve for the advise, so is there a way I can
use ASP.net to display real time data like Market Data??

Grant
"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> ¼¶¼g©ó¶l¥ó·s»D:%2****************@TK2MSFTNGP09.phx .gbl...
That depends on what exactly you mean by applet. But if you're talking
about having rich client side functionality then perhaps the approach of
using windows forms applications through the browser is what' youre
looking for. Here's more information on that topic:
http://SteveOrr.net/articles/WinformControls.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Grant" <gr*********@gmail.com> wrote in message
news:Ov****************@TK2MSFTNGP11.phx.gbl...
Dear All,

I have found many systems out there uses Applet to take care of
real-time data like market data, is there a way to use .Net to build
something similar to that? if there is one, from where I should look into
it and start? please advise

a Fan of .Net
Grant


Feb 7 '06 #4
Yes, it all comes down to how real-time you're talking about.
A web page could refresh itself every n seconds for example, to get the
latest data from the server.
If you don't want the entire page to refresh, you could use AJAX to call
back to the server and therefore only refresh the parts of the page that
need to be updated based on the latest data from the server.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Grant" <gr*********@gmail.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi,

Thank you both Nathan and Steve for the advise, so is there a way I can
use ASP.net to display real time data like Market Data??

Grant
"Steve C. Orr [MVP, MCSD]" <St***@Orr.net>
¼¶¼g©ó¶l¥ó·s»D:%2****************@TK2MSFTNGP09.phx .gbl...
That depends on what exactly you mean by applet. But if you're talking
about having rich client side functionality then perhaps the approach of
using windows forms applications through the browser is what' youre
looking for. Here's more information on that topic:
http://SteveOrr.net/articles/WinformControls.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Grant" <gr*********@gmail.com> wrote in message
news:Ov****************@TK2MSFTNGP11.phx.gbl...
Dear All,

I have found many systems out there uses Applet to take care of
real-time data like market data, is there a way to use .Net to build
something similar to that? if there is one, from where I should look
into it and start? please advise

a Fan of .Net
Grant



Feb 7 '06 #5

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

Similar topics

5
by: apchar | last post by:
I am trying to use php as a kind of servlet to act as a middle man between a java applet and mysql. I know java has jdbc but it's flakey and painful. php access to mysql is much nicer. So I have:...
0
by: James Hong | last post by:
Help please, I try to sending an email from my html page using the java applet. but it give error on most of the PC only very few work, what is the error i make the java applet show as below ...
0
by: Shawn | last post by:
I am getting the following error with a Java Applet being served out by IIS over HTTPS/SSL using a Verisign certificate: java.lang.NoClassDefFoundError: javax/help/HelpSetException at...
5
by: Rowland | last post by:
Hi, I know this question has prob. been asked a million times, but I couldn't find it in the FAQ, so here goes : I'm trying to write a Java applet to call a dll that resides on the web server...
2
by: Christian Galbavy | last post by:
Hy! My next problem is to make an applet from my program. I have just add the "extend applet" to my class and removed the main-method by the start-method of the applet. I was thinking that this...
1
by: polilop | last post by:
i have an java applet, and when i start it it shows a gray win with x. the console shows java.lang.NoClassDefFoundError: GeomApplet (wrong name: vj3/GeomApplet) at...
3
by: Larry Martin | last post by:
I am trying to run a Java Applet on my ascx page and am getting an IO exception when IE6 tries to load the applet. It seems a lot of others are getting the same problem but a search of the web did...
4
by: aotemp | last post by:
Does anyone know how to detect the version of Java installed? My website has an application that requires java 1.5+ to be installed, basically if the user doesn;t already have it installed I...
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...
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?
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
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.