> From: Tom Burke [mailto:[EMAIL PROTECTED] 
> Subject: Re: Encrypting/Protecting JSP/Struts source code
> 
> Well, the JSPs are among the things I am referring to. Showing my 
> ignorance, is a 'pre-compiled' file a binary file? And how would we 
> deploy these onto a server?

Read up on servlets and JSPs on the Sun web site (or Google).
Simplisticaly, servlets are the class files that contain compiled Java
code for processing client requests.  Normally, JSPs are turned into
servlets on first reference, but most (all?) development environments
have a means of pre-compiling them before application deployment.  This
not only avoids exposure of the source code, it also gets rid of the
response hiccup that's seen on first reference.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to