Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Loading Database

843785Jul 27 2008 — edited Jul 27 2008
Hello, Is there a tutorial on how to preload a database connection before the application starts? i.e. on the splash screen I want to add pre loading of database tables so when the application starts it won't take time to load the data. Thanks

Comments

800331
Your application must "start" in order to load the data. I think what you mean is that you want the data to be loaded before the GUI is shown. So do exactly that - load the data in your main method (or in a thread while splash screen is up) before setting the main UI visible.
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 24 2008
Added on Jul 27 2008
1 comment
110 views