facebook

Speeding up JSP compilation

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #215766 Reply

    Hi,

    I’d like to speed up development but I don’t want to turn off JSP compilation. Is there a way to specify using Jikes, for example, as a JSP compiler?

    L

    #215773 Reply

    Riyad Kalla
    Member

    L,
    The most time consuming task is running Jasper2 on the JSP page to generate the servlet, actually compiling the servlet with javac won’t be much different between Sun’s and IBM’s compiler (I hear newest versions of both are pretty comparable, not like back in the day when Jikes was 200x faster).

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Speeding up JSP compilation

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