Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Dojo, RSP and Internet Explorer
Dojo, RSP and Internet Explorer [message #76283] Fri, 03 November 2006 14:39 Go to next message
Eclipse UserFriend
Originally posted by: jason.duley.gmail.com

I have been using the Eclipse RSP platform to develop Web 2.0 applications based on the Dojo toolkit (http://dojotoolkit.org) and am experiencing a strange issue. When I deploy and use the Eclipse RSP, Dojo and Firefox, the webpages operate without issue. On the other hand, when I use the Eclipse RSP, Dojo and Internet Explorer, I received parse errors from the dojo toolkit. I should add that when I deploy the same dojo code and my servlet to a standard Tomcat server (no RSP), Internet Explorer then works appropriately. I am thinking there is a subtlety in the Eclipse org.eclipse.equinox.http plug-in that Firefox does not mind but Internet Explorer does. I was hoping you could suggest some places I should be looking in the various plug-ins to debug this. Thanks for any assistance you can provide.
Re: Dojo, RSP and Internet Explorer [message #76298 is a reply to message #76283] Fri, 03 November 2006 16:15 Go to previous messageGo to next message
Richard Backhouse is currently offline Richard BackhouseFriend
Messages: 19
Registered: July 2009
Junior Member
Jason,

I have seen the same problems with the org.eclipse.equinox.http bundle,
Dojo and IE. I suspect it is a problem with the http transport impl and
headers.

My suggestion is that you try and use an alternative HttpService
Implementation. There is now one available in equinox that is based on
Jetty. I have not had issues with this setup.

Richard

Jason Duley wrote:
> I have been using the Eclipse RSP platform to develop Web 2.0 applications based on the Dojo toolkit
>(http://dojotoolkit.org) and am experiencing a strange issue. When I
deploy and use the Eclipse RSP,
>Dojo and Firefox, the webpages operate without issue. On the other
hand, when I use the Eclipse RSP,
>Dojo and Internet Explorer, I received parse errors from the dojo toolkit. I should add that when I
>deploy the same dojo code and my servlet to a standard Tomcat server
(no RSP), Internet Explorer then
>works appropriately. I am thinking there is a subtlety in the Eclipse
org.eclipse.equinox.http plug-in
>that Firefox does not mind but Internet Explorer does. I was hoping
you could suggest some places I
>should be looking in the various plug-ins to debug this. Thanks for
any assistance you can provide.
Re: Dojo, RSP and Internet Explorer [message #76314 is a reply to message #76283] Fri, 03 November 2006 16:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: simon.kaegi.cognos.com

Hi Jason,

You should probably open a bug to help track this.
If I had to guess I'd suggest looking at differences in the HTTP Headers --
perhaps something is the response is not being handled correctly.
Could you check to see if you can reproduce the problem using the Jetty
based Http Service?

-Simon


"Jason Duley" <jason.duley@gmail.com> wrote in message
news:28514251.1162564823104.JavaMail.root@cp1.javalobby.org...
>I have been using the Eclipse RSP platform to develop Web 2.0 applications
>based on the Dojo toolkit (http://dojotoolkit.org) and am experiencing a
>strange issue. When I deploy and use the Eclipse RSP, Dojo and Firefox,
>the webpages operate without issue. On the other hand, when I use the
>Eclipse RSP, Dojo and Internet Explorer, I received parse errors from the
>dojo toolkit. I should add that when I deploy the same dojo code and my
>servlet to a standard Tomcat server (no RSP), Internet Explorer then works
>appropriately. I am thinking there is a subtlety in the Eclipse
>org.eclipse.equinox.http plug-in that Firefox does not mind but Internet
>Explorer does. I was hoping you could suggest some places I should be
>looking in the various plug-ins to debug this. Thanks for any assistance
>you can provide.
Re: Dojo, RSP and Internet Explorer [message #76378 is a reply to message #76283] Fri, 03 November 2006 21:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jason.duley.gmail.com

Thanks much for the info. I will try the Jetty implementation and let you know how things turn out.
Jason
Re: Dojo, RSP and Internet Explorer [message #76425 is a reply to message #76378] Sat, 04 November 2006 20:14 Go to previous message
Eclipse UserFriend
Originally posted by: jason.duley.gmail.com

All,
It turns out that indeed the Jetty http plug-in works. I am able to use my servlets and dojo together in both IE and FF. This must mean there is a bug with the org.eclipse.equinox.http implementation. I just files a bug report for this. Thank you to both Simon and Richard for helping me.
Jason
Previous Topic:synchronous bundle listener question to deny bundle to be installed?
Next Topic:How to log to the console?
Goto Forum:
  


Current Time: Fri Apr 26 08:05:18 GMT 2024

Powered by FUDForum. Page generated in 0.03047 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top