How to Obfuscate content?

2011-06-13 Thread Arjun Dhar
Hi,
 my question has following parts:
1. What is the best JavaScript / HTML API based obfuscator one can recommend
to use?

2. How/Where would one integrate that with Wicket?

3. Do these obfuscators have any practical impact on performance (Silly Q,
admitted :) ) .. better; can the page results be cached?

4. What if I want to Obfuscate the results of a Panel? Can I apply any
strategy to a WebComponent rather than to the entire page? --- This maybe
useful as certain sections of the page may need to be obfuscated rather than
the whole page.


thanks



-
Software documentation is like sex: when it is good, it is very, very good; and 
when it is bad, it is still better than nothing!
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-to-Obfuscate-content-tp3593501p3593501.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: How to Obfuscate content?

2011-06-13 Thread Martin Grigorov
See org.apache.wicket.markup.transformer.AbstractTransformerBehavior
and its impls.

About obfuscation: I'm not sure how the browser will read the passed html

Why do you need this at all ?

On Mon, Jun 13, 2011 at 1:03 PM, Arjun Dhar dhar...@yahoo.com wrote:
 Hi,
  my question has following parts:
 1. What is the best JavaScript / HTML API based obfuscator one can recommend
 to use?

 2. How/Where would one integrate that with Wicket?

 3. Do these obfuscators have any practical impact on performance (Silly Q,
 admitted :) ) .. better; can the page results be cached?

 4. What if I want to Obfuscate the results of a Panel? Can I apply any
 strategy to a WebComponent rather than to the entire page? --- This maybe
 useful as certain sections of the page may need to be obfuscated rather than
 the whole page.


 thanks



 -
 Software documentation is like sex: when it is good, it is very, very good; 
 and when it is bad, it is still better than nothing!
 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/How-to-Obfuscate-content-tp3593501p3593501.html
 Sent from the Users forum mailing list archive at Nabble.com.

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





-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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



Re: How to Obfuscate content?

2011-06-13 Thread Arjun Dhar
AbstractTransformerBehavior  looks cool. ...As for caching, will address that
separately. Thanks

Why do you need this at all ?  -- Mainly technical curiosity and I also
Obfuscation and Compression of JavaScript/HTML is pretty much in demand, so
writing stuff to cater to those demands without being too performance heavy.

Example: Wicket in Production mode has the setting to remove White Spaces,
this is itself a trivial form of compression/obfuscation to begin with; I
guess as an analogy :)


-
Software documentation is like sex: when it is good, it is very, very good; and 
when it is bad, it is still better than nothing!
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-to-Obfuscate-content-tp3593501p3593570.html
Sent from the Users forum mailing list archive at Nabble.com.

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