If you're talking about obfuscating the Java Class files of the generated
Servlet, there should be no reason that you can't pre-compile the jsp pages
and run the class files through an obvuscator.

If you're talking about making the HTML unreadable, you're out of luck.  If
the browser can't read it, it can't render it.  If the browser can render
it, anyone can read it.
    (*Chris*)

----- Original Message -----
From: "hari sai" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 14, 2002 9:22 PM
Subject: [JSP-INTEREST] encoding/ code hiding in jsp


> Dear Jsp interest
> Please Correct me if i am wrong
>
> Is it possible to use a jsp file encoded and use it
> insted of a normal jsp page
>  I am doing this bcose-- i dont want my code to be
> visible/readable
>
>  What i am trying to do is to encode the .jsp file
>  decode it at the compile time i.e at the .java
> creation /Servlet creation time
>
> Let me know if any one has done this before
> and if it is not possible pl explain
>
> Thanks in Advance
> Sree hari
>
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Got something to say? Say it better with Yahoo! Video Mail
> http://mail.yahoo.com
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to