Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

when i view the source of application in browser i undrestand richfaces or trinidad or ... jsf framework used for developing this application for example in richfaces

application.url/a4j/s/3_3_2.SR1org.richfaces.renderkit.html.Paint2DResource

shown as src of img tag or in trinidad

org.apache.myfaces.trinidad.faces.FORM

shown as form name and this problem exist in javascript files of richfaces ,...

does anybody has solution for this matter?

share|improve this question

1 Answer

There are ways, like writing a custom Response wrapper or filter to obfuscate the generated HTML content, but you simply don't need such a thing. There is no need to hide the framework being used.

share|improve this answer
do you know any framework for this purpose? – AshkaN Apr 26 '10 at 14:03
no. (15chrs limit) – Bozho Apr 26 '10 at 14:08

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.