Michael Halmich wrote:

> I was also surprised of the fact that the Web Server Documentation marks
> the Page Compilation as Deprecated.
>
> In the Server Administration Tool under Setup > Servlet Aliases are now two entries:
>
> .jhtml       pageCompile
> (which is an alias for class 
>com.sun.server.http.pagecompile.jhtml.PageCompileServlet)
> .jsp         jspServlet
> (which is an alias for class com.sun.server.http.pagecompile.jsp92.JspServlet)
>
> ...any ideas?

With the introduction of JSP as a standard for server side processing
of html-pages, users should not longer need proprietary APIs, like
the page compile feature of JWS 1.1.x

Lets take a look at the definition of deprecation at
http://java.sun.com/products/jdk/1.2/docs/guide/misc/deprecation/

<<A deprecated API is an API that we recommend you no longer use, due
to improvements in Java. While deprecated APIs are currently still
implemented, they may be removed in future implementations, and we
recommend using other APIs>>

So you should not use *.jhtml for new applications but you have the
possibilty to run your old page compile applications and Java Server
Pages in the same server.

Bye Rico.

--
Rico Rick - Linopress Publishing Systens GmbH
+49 6196 5042-160  -  [EMAIL PROTECTED]

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to