Details
Description
Application development can be simplified by making use of abstracted resource names that serve different resources for different devices.
For instance,
http://server/smartresource/banner.jpg
can return a narrow banner, not pixel-doubled to older smartphones, a narrow but pixel-doubled image for high resolution smartphones, and a wide banner image for tablet devices (detection based on the User-Agent).
For instance,
http://server/smartresource/banner.jpg
can return a narrow banner, not pixel-doubled to older smartphones, a narrow but pixel-doubled image for high resolution smartphones, and a wide banner image for tablet devices (detection based on the User-Agent).
Activity
Ted Goddard
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Philip Breau [ philip.breau ] | Ted Goddard [ ted.goddard ] |
Additional specification required on how files for different devices are configured.
This can be a combination of directory structure and configuration files in each directory (since this service is not necessarily used only by Java developers, an API may not be desirable).