Thanks for your insight, Celeste. I don't have much knowledge of C++, though
I know C. Could you please point me to some resources on COM/DCOM and
ActiveX.

Thanks

Rohit.
----- Original Message -----
From: "Haseltine, Celeste" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, 21 August, 2001 12:46 AM
Subject: FW: What is equivalent of EJB in ASP?


> Rohit,
>
> Sorry, I hit the enter key, when going for the backspace, so disregard my
> previous email.
>
> Lets try this again.
>
> Couple of ways I "think" of JSP and ASP.
>
> 1.  JSP's are compiled, ASP's are interpreted.  Therefore, JSP's run
faster
> than ASP's, but ASP's are somewhat easier to debug.
>
> 2.  EJB's and COM/DCOM share the same "concept" in that DCOM and EJB's are
> used for distributed environments/computing.  But that is pretty much
where
> the concept ends in my mind.  COM/DCOM is MS way of trying to implement OO
> concepts, and if you come from a C++ background like I do, COM was always
a
> little difficult for me to grasp.
>
> 3.  COM components with a visual interface (Active X controls) can be
> thought of as the equivalent of a JavaBean, if you stretch your mind a
> little.
>
> 4.  The MVC model doesn't really hold to ASP/COM in my opinion, yet if you
> review the recent literature on MS .NET platform, you can see a LOT of
> similarities to MVC and to Java in the architecture.
>
> 4.  ASP doesn't allow you to separate you presentation code (HTML) code
from
> your logic and db access as well as JSP does.  BUT, if you use a lot of
tag
> libraries in your JSP code, then you can think of some of the MS concepts,
> such as ADO, as just a form of a tag library (kinda sorta!!).
>
> 5.  If you have not worked with MS technologies at all, keep in mind that
MS
> does NOT implement true OOD and OO Concepts, except with VC++.  At least
not
> the way I learned them as a C++ programmer.  You may find yourself
"bending"
> your mind from the JSP and Java concepts and architecture that you are use
> to using for web development to accommodate ASP/COM.
>
> Hope this helps, and sorry for the inadvertent previous email.
>
> Celeste
>
>
> -----Original Message-----
> From: Rohit Kuttappan [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 20, 2001 12:46 PM
> To: [EMAIL PROTECTED]
> Subject: What is equivalent of EJB in ASP?
>
>
> I am new to server side programming. Although I have some exposure to jsp
> and servlets, I have no experience with asp. But my job requirement is
that
> I learn asp as well.
>
> Though, I believe that jsp and asp are quite similar, I have not been able
> to figure out how the MVC model applies to asp and what is the equivalent
of
> EJB in asp. Please help me.
>
> regards,
>
> Rohit.
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.264 / Virus Database: 136 - Release Date: 02/07/2001
>
>
===========================================================================
> 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://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".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> 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
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.264 / Virus Database: 136 - Release Date: 02/07/2001

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

Reply via email to