facebook

JSP performance

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #257365 Reply

    mstevens
    Member

    I’d like better performance in the JSP editor.

    It could be much more useful if it wasn’t so slow. I can barely put up with it, and I know several people who disable it because it makes their machines unusable.

    #257477 Reply

    Riyad Kalla
    Member

    Can you copy paste the result from MyEclipse > Installation Summary > INstallation Details here for me to look at?

    Also to improve performance, please try fine tuning your memory arguments here:
    http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10087.html

    And just to be clear, are you talking about the source editor or the visual designer? Also how big are the pages you are editing and how complex are they? (lots of taglibs or just a few?)

    #257528 Reply

    mstevens
    Member

    I’ve pasted the installation details below.

    It’s the source editor I have trouble with. I am very keen on trying the visual designer, but it reliably crashes Eclipse for me, so is not useful.

    Looking at my JSP files, they seem to be around 1000-2000 lines. They use the struts taglibs and a small number of local custom taglibs. Eclipse considers all the struts taglibs undefined, so I get a large number of warnings, because I’ve not worked out how to make the taglib definitions in such a way that Eclipse can see them.

    *** Date: Thu Aug 24 09:57:54 BST 2006

    *** System properties:
    OS=Linux
    OS version=2.6.16-2-686
    Java version=1.5.0_08

    *** MyEclipse details:
    MyEclipse Enterprise Workbench

    Version: 5.0 GA
    Build id: 20060805-5.0-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.2.0
    Build id: M20060629-1905

    Eclipse Platform

    Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
    Build id: M20060629-1905

    Eclipse Java Development Tools

    Version: 3.2.0.v20060609m-F7snq1fxia-Z4XP
    Build id: M20060629-1905

    Eclipse Graphical Editing Framework

    Version: 3.2.0.v20060626
    Build id: 20060627-0816

    Eclipse RCP

    Version: 3.2.0.v20060609m-SVDNgVrNoh-MeGG
    Build id: M20060629-1905

    Eclipse Plug-in Development Environment

    Version: 3.2.0.v20060609m——6zXJJzJzJq
    Build id: M20060629-1905

    Eclipse Project SDK

    Version: 3.2.0.v20060609m-GNq6oQq-7es-Y81
    Build id: M20060629-1905

    Eclipse Graphical Editing Framework

    Version: 3.2.0.v20060626
    Build id: 20060627-0816

    Eclipse startup command=-os
    linux
    -ws
    gtk
    -arch
    x86
    -launcher
    /opt/local/eclipse/eclipse
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    d3000f
    -vm
    /usr/local/java/jdk1.5.0_08/bin/java

    #257563 Reply

    Riyad Kalla
    Member

    You setup looks fine, as a first step I would encourage you to make the memory adjustments I outlined above. Also in order for your taglibs to get resolved, you need to make sure that you rproject is a Web Project, and that your taglib URIs are correct and any custom mappings are correct if necessary, please read this for more information: http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10906.html

    #257602 Reply

    mstevens
    Member

    Thanks. I’ve added the memory options you suggest and will see what happens to performance.

    I’m trying to setup my project as a web project, and get Eclipse errors when I use ‘Add WebProject Capabilities’. I’ve filed a separate support request regarding this.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: JSP performance

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