Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Infobus load tme

Status
Not open for further replies.

ngfell

Programmer
May 17, 2002
3
US
I have an infobus screen that takes about 15 seconds to load. When I remove the jbInit call,it only takes 4 seconds to load but I lose my navigation bar. Anyone know why? The only thing I am taking out is:
try
{
jbInit();
}
catch (Exception e)
{
e.printStackTrace();
}
}

private void jbInit() throws Exception
{
All other code remains in, including all session and rowset info. I am using JDeveloper 3.2.3. Does the screen load faster in JDev9i? I really need this solved ASAP as it is holding up release of a major product. TIA.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top