Bugs item #1264094, was opened at 2005-08-19 16:22 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1264094&group_id=119783
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Gili Tzabari (cowwoc) Assigned to: Nobody/Anonymous (nobody) Summary: StreamedDynamicImageResource Initial Comment: This is a hybrid between BufferedDynamicImageResource and RenderedDynamicImageResource that is important to use when one is streaming images from an expensive source other than memory. Unlike either RenderedDynamicImageResource or BufferedDynamicImageResource one does not have to know the image dimensions or contents ahead of time (because finding out would be expensive). This lazily initialization method coupled with caching of the rendered result makes a lot of sense for large images coming from a database. For example, I'm using it on my database image browser. Its design is also very important in that it allows the expiration of the image cache in order to conserve memory but it also has the ability to regenerate the image if a user hits it again. I'm proposing this get commited into core instead of wicket-stuff because I think it fits in very well with the other dynamic image resources and will be used by a lot of database users. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1264094&group_id=119783 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
