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

(soft)real-time transfer with java

Hi,
Is here someone with experience: two-direction (soft) real-time transfer
data from database on server computer (for example SQL) to hosts with
webbrowser (for example Netscape, IE)?
Jul 23 '05 #1
7 1467
szamot wrote on 21 sep 2004 in comp.lang.javascript:
Is here someone with experience: two-direction (soft) real-time transfer
data from database on server computer (for example SQL) to hosts with
webbrowser (for example Netscape, IE)?


host == server [Do you mean client ?]

java != javascript

How can you transfer not in real time?
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress,
but let us keep the discussions in the newsgroup)

Jul 23 '05 #2
yes, configuration client-server,
yes, my mistake, I mean JavaScript,
In realtime - I mean continous proces: I have industrial proces, server
which saves proces information and now I need controling this proces via
Internet (web browser). Proces data are changing very quickly, so, in www
page this data should changing very quickly, too.
And here I have problem: how can I do this? Have You some ideas?
Jul 23 '05 #3
szamot wrote on 21 sep 2004 in comp.lang.javascript:
yes, configuration client-server,
yes, my mistake, I mean JavaScript,
In realtime - I mean continous proces: I have industrial proces, server
which saves proces information and now I need controling this proces via
Internet (web browser). Proces data are changing very quickly, so, in www
page this data should changing very quickly, too.
And here I have problem: how can I do this? Have You some ideas?


serverside ASP [or PHP?]

plus

clientside wscript with httpxml get and post
[either jscript or vbscript]

I suppose.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress,
but let us keep the discussions in the newsgroup)

Jul 23 '05 #4
> serverside ASP [or PHP?]

plus

clientside wscript with httpxml get and post
[either jscript or vbscript]


ASP or PHP - which one would be better? I have no experience with ASP :(

Do You know some www pages where can I found informations about this (some
sources and manuals)?
I know, I know, Google machine etc., but if You know ...
Jul 23 '05 #5
Tomasz Gawin wrote on 22 sep 2004 in comp.lang.javascript:
serverside ASP [or PHP?]

plus

clientside wscript with httpxml get and post
[either jscript or vbscript]

ASP or PHP - which one would be better? I have no experience with ASP
:(


Depends on your experience and the available server.

I choose ASP.
Do You know some www pages where can I found informations about this
(some sources and manuals)?
I know, I know, Google machine etc., but if You know ...


That would be telling ....
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress,
but let us keep the discussions in the newsgroup)

Jul 23 '05 #6
"Tomasz Gawin" <a@b.pl> wrote in message news:<ci*********@nemesis.news.tpi.pl>...
Do You know some www pages where can I found informations about this (some
sources and manuals)?
I know, I know, Google machine etc., but if You know ...


Here is a pointer to the client side documentation.

Heading is " 4.38 How do I download a page to a variable?"

http://www.jibbering.com/faq/#FAQ4_38

don't miss the example:

http://jibbering.com/2002/4/add.1

I still haven't figured out how to see the source of add.1 nor why a
filetype of one works.

I got the file to work on my machine by using the path instead of the
relative path.
Robert
Jul 23 '05 #7
Robert wrote:
"Tomasz Gawin" <a@b.pl> wrote in message news:<ci*********@nemesis.news.tpi.pl>...

Do You know some www pages where can I found informations about this (some
sources and manuals)?
I know, I know, Google machine etc., but if You know ...

Here is a pointer to the client side documentation.

Heading is " 4.38 How do I download a page to a variable?"

http://www.jibbering.com/faq/#FAQ4_38

don't miss the example:

http://jibbering.com/2002/4/add.1


Which leads to this page:
http://jibbering.com/2002/4/httprequest.html

Which is directly referenced from the FAQ. It explains how it works, how
to use it, and some of its advantages/uses.

Richard, its been updated. Did you update it or Jim?
I still haven't figured out how to see the source of add.1 nor why a
filetype of one works.


Because the server is set for it to work. The browser actually doesn't
care what the extension is, as long as the content-type header is set.

But the source of add.1 is going to be some server side processing that
generates the page you actually see. It also returns the results of the
addition it performs. Pretty spiffy page though :)

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
Jul 23 '05 #8

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

Similar topics

9
by: Michael Tobis | last post by:
Summary of my understanding of a recent interesting thread: General usage has "declaration" meaning "statement which does not generate executable bytecode but merely affects the compiler". My...
115
by: J | last post by:
I've run CSSCheck on my style sheets and I always get a warning similar to this: "font: bold 9pt/100% sans-serif Warning: Absolute length units should not generally be used on the Web ..." ...
3
by: memememe | last post by:
I see weak reference on the .net api, but I do not see soft or phantom, are they supported on .net?
16
by: Cubanan | last post by:
Hi guys, Actualy I'm facing REALY big problem with program for my M.Sc. For three days I'am looking for a bug, but I'm not able to find it. It is realy disaster for me becouse it is one of them...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: 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...

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.