473,666 Members | 2,728 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2963
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********@hotm ail.com
http://www.nathansokalski.com/

"Grant" <gr*********@gm ail.com> wrote in message
news:Ov******** ********@TK2MSF TNGP11.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*********@gm ail.com> wrote in message
news:Ov******** ********@TK2MSF TNGP11.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.ne t> ¼¶¼g©ó¶l¥ó·s»D: %2************* ***@TK2MSFTNGP0 9.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*********@gm ail.com> wrote in message
news:Ov******** ********@TK2MSF TNGP11.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*********@gm ail.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.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.ne t>
¼¶¼g©ó¶l¥ó·s»D: %2************* ***@TK2MSFTNGP0 9.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*********@gm ail.com> wrote in message
news:Ov******** ********@TK2MSF TNGP11.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
3378
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: 1. An html page that holds the applet. 2. a php page that accepts data submitted to it by the applet via the $_POST array and writes it to the mysql database. This page never makes it to the browser window. 3. a simple Thank you page that shows...
0
9870
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 ********************************** package Celcom.Client;
0
4494
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 java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:1590) at java.lang.Class.getConstructor0(Class.java:1762) at java.lang.Class.newInstance0(Class.java:276) at...
5
13642
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 (running IIS 6). I've written a little test applet that should call a helloWorld function in the dll, but when I use System.loadLibrary, it gives me this security warning :
2
2872
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 is enough, but it does not work, the file does not appear on the server. I have tried to start the applet local and also from the server, but it does not work. Here is the code: *****************************************
1
5692
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 java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:502) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123) at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:148) at...
3
3514
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 not turn up any sort of solution. I have tried most of the suggestions but none of them seem to have helped with the problem. My error is below and the most significant part of it is the HTTP connection failure. load: class...
4
11473
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 redirect them to the java download page... thanks!
0
8348
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8779
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8549
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8636
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7376
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6187
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4186
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2004
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1761
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.