Tim Vanderbelt

Greenhorn
+ Follow
since Jun 20, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Tim Vanderbelt

Hello,

I am creating a java application that contains numerous 50+ Panels (JPanels) and each panel could contain upto 40 buttons (JButtons). Is it better to have a static instance of each panel (and buttons) or create it dynamically and allow the garbage collector to do its job? Would the static case use a lot of memory? Which instance would be faster?
18 years ago
Hi,

I am doing a programmatic HTTP Request from my servlet to a remote system to retrieve documents of various sizes (100k-5MB). Is there anyway you could take the binary stream response and feed it to the webserver plugin so the webserver and not the AppServer serves the response?

I understand this might not be the best approach but could we limit the scope of the replies to the question and reasoning for your response.

Thank you, its greatly appreciated.
18 years ago