Re: [T5]How to change the asset url prefix?

2008-06-01 Thread Sven Homburg
i forgotten:

the URIAssetAliasManager is only availble in the t5components-SNAPSHOT


2008/6/1 Sven Homburg <[EMAIL PROTECTED]>:

> the t5components library contains an URIAssetAliasManager
> let you point to asset location via unified resource 
> identifier
>
> sample:
> @Inject
> @Path("uri:ftp://somehost/mypic.png";)
> private Asset myRemoteAsset
>
> 2008/6/1 Jun Tsai <[EMAIL PROTECTED]>:
>
> My all assets (images,javascripts) are placed on other server machine.I
>> want
>> to change the T5 application's asset prefix url.How to?
>>
>> Thanks.
>> --
>> regards,
>> Jun Tsai
>>
>
>
>
> --
> with regards
> Sven Homburg
> http://tapestry5-components.googlecode.com
> http://chenillekit.googlecode.com




-- 
with regards
Sven Homburg
http://tapestry5-components.googlecode.com
http://chenillekit.googlecode.com


Re: [T5]How to change the asset url prefix?

2008-06-01 Thread Sven Homburg
the t5components library contains an URIAssetAliasManager
let you point to asset location via unified resource
identifier

sample:
@Inject
@Path("uri:ftp://somehost/mypic.png";)
private Asset myRemoteAsset

2008/6/1 Jun Tsai <[EMAIL PROTECTED]>:

> My all assets (images,javascripts) are placed on other server machine.I
> want
> to change the T5 application's asset prefix url.How to?
>
> Thanks.
> --
> regards,
> Jun Tsai
>



-- 
with regards
Sven Homburg
http://tapestry5-components.googlecode.com
http://chenillekit.googlecode.com


[T5]How to change the asset url prefix?

2008-05-31 Thread Jun Tsai
My all assets (images,javascripts) are placed on other server machine.I want
to change the T5 application's asset prefix url.How to?

Thanks.
-- 
regards,
Jun Tsai