janus,
jsp a java spec that has a tag library set built on top of the HTTP servlet
API that the sun folks developed so that java web developers would have a
server side component that 1) managed HTTP request/response paradigms
2)allowed straight HTML tags/data to be embedded in the JSP so as to avoid
having to fudge the HTML through a server component that went through some
histrionics to spit out strings that could be recognized as HTML in the
client 3)could leverage java code (and other scripts, such as JavaScript) in
the JSP 4) and could be extended via xml (creating your own tag libraries
Put more simply (sorry, listening to the rolling stones and typing java info
doesn't always add up to elegantly stated responses ;O) jsp is java.
so, i think the real issue here is the one that kevin brought up. what
capabilities are you looking for in a web app server? at a minimum, you
need the capability to manage connections and sessions with the Oracle 8i
environment. if you plan on having lots of user hits, you will need the
ability to manage connections to server. you will want an evironment that
lets you user a true, object-oriented component based architecture if
scalability, modularity, and maintainability are important.
that said, a pure java app server environment is a great choice because java
is an open standard not proprietary.
if iPlanet does seem to be able to do this out of the box, great.
if your architecture needs to support n-tier capabilities, multiple
deployments, and heavy traffic, you might want a heavy weight web app server
like BEA's weblogic 5.1.
just an opinion...
-c
>-----Original Message-----
>From: Kevin Duffey [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, May 23, 2000 12:31 PM
>To: [EMAIL PROTECTED]
>Subject: Re: jsp or java is better?
>
>
>I think if your going with an all Java app server, you must
>likely will want
>to use java to program with..and quite frankly, I haven't seen
>a language
>that is better than java on the server-side for web apps.
>
>
>> Dear all,
>>
>> I'm going to implement a web application with Iplanet as the
>web server
>> and
>> Oracle8i as the DB server.
>>
>> My question is that the programming lang for implement the
>application
>> is
>> not
>> yet decided, jsp and java would be in the list of
>consideration. Could
>> anyone
>> pls kindly tell me about the ease of installation and learning,
>> performance
>> of
>> the two lang on the above platform? Which will be better to
>connect to
>> Oracle8i?
>> If none of the lang is good enough, what lang will u suggest?
>>
>> Thx!!
>>
>> Janus
>>
>> ==================================================================
>> =========
>> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>> JSP-INTEREST".
>> Some relevant FAQs on JSP/Servlets can be found at:
>>
>> http://java.sun.com/products/jsp/faq.html
>> http://www.esperanto.org.nz/jsp/jspfaq.html
>> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>>
>
>===============================================================
>============
>To unsubscribe: mailto [EMAIL PROTECTED] with body:
>"signoff JSP-INTEREST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets