facebook

Precompiling JSP [Closed]

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

    pat
    Member

    I want that precompiled JSP is automatically placed in the WEB-INF/classes/jsp folder instead somwhere in the .myeclipse folder. The main reason is that I’m able to deploy my web with precompiled classes prevent a compilation the first time a user opens the web. Can somebody give me a hint?

    Thanks

    Peter

    #198397 Reply

    support-michael
    Keymaster

    Peter,

    MyEclipse only compiles JSPs for validation purposes. We assumed that JSP development would seek to take advantage of most appserver’s ability to dynamically compile/recompile and load JSPs incrementally. For production purposes where compiled JSPs typically come into consideration we assumed precompilation would be handled by an external build process.

    Also it is my understanding that most appservers apply their own servlet class and packaging naming conventions when translating a JSP. In such cases the compiled JSPs will not be generally portable between appservers.

    Michael
    MyEclipse Support

    #198432 Reply

    pat
    Member

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Precompiling JSP [Closed]

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