Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Instantiating jsp's during deployment time

  1. #1
    Member
    Join Date
    Mar 2011
    Posts
    114
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default Instantiating jsp's during deployment time

    Hi,
    can jsp's be instantiated at deployment time itself. so that accessing will be faster


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Instantiating jsp's during deployment time

    As far as I'm aware not directly. You could write something which loads the pages from client side. The initial load time should be minimal, so I'm not sure there would be a huge performance boost should you do this (unless you have profiled the load time and concluded otherwise)

Similar Threads

  1. Need help with instantiating a class
    By suxen in forum What's Wrong With My Code?
    Replies: 4
    Last Post: March 30th, 2011, 03:35 PM
  2. Applet Deployment / Netbeans / Commandline
    By crystalbass17 in forum Java Applets
    Replies: 0
    Last Post: February 18th, 2011, 09:23 PM
  3. Instantiating a SuperClass Map from a SubClass
    By drexasaurus in forum Collections and Generics
    Replies: 1
    Last Post: September 9th, 2010, 10:51 PM
  4. Using time
    By ellias2007 in forum Java Theory & Questions
    Replies: 1
    Last Post: September 4th, 2010, 08:48 AM
  5. Deployment question
    By arsalankhan in forum Java Theory & Questions
    Replies: 0
    Last Post: March 3rd, 2010, 12:32 PM