473,763 Members | 1,333 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Remote Scripting and Sun JVM

SW
I have a Web application that uses Remote Scripting to provide dynamic
data to a web page. I am testing the application in Internet Explorer
6 SP1 running on Windows XP Professional.

When I use the Microsoft JVM, the application works without any
problems. However, as a result of future withdrawal of support of the
Microsoft JVM as a result of the settlement with Sun, I need to ensure
that the application works okay with the Sun Java plug-in for Internet
Explorer. Unfortunately, when the page loads with the Sun plug-in
enabled (confirmed by having a look at the Advanced section of the
Internet Options), an Install On Demand dialog appears stating that
the Java virtual machine component is required, which I imagine is the
Microsoft JVM.

Obviously, this component is no longer available, and clicking on the
OK button only reiterates this message. When I click on the Cancel
button instead, the Remote Scripting functionality fails to work.

Is it possible for Remote Scripting to be configured to work with an
alternative JVM, such as the Sun Java Plug-In, or is it entirely
dependent on the Microsoft version?

Many thanks in advance.
Jul 19 '05 #1
10 3162
> which I imagine is the Microsoft JVM.

question 1 : can you confirm that? I suspect it IS dependent on a
proprietery class or external control of some sort, but I can't say for
sure right now.
question 2 : are you considering abandoning remote scripting? my
personal view is that perhaps you should, though others may disagree.

_______________ _______________ __________
Atrax. MVP, IIS
http://rtfm.atrax.co.uk/

newsflash : Atrax.Richedit 1.0 now released.
http://rtfm.atrax.co.uk/infinitemonk...trax.RichEdit/

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #2
Atrax wrote:
which I imagine is the Microsoft JVM.


question 1 : can you confirm that? I suspect it IS dependent on a
proprietery class or external control of some sort, but I can't say
for sure right now.
question 2 : are you considering abandoning remote scripting? my
personal view is that perhaps you should, though others may disagree.

I don't. Remote scripting is dead.

Bob

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 19 '05 #3
Bob Wrote:

"I don't. Remote scripting is dead."

I'm curious why? My Boss thinks it's the best thing since
slice bread. I'm new to ASP, so I haven't formed an
opinion yet.
-----Original Message-----
Atrax wrote:
which I imagine is the Microsoft JVM.
question 1 : can you confirm that? I suspect it IS dependent on a proprietery class or external control of some sort, but I can't say for sure right now.
question 2 : are you considering abandoning remote scripting? my personal view is that perhaps you should, though others may disagree.

I don't. Remote scripting is dead.

Bob

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my

spam trap so Idon't check it very often. If you must reply off-line, then remove the"NO SPAM"
.

Jul 19 '05 #4
Scott wrote:
Bob Wrote:

"I don't. Remote scripting is dead."

I'm curious why? My Boss thinks it's the best thing since
slice bread. I'm new to ASP, so I haven't formed an
opinion yet.


It's obsolete technology. New security changes to IE and Windows are going
to make it much more difficult to use.

When I did try to use it a few years ago, I was not very successful due to
the need to make sure the needed software was properly installed on the
users' machines, and that the software on the server was working correctly.
It was a huge headache and I haven't attempted to use it since.

I have started using the XMLHTTPRequest object instead. I have rolled out
several applications using it and have yet to encounter a user whose machine
could not run my code (we are in an intranet so we can enforce that people
are using IE5 and above). I've created a demo that is available at
http://www.thrasherwebdesign.com/ind...s&hp=links.asp that
illustrates its use. Look for the dynamic listbox demo.

There are a couple more alternatives illustrated here:
http://www.davidpenton.com/testsite/tips/

HTH,
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Jul 19 '05 #5
SW
I am also now considering using the XMLHTTPRequest functionality
provided by the XML parser installed with later versions of IE, as I
am operating in an Intranet environment.

Have you not encountered any issues at all? I know from using MSXML 4
that sometimes security issues have cropped up in the past.

Thanks for your help....

"Bob Barrows" <re******@NOyah oo.SPAMcom> wrote in message news:<OU******* ******@TK2MSFTN GP09.phx.gbl>.. .
Scott wrote:
Bob Wrote:

"I don't. Remote scripting is dead."

I'm curious why? My Boss thinks it's the best thing since
slice bread. I'm new to ASP, so I haven't formed an
opinion yet.


It's obsolete technology. New security changes to IE and Windows are going
to make it much more difficult to use.

When I did try to use it a few years ago, I was not very successful due to
the need to make sure the needed software was properly installed on the
users' machines, and that the software on the server was working correctly.
It was a huge headache and I haven't attempted to use it since.

I have started using the XMLHTTPRequest object instead. I have rolled out
several applications using it and have yet to encounter a user whose machine
could not run my code (we are in an intranet so we can enforce that people
are using IE5 and above). I've created a demo that is available at
http://www.thrasherwebdesign.com/ind...s&hp=links.asp that
illustrates its use. Look for the dynamic listbox demo.

There are a couple more alternatives illustrated here:
http://www.davidpenton.com/testsite/tips/

HTH,
Bob Barrows

Jul 19 '05 #6
SW wrote:
I am also now considering using the XMLHTTPRequest functionality
provided by the XML parser installed with later versions of IE, as I
am operating in an Intranet environment.

Have you not encountered any issues at all? I know from using MSXML 4
that sometimes security issues have cropped up in the past.


I have encountered absolutely no issues when using this functionality on the
client. Beyond the vagaries of the XPATH syntax that is ... ;-)

I have read that security issues may arise when using it on the server,
especially if used to go outside the domain.

Bob Barrows

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 19 '05 #7
SW
I hope you can answer a few more questions:

- Is the MSXML parser always installed with the later versions of
Internet Explorer (IE5+)?

- If so, will the version of MSXML installed always have the
XMLHTTPRequest objects?

- Are there any IE settings that will prevent the MSXML functionality
working (e.g. in the Internet Options section)?

Thanks once again

"Bob Barrows" <re******@NOyah oo.SPAMcom> wrote in message news:<OG******* *******@TK2MSFT NGP12.phx.gbl>. ..
SW wrote:
I am also now considering using the XMLHTTPRequest functionality
provided by the XML parser installed with later versions of IE, as I
am operating in an Intranet environment.

Have you not encountered any issues at all? I know from using MSXML 4
that sometimes security issues have cropped up in the past.


I have encountered absolutely no issues when using this functionality on the
client. Beyond the vagaries of the XPATH syntax that is ... ;-)

I have read that security issues may arise when using it on the server,
especially if used to go outside the domain.

Bob Barrows

Jul 19 '05 #8
SW wrote:
I hope you can answer a few more questions:

- Is the MSXML parser always installed with the later versions of
Internet Explorer (IE5+)?
In my experience, yes.
I usually have a browser test in my default pages that redirect the user to
another page if the browser version is less than 5.5. This is probably
overkill as far as the XML parser is concerned: IIRC, IE5 came with the
parser as well. I'm using some dhtml functionality that was not supported in
IE5.

- If so, will the version of MSXML installed always have the
XMLHTTPRequest objects?
In my experience, yes.

I have users in China, Singapore, and all over the US. In absolutely no
location have I encountered a problem with the parser.

- Are there any IE settings that will prevent the MSXML functionality
working (e.g. in the Internet Options section)?

Possibly, but these would be unlikely to be set in the Intranet zone. I'm
talking about the ones disabling scripting - javascript or otherwise.

As you can tell, I'm extremely grateful to the person who introduced me to
this functionality. I haven't used the <form> tag in ages.

Bob Barrows

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 19 '05 #9
SW
Unfortunately the zip file containing your example ASP pages available
from the ThrasherWeb site is not available, or at least the link is
incorrect.

Is there another link to this zip file?

"Bob Barrows" <re******@NOyah oo.SPAMcom> wrote in message news:<OU******* ******@TK2MSFTN GP09.phx.gbl>.. .
Scott wrote:
Bob Wrote:

"I don't. Remote scripting is dead."

I'm curious why? My Boss thinks it's the best thing since
slice bread. I'm new to ASP, so I haven't formed an
opinion yet.


It's obsolete technology. New security changes to IE and Windows are going
to make it much more difficult to use.

When I did try to use it a few years ago, I was not very successful due to
the need to make sure the needed software was properly installed on the
users' machines, and that the software on the server was working correctly.
It was a huge headache and I haven't attempted to use it since.

I have started using the XMLHTTPRequest object instead. I have rolled out
several applications using it and have yet to encounter a user whose machine
could not run my code (we are in an intranet so we can enforce that people
are using IE5 and above). I've created a demo that is available at
http://www.thrasherwebdesign.com/ind...s&hp=links.asp that
illustrates its use. Look for the dynamic listbox demo.

There are a couple more alternatives illustrated here:
http://www.davidpenton.com/testsite/tips/

HTH,
Bob Barrows

Jul 19 '05 #10

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

Similar topics

4
6439
by: O.Gir | last post by:
Hi all, can't manage to do it ..... was so easy under solaris .... anybody knows how to get free disk space on remote disks ??? (with both local and remote *$#@%§&* machines running *$#@%§&* W$2000)
3
1925
by: CJM | last post by:
I have a form where I want to be able to validate a field against a DB *before* the form has been submitted. After doing a bit of homework, it seems there are two general approaches: 1) Remote Scripting 2) Using XMLHTTP/XMLDOM objects I have no experience with either, so I though I'd see what my peers are using.
4
1726
by: Dimitris | last post by:
Hello, I have a problem that it seems easy but its really not. I am using Microsoft remote scripting for a site that I am making. Everything is going pretty good except one thing. My values which I want to store in the database(this procedure takes place in the calling page) are being stored with wrong and wuth no sence characters. So far I understood that using remote scripting for languages more than English is impossible. Am I right or...
2
1499
by: Xavier MT | last post by:
Hi, does anybody use remote scripting on your asp pages? I want to upgrade to asp.net but I cannot include the remote scripting because I'm already using VB as a server language. Any ideas?
1
1082
by: Vijay Kerji | last post by:
Hi, Using remote scripting in .NET, is it possible to operate on the server controls? i.e. I call a method foo() of A.aspx, using remote scripting. Inside foo(), can I Populate a datagrid or anything like that? Thanks in Advance, Vijay K Kerji
6
3254
by: lisa | last post by:
One of the things I hate the most about ASP.NET is the postback of an entire page just to update a single field. So I was looking around, and I came across Remote Scripting. See, when I write ASP pages, I usually have a hidden iframe on the page that I post to. And onload, that hidden page copies the results back up to the parent. I work in an IE only environment, so I can get away with that. And it's nice. Seamless. It's nice...
4
2500
by: russzee | last post by:
Hi, I want to populate my client's webpage (Remote Server) automatically through my Server and Database by having him just paste a javascript on his webpage. I have read up about Microsoft Remote Scripting but the documentation states the following : "The server which you make remote scripting calls must be the same server from which you requested the client page containing the requests."
1
3066
by: Ramdas S | last post by:
Hello, I am looking at ways I can scrap the content of a remote url and make that available as a javascrpt string to a program running under another domain. I am able to easily scap contents of local files. But unable to parse a URL. Is it that Javascript do not support such code? I am fairly new to JavaScript and is more familiar with server side
3
9739
by: axelman | last post by:
Hi guys, I'm using Classic ASP, IIS6, IE 7, FF 3 I've developed a vb script to downloand files hosted in my server (zip, doc, pdf, jpg, xls, et. etc.) it's very straight forward and there's a lot of information around the web, however when it comes to dowload files from a remote server (NOT hosted in my server) there is no information :-(, the idea is to have an Access DB that stores the full url...
0
9563
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9386
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
10145
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9938
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
9822
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
8822
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
7366
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
6642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5406
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.