generating secure files

2011-08-29 Thread daoudja
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(ConfigurationString
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



Re: generating secure files

2011-08-29 Thread Lenny Primak
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(ConfigurationString
 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



Re: generating secure files

2011-08-29 Thread daoudja
thank you so much but does anyone have an idea about the eclipse problem?

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/generating-secure-files-tp4746478p4746553.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



Re: generating secure files

2011-08-29 Thread Andreas Fink
In eclipse i have to refresh very often. External git/subversion actions, 
generating eclipse stuff from maven... This is just how it works.
If this really annoys you, netbeans might be a better choice. It refreshes 
automatically but in return artifacs are not indexed so well.

Cheers,
Andi.

On Aug 29, 2011, at 5:36 PM, daoudja wrote:

 thank you so much but does anyone have an idea about the eclipse problem?
 
 --
 View this message in context: 
 http://tapestry.1045711.n5.nabble.com/generating-secure-files-tp4746478p4746553.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