Hi,
Do you know if there is a equivalent to EJB (Java) in the set of Microsoft Solutions. Does the .Net platform is also an answer to this ( .Net Enterprise Server ? ) ?
Or do you know if Microsoft has another phylosohpy or technologies to address the same problems as the EJB ?
Do you know someone that is able to answer to this question !!!
Thanks a lot
Christophe
-
EJB vs .NET (5 messages)
- Posted by: Christophe Demez
- Posted on: December 14 2000 10:37 EST
Threaded Messages (5)
- EJB vs .NET by Vijay K on December 14 2000 10:58 EST
- EJB vs .NET by Eric Ma on December 14 2000 17:24 EST
- EJB vs .NET by Floyd Marinescu on December 14 2000 19:03 EST
- EJB vs .NET by Nirav Dani on December 15 2000 13:34 EST
- EJB vs .NET by Lee Cardona on March 02 2001 04:15 EST
-
EJB vs .NET[ Go to top ]
- Posted by: Vijay K
- Posted on: December 14 2000 10:58 EST
- in response to Christophe Demez
Microsoft has COM and COM+ as an equivalent for ejb.
But .NET is a platform where services can be created and accessed in the world wide web. The services are software services which can be bought an used. For ex. if i've written a shopping cart service, that can be reused by customers needing a shopping cart.
.NET, as they say, supports development with multiple languages to develop a single service.
.NET is a web-based service which can be used by endusers themselves, whereas ejb can be used by developers. -
EJB vs .NET[ Go to top ]
- Posted by: Eric Ma
- Posted on: December 14 2000 17:24 EST
- in response to Christophe Demez
MSFT's previous version of distributed object framework, i.e., MTS, lacks the equivalents of stateful session and entity beans. My understanding is that in .NET they will add those. -
EJB vs .NET[ Go to top ]
- Posted by: Floyd Marinescu
- Posted on: December 14 2000 19:03 EST
- in response to Eric Ma
I would be suprised if they added Stateful or entity components. Most MS distributed programmers are religiously opposed to such concepts. :)
Floyd -
EJB vs .NET[ Go to top ]
- Posted by: Nirav Dani
- Posted on: December 15 2000 13:34 EST
- in response to Christophe Demez
Microsoft Transaction Server is more or less pitched against EJB but it lack persistence.
-
EJB vs .NET[ Go to top ]
- Posted by: Lee Cardona
- Posted on: March 02 2001 04:15 EST
- in response to Nirav Dani
This thread : http://theserverside.com/discussion/thread.jsp?thread_id=4306 might also be of interest in the -
J2EE vs M$ .NET debate...