java tutorial - What is the difference between .Net and J2EE | J2EE Vs .Net - java programming - learn java - java basics - java for beginners
Difference between .Net and J2EE
| STACK FUNCTION | .NET | J2EE |
|---|---|---|
| Relational Database Access | ADO.NET | JDBC |
| Web Client | ASP.NET | Java Server Pages (JSP) and Servlets |
| Standalone Client | Windows Forms | AWT/Swing |
| Distributed Components | .NET Remoting | RMI/IDL |
| XML | System.Xml and .NET in general is built around XML. | JAX Pack (JAXM, JAXR, JAXB, JAXP) |
| Messaging | Microsoft Message Queuing (MSMQ) | Java Messaging Service (JMS) |
| Web Services Support | Built directly into .NET and Visual Studio | Java Web Services Developer Pack (JWSDP) as well as vendor specific tools. |
| Enterprise Components/Transactions | COM+ | Enterprise Java Beans (EJB) |
| Integration | Host Integration Server, BizTalk Server | J2EE Connector Architecture |
| Component Registration | Active Directory | Java Naming and Directory Interface JNDI |
| Model | Simple .NET class with business logic with setter and getters. | Simple Java bean classes with setters and getters. |
| Controller | Controller is implemented using the HttpHandler class. | Controller is implemented using HttpServlet class. |
| View | Simple ASPX page. | Simple JSP pages. |
Learn Java - Java tutorial - difference between dotnet and- toee - Java examples - Java programs