Any serious problems when making an old java web app run on new IE 8 browser?

Posted by pinichi on Stack Overflow See other posts from Stack Overflow or by pinichi
Published on 2010-12-28T10:47:47Z Indexed on 2010/12/28 10:54 UTC
Read the original article Hit count: 452

I need make an quick estimation on project (not sure we got): It's an old banking CMS java web app:

  • Server: jdk5, weblogic 9.
  • Client: winXP, Ie6.

It was design only for use with ie6 but now we need make it also run well on new client: ie8,ie7 on win7.
I understand the most difference is the client: DOM and CSS.
But my problem is we hasn't been worked with ie8, and I have not enough time to build an testing environment because our developing environment is not ready to make test (its remoting completely, and managed by another partner)

Any experience or suggestion to help me weighing this task need will be welcomed.

© Stack Overflow or respective owner

Related posts about java

Related posts about internet-explorer