facebook

JSF editing now very slow

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #325028 Reply

    atomz4peace
    Participant

    We are still using an older ME4S 8.6. It has worked fine for a long time, but now maybe as the project has grown, we’re seeing a major issue with editing a JSF file.

    The code-assist actually works fast enough to use. But what’s happening now is as we type and edit attributes of tags, we get the win7 circle of death spinning for a few seconds, and pausing after each character.

    For example, let’s say I have this snippet:

    
    <jsp:root version="1.2" xmlns:jsp="http://java.sun.com/JSP/Page"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:ice="http://www.icesoft.com/icefaces/component"
        xmlns:c="http://java.sun.com/jsp/jstl/core"
    
        >
        <f:view>
            <html>
                <head>
                    <title>Create Report</title>
                        <link rel="stylesheet" type="text/css"
                        href="./xmlhttp/css/xp/xp.css" />
    
                </head>
                <body>
                    <ice:form id="mainform">
                    </ice:form>
                </body>
            </html>
        </f:view>
    </jsp:root>
    
    

    If I were to remove the quote after “mainform”, or try to add another attribute, pretty much anything inside of the tag, it crawls to unusable. It seems to be worse when we have open quotes like it’s thinking after every keystroke. And I think it is since the cpu shoots up.

    FYI, this is win7 64bit with 8GB ram and an SSD.

    Anyone run into this and have an idea on how to fix it?

    Thanks,
    Jim

    #325055 Reply

    support-swapna
    Moderator

    Jim,

    Sorry that you are seeing this issue.

    I recommend you install our latest release 10.1 as we have fixed related issues since version 8.6.

    You can download 10.1 from this link :
    http://myeclipseide.com/index.php?name=Recommend_Us&req=Download&version=ME

    Alternatively you can use Pulse to install it. Here is the FAQ for the same. Choose “Eclipse 3.7 – Indigo” and follow the FAQ : https://www.genuitec.com/forums/topic/installation-how-to-install-myeclipse-from-pulse/

    You can install 10.1 to a different location without uninstalling the 8.6 version. The license you hold for 8.6 is valid for 10.1 too as our licenses are time based and not version based.

    I suggest you also take a look at this FAQ for memory issues :
    https://www.genuitec.com/forums/topic/troubleshooting-memory-amp-performance-issues/

    Let us know how it works for you.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JSF editing now very slow

You must be logged in to post in the forum log in