The static contribute() method goes into your AppModule.java,
Not sure how to solve your eclipse problem.

On Aug 29, 2011, at 11:13 AM, daoudja wrote:

> i want to let users of my website preview pdf's using flex paper
> as this one requires swf files i convert pdf to swf then i display them
> i place those files in the class path and then i reuse them using an asset 
> 
> the problem is that those files are generated but are not visible under
> eclipse so i have to refresh the folder containing the file in order to get
> the reseource and in that case it is working
> 
> the second problem is that in case i succeed using assets i want to make
> those assets secure so i want to know where exactly i have to put this code 
> 
> public static void contributeResourceDigestGenerator(Configuration<String>
> configuration)
>         {
>           configuration.add("swf");
>           System.out.println("swf added to resource Digest Generator");
>         }
> 
> please help me i have search all over the internet and i didn't find
> anything.
> thank you for your comprehension.
> 
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/generating-secure-files-tp4746478p4746478.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to