[BlueBream] Javascript

Ilshad Khabibullin astoon.net at gmail.com
Thu Mar 25 05:49:11 EDT 2010


On Thu, Mar 25, 2010 at 1:46 AM, Paul Harouff <pharouff at gmail.com> wrote:
>> I still don't understand the difference between @@ = ++view++ on the
>> first page and @@ = ++resource++ on the second page.

Follow lines are the same plain browser view:

http://localhost:8080/folder/index.html
http://localhost:8080/folder/++view++index.html
http://localhost:8080/folder/@@index.html


Follow lines are getting registered resource `logo.png':

http://localhost:8080/++resource++logo.png
http://localhost:8080/@@/logo.png


or (for registered resource directory `images'):

http://localhost:8080/++resource++images/logo.png
http://localhost:8080/@@/images/logo.png


It's syntax sugar. For difference note the slash after @@.

-- 
Ilshad R. Khabibullin
+7 922 600 56 06


More information about the bluebream mailing list