18/12/2001 15:21:44, Chad Gray <[EMAIL PROTECTED]> wrote:

>Im pretty new to JSP, and im wondering what the big difference between JSP,
>and J2EE are?

  There is no difference. JSP is part of the whole J2EE platform.

>How different is JRun from JSP/J2EE?  If i write code using JRun will it
>work on a JSP or J2EE server?

  JRun is nothign but an application server which means you can use JRun in order to 
run JSP/Servelts and EJBs. In a few words you use JRun to run J2EE applications.

  And yes, if you write code using any JRun editor that might be available your code 
will run on other J2EE application servers, as long as you do not use any proprietary 
JRun methods or taglibs...

>Thanks!
>
>===========================================================================
>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
>
__________________________________________
"It can only be attributed to human error"
2001 A Space Odyssey

===========================================================================
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