1,

http://www-01.ibm.com/software/smb/na/J2EE_vs_NET_History_and_Comparison.pdf

http://stackoverflow.com/questions/4001638/net-vs-java-ee-middleware

http://www-01.ibm.com/software/smb/na/J2EE_vs_NET_History_and_Comparison.pdf

https://blogs.msdn.microsoft.com/motleyqueue/2007/09/22/system-messaging-versus-wcf-queuing/

https://msdn.microsoft.com/en-us/library/ms789048(v=vs.110).aspx

https://msdn.microsoft.com/en-us/library/ms751499(v=vs.110).aspx

http://www.codeproject.com/Articles/520323/A-beginners-guide-to-queuing-with-WCF-and-MSMQ-sho

https://dotnetwizardblog.wordpress.com/2016/05/02/msmq-with-wcf-service-netmsmqbinding/

http://research.csc.ncsu.edu/efg/oo/papers/J2EE_.NET.pdf

http://www2.sys-con.com/main/TMC%20Study%20Rebuttal.pdf

https://www.microsoft.com/latam/windowsserversystem/compare/ReportsDetails.mspx?recid=11

http://www-01.ibm.com/software/smb/na/IBM_vs_MS_for_ISVs.pdf

https://www.infoq.com/articles/WebSphere-Windows-.NET-Debate

http://www.redbooks.ibm.com/redbooks/pdfs/sg246799.pdf

http://media.techtarget.com/TheServerSideNET/downloads/DotNet-WebSphere_Web_Services_Benchmark.pdf

http://stackoverflow.com/questions/2526024/analogues-of-java-and-net-technologies-frameworks

http://codery.blogspot.hk/2008/05/java-net-rough-equivalents.html

https://en.wikipedia.org/wiki/Microsoft_Transaction_Server

http://stackoverflow.com/questions/4001638/net-vs-java-ee-middleware

1,Java EE server is a software \platform such as jboss, motcat, web logic  or just a  phyiscal machine ?

1,what's the counterpart for the Java SE/EE  specifection in .net world?

2,what's the counterpart for the Java EE Containers such as EJB container,Web container.,Application client container,Applet container in the .net wrold?

3,

http://stackoverflow.com/questions/5039354/difference-between-an-application-server-and-a-servlet-container?rq=1

4,

Differences between .NET application servers vs. Java application servers

5,http://stackoverflow.com/questions/15997202/java-ee-application-with-web-server-application-server

4,https://en.wikipedia.org/wiki/Comparison_of_the_Java_and_.NET_platforms

Microsoft's implementation of ASP.NET is not part of the standardized CLI, and while Microsoft's runtime environment and development tools are not subject to comparable secrecy agreements to Java EE, the official Microsoft tools are not open source or free software, and require Windows servers. However, a cross-platform free software ASP.NET implementation is part of the Mono project (minus webparts and Web Services Enhancements).[14] Mono supports ASP.NET 4.0 including Web Forms, Microsoft AJAX, and ASP.NET MVC.[15] While Mono supports ASP.NET MVC 3 applications, only MVC 2 is currently installed by default because the Razor view engine, while available as open source,[16] is not anticipated to be included officially until the 2.12 release.[17

6,https://en.wikipedia.org/wiki/Java_Development_Kit

7,http://stackoverflow.com/questions/2556553/what-is-the-main-stream-java-alternative-to-asp-net-php

8,http://stackoverflow.com/questions/38427613/is-there-exist-counterparts-in-net-world-for-the-application-client-container

https://news.microsoft.com/1999/02/23/understanding-the-microsoft-windows-dna-architecture/#sm.0001iabqwkzj8e3yw542dph941bgt

java .net compartion的更多相关文章

  1. Spark案例分析

    一.需求:计算网页访问量前三名 import org.apache.spark.rdd.RDD import org.apache.spark.{SparkConf, SparkContext} /* ...

  2. 解密随机数生成器(二)——从java源码看线性同余算法

    Random Java中的Random类生成的是伪随机数,使用的是48-bit的种子,然后调用一个linear congruential formula线性同余方程(Donald Knuth的编程艺术 ...

  3. JAVA里的CAS算法简析

    Atomic 从JDK5开始, java.util.concurrent包里提供了很多面向并发编程的类. 使用这些类在多核CPU的机器上会有比较好的性能.主要原因是这些类里面大多使用(失败-重试方式的 ...

  4. Java里的CompareAndSet(CAS)

    ;            if (compareAndSet(current, next))                return next;        }    } 首先可以看到他是通过一 ...

  5. 故障重现(内存篇2),JAVA内存不足导致频繁回收和swap引起的性能问题

    背景起因: 记起以前的另一次也是关于内存的调优分享下   有个系统平时运行非常稳定运行(没经历过大并发考验),然而在一次活动后,人数并发一上来后,系统开始卡. 我按经验开始调优,在每个关键步骤的加入如 ...

  6. Elasticsearch之java的基本操作一

    摘要   接触ElasticSearch已经有一段了.在这期间,遇到很多问题,但在最后自己的不断探索下解决了这些问题.看到网上或多或少的都有一些介绍ElasticSearch相关知识的文档,但个人觉得 ...

  7. 论:开发者信仰之“天下IT是一家“(Java .NET篇)

    比尔盖茨公认的IT界领军人物,打造了辉煌一时的PC时代. 2008年,史蒂夫鲍尔默接替了盖茨的工作,成为微软公司的总裁. 2013年他与微软做了最后的道别. 2013年以后,我才真正看到了微软的变化. ...

  8. 故障重现, JAVA进程内存不够时突然挂掉模拟

    背景,服务器上的一个JAVA服务进程突然挂掉,查看产生了崩溃日志,如下: # Set larger code cache with -XX:ReservedCodeCacheSize= # This ...

  9. 死磕内存篇 --- JAVA进程和linux内存间的大小关系

    运行个JAVA 用sleep去hold住 package org.hjb.test; public class TestOnly { public static void main(String[] ...

随机推荐

  1. hibernate缓存和提高效率

    1.使用二级缓存,多把大批量的.短期多次的查询数据存到二级缓存中,避免和数据库的多次交互,增加负担.二级缓存加在那些增删改少的,查询多的类中.二级缓存的是对象,如果查出来的不是对象,不会放到缓存中去. ...

  2. GCD的多线程实现方式,线程和定时器混合使用

    GCD (Grand Central Dispatch) 性能更好,追求性能的话 1.创建一个队列 //GCD的使用 //创建一个队列 dispatch_queue_t queue = dispatc ...

  3. C# 跨线程操作控件(简洁)

                                              C# 跨线程操作控件 .net 原则上禁止跨线程访问控件,因为这样可能造成错误的发生.解决此问题的方法有两个: 第一 ...

  4. 使用java理解程序逻辑 第三章 选择结构一

    if 选择结构: if(条件){       代码块  //条件成立后要执行的代码.可以是一条语句,也可以是一组语句 } 可以处理单一或组合条件的情况. if-else 选择结构: if(条件){   ...

  5. Ztree实现带checkBox的下拉框

    UI <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ArticleMove ...

  6. magento和discuz(ucenter)整合集成开发思路

    discuz自带ucenter,主要就是用于和其他程序的通信.我们可以下载discuz的ucenter开发手册进行magento和discuz的集成.里面有一些ucenter的一些接口函数和参数说明, ...

  7. 数据库基本----SQL语句大全

    学会数据库是很实用D~~记录一些常用的sql语句...有入门有提高有见都没见过的...好全...收藏下...其实一般用的就是查询,插入,删除等语句而已....但学学存储过程是好事...以后数据方面的东 ...

  8. yii弹出层

    Yii弹出层,包装了JQuery的JDialog,使用很方便.Yii组件功能太强大,强大到无法自拔 $this->beginWidget('zii.widgets.jui.CJuiDialog' ...

  9. PAT (Basic Level) Practise:1017. A除以B

    [题目链接] 本题要求计算A/B,其中A是不超过1000位的正整数,B是1位正整数.你需要输出商数Q和余数R,使得A = B * Q + R成立. 输入格式: 输入在1行中依次给出A和B,中间以1空格 ...

  10. R处理xml文件

    最近处理数据的时候需要处理一些xml文件,但是xml文件的格式之前并不是很熟悉.幸好R有一些函数可以帮助快速处理xml文件.其中的xmlToList函数尤其方便,可以使你从陌生的XML迅速回到熟悉的R ...