hi,
I am trying to get the fastest method possible for inserting around 7000+ records
in an ArrayList.
Here are the options known to me:
1. Run an additional thread.
2. Open a small new browser window which handles the array in the 'background'.
3. Using a normal page calling a bean and displaying the arraylist results (too slow).
I would like to know which would be the most quick and efficient.
Regards
Pierre
I am trying to get the fastest method possible for inserting around 7000+ records
in an ArrayList.
Here are the options known to me:
1. Run an additional thread.
2. Open a small new browser window which handles the array in the 'background'.
3. Using a normal page calling a bean and displaying the arraylist results (too slow).
I would like to know which would be the most quick and efficient.
Regards
Pierre