In my project have 200+ PNG image files. We have one functionality like "Back up". In this functionality entire our application going to back up in back up server.In this process these 200+ images are also in part . So number of http requests are increasing in back up process.
One way is using image sprites combine all images in to single image in that case we will reduce number of http request. Can you please tell me how to create image sprites in GWT ? Do you have demo example ? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
