View Single Post
  #4 (permalink)  
Old 06-09-2009, 10:31 AM
wige's Avatar
wige wige is offline
Moderator
WebProWorld Moderator
 
Join Date: Jun 2006
Location: United States
Posts: 2,650
wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9
Default Re: Java Web Services Returning SVG Image

I can see a few different solutions to this situation, but I am not quite clear on the implementation you have in mind. Is the image being generated and then stored somewhere on the server, waiting for the user to request it, or is the image to be generated dynamically at the time the user requests it?

In either case, honestly I think the actual image would exist outside the web service as a distinct entity on the server, either as a static file or an image generation program. The web service would simply give the client a link to request the image. The server would then deliver the static image or generate and deliver a live image.
__________________
The best way to learn anything, is to question everything.
Reply With Quote