Re: Can it possible.. I need your ideas...

2009-09-09 Thread venki
Ok.. But in that case every image will come to browser as individual only. It poses multiple requests for all images. That is the problem i am facing.. Any way.. Say i have all images of all users at compile time only. I mean i will take the users images information in advance or from another

Re: Can it possible.. I need your ideas...

2009-09-08 Thread Sri
Image Bundle is not going to help you in this case. ImageBundle requires all images to be available at compile time. In your case, the users can upload the images at run time, so you need a different solution. You should just write a servlet which returns the appropriate image for the logged in

Can it possible.. I need your ideas...

2009-09-07 Thread venki
We are able to image bundle localization. So based on locale the corresponding image bundle will be loaded right?? My question is.. Say i am having 1000 users to my site. At the time of registration i am allowing the users to upload their interested images to be shown after logged in. So here i