473,407 Members | 2,326 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,407 software developers and data experts.

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 3135
> 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******@NOyahoo.SPAMcom> wrote in message news:<OU*************@TK2MSFTNGP09.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******@NOyahoo.SPAMcom> wrote in message news:<OG**************@TK2MSFTNGP12.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******@NOyahoo.SPAMcom> wrote in message news:<OU*************@TK2MSFTNGP09.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
SW wrote:
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?

I've informed the webmaster that all the links on the page are broken. In
the meantime I've emailed a copy of the zipfile to you offline.

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 #11

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

Similar topics

4
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 *$#@%§&*...
3
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...
4
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...
2
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
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...
6
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...
4
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...
1
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...
3
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 ...
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
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
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,...
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
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...

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.