• 0

J2EE vs .Net


Question

I'm learning about these two development environments and I was wondering what your thoughts are on the differences between the two, specifically from a standpoint of integration to existing environments and interoperability? For example, I thought .Net was proprietary to M$oft and can only run in their environments, whereas J2EE is proprietary but can be run on multiple platforms. What are some other comparisons/contrasts between the two? What do you favour?

Link to comment
https://www.neowin.net/forum/topic/661830-j2ee-vs-net/
Share on other sites

12 answers to this question

Recommended Posts

  • 0

I've yet to meet anyone with depth in both technologies, so I sincerely doubt you'll be getting, uuummm, unbiased answers. I'm sure they both have plusses and minuses, but they both get the job done. Really, your questions, especially when you include the $ in MS, are probably going to invoke a mudslinging contest.

Frankly, I like working with MS tools and languages. I think MS has the best tools around, and I'm quite fond of C#. I don't work enough in Java to speak to it. I do know that I missed a lot of C# features when I had to use Java for a couple of courses. But, that was years ago and a lot has changed. The few people I do know that have worked a bit in J2EE are happy to be in .NET.

Technically, .NET can run on multiple platforms, too. Mobile, web, *nix(via Mono), and Windows. I've yet to be in a company that had such a heterogeneous environment that they needed both Java and .NET. At best, I've been in places that have both AS/400 and Microsoft servers, and we can communicate with the AS400 stuff just fine. I think the majority of interoperability between Java and .NET is going to come from web services or generic protocols, and not at a link level.

I've been using .NET since its inception and I think its growth is fantastic. It's a great platform to work on, and the tools are excellent. Again, I cannot speak to Java. I think C# is advancing at a more rapid pace than Java, and personally, think it is the better of the two in terms of consistency and expressiveness(from what I recall having to deal with in school). As anything in technology, it all changes, so take this stance with a grain of salt. By no means is my opinion an assault on Java. It is a great tool by all accounts, and has a great developer base. I learn a lot from that camp. Of the two, I think Java has the most mature developer base and probably the most depth in the engineering discipline. I think .NET is catching up, tho.

Link to comment
https://www.neowin.net/forum/topic/661830-j2ee-vs-net/#findComment-589699000
Share on other sites

  • 0

^^

excellent answer....

  Quote
thought .Net was proprietary to M$oft and can only run in their environments, whereas J2EE is proprietary but can be run on multiple platforms.

both are open standards, thus why you have the mono project (no one that I know of uses mono in corprate world).

So MS and Sun publish the specs. to be a certified J2EE vendor such as BEA, you need to meet specs specified by Sun.

lots of corps like runnin unix... so J2EE is I would say preferred. Though I am bias towards J2EE as that is the area I work in.

I think I agree with this statement

"I think Java has the most mature developer base and probably the most depth in the engineering discipline".

Link to comment
https://www.neowin.net/forum/topic/661830-j2ee-vs-net/#findComment-589699468
Share on other sites

  • 0
  _kane81 said:
both are open standards, thus why you have the mono project (no one that I know of uses mono in corprate world).

So MS and Sun publish the specs. to be a certified J2EE vendor such as BEA, you need to meet specs specified by Sun.

lots of corps like runnin unix... so J2EE is I would say preferred. Though I am bias towards J2EE as that is the area I work in.

I think I agree with this statement

"I think Java has the most mature developer base and probably the most depth in the engineering discipline".

Wow these are excellent points that I never even considered. It makes sense that .Net typically roll out things (such as whatever it contributed to Vista) which was arguably inappropriate for the needs of the market because of its serious flaws, and I've not seen this sort of thing originate from Sun. I like your points about certifications.

Link to comment
https://www.neowin.net/forum/topic/661830-j2ee-vs-net/#findComment-589701728
Share on other sites

  • 0
  Asymptote said:
Wow these are excellent points that I never even considered. It makes sense that .Net typically roll out things (such as whatever it contributed to Vista) which was arguably inappropriate for the needs of the market because of its serious flaws, and I've not seen this sort of thing originate from Sun.

What? :huh:

Link to comment
https://www.neowin.net/forum/topic/661830-j2ee-vs-net/#findComment-589701834
Share on other sites

  • 0
  Asymptote said:
Wow these are excellent points that I never even considered. It makes sense that .Net typically roll out things (such as whatever it contributed to Vista) which was arguably inappropriate for the needs of the market because of its serious flaws, and I've not seen this sort of thing originate from Sun. I like your points about certifications.

.NET doesn't have serious flaws, nor does MS' OS platforms nor its database server, and _kane81 wasn't implying that it did. He was merely saying that there are companies that prefer unix, which makes J2EE the preferred platform for them. Mono isn't mature enough to bet your business on just yet.

I work for a fairly large company with soon to be over 500 stores running on Microsoft platforms. We have to have 24/7 uptime as we are a convenience store chain. Our AS400 stuff is for our accounting system. We are converting to .NET in many areas, albeit with some growing pains, but we're finding better reliability and resilience in the platform than what we have/had in VB/ASP/COM, mainly due to the change in programming paradigm and a more robust platform. Most, if not all of the problems we have are due to developer problems, not platform problems.

Link to comment
https://www.neowin.net/forum/topic/661830-j2ee-vs-net/#findComment-589701906
Share on other sites

  • 0
  _kane81 said:
Asymptote

I think you have misuderstood my post... (as stated above)

When I said "serious flaws" I was thinking of things like the emails between Msoft execs saying what a horrible o/s Vista was yet they had to sell it, or all the problems XP had before it got its first service pack. Aren't those operating systems written in the .Net environment?

Link to comment
https://www.neowin.net/forum/topic/661830-j2ee-vs-net/#findComment-589708134
Share on other sites

  • 0

Most problems at launch with XP and Vista were driver-related and had nothing to do with the .NET framework, and as drivers mature they reveal themselves as versatile, fast and reliable operating systems.

Besides, XP was released 1 year before version 1.0 of the .NET framework. :rolleyes:

Link to comment
https://www.neowin.net/forum/topic/661830-j2ee-vs-net/#findComment-589708336
Share on other sites

  • 0

I've worked with both C# (.NET) and J2EE (JSP, servlet, beans) in the past, I'd say it's easier to get a project start and running with C#, while there are more mature and open frameworks for J2EE, for example struts + hibernate. But then I'm not too familiar with MVC frameworks in .NET

Link to comment
https://www.neowin.net/forum/topic/661830-j2ee-vs-net/#findComment-589708664
Share on other sites

  • 0
  wellofsouls said:
I've worked with both C# (.NET) and J2EE (JSP, servlet, beans) in the past, I'd say it's easier to get a project start and running with C#, while there are more mature and open frameworks for J2EE, for example struts + hibernate. But then I'm not too familiar with MVC frameworks in .NET

Thank you, Asik. I wasn't sure if it was because of inabilities of .Net or something else. Just one of those things I learn as I read more about this.

Link to comment
https://www.neowin.net/forum/topic/661830-j2ee-vs-net/#findComment-589709164
Share on other sites

  • 0
  Asymptote said:
Aren't those operating systems written in the .Net environment?

XP and Vista are not written in .NET. .NET is a platform that sits on top of the OS. The OSes themselves are written in a blend of Assembly, C, C++, etc.

There is research going into writing an OS using mostly managed code (such as Singularity), although there will probably always be parts written in lower level languages.

Link to comment
https://www.neowin.net/forum/topic/661830-j2ee-vs-net/#findComment-589709378
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • These are the Apple Watch models that support watchOS 26 by Aditya Tiwari Apple has announced the latest operating system upgrade for its smartwatch lineup, called watchOS 26, not watchOS 12, as many expected a while ago. The Cupertino giant has unified the software experience across its platforms by introducing the "Liquid Glass" software design and renaming all the operating systems to version 26. That said, the next question is which Apple Watch models will support watchOS 26. Apple has shared the official list of devices: Apple Watch Ultra 2 Apple Watch Ultra Apple Watch Series 10 Apple Watch Series 9 Apple Watch Series 8 Apple Watch Series 7 Apple Watch Series 6 Apple Watch SE (2nd Generation) The upcoming Apple Watch update brings several new features to your wrist. Liquid Glass design gives a fresh look to the UI with updated Control Center and translucent buttons within apps. It's new Workout Buddy feature can use an Apple Intelligence-enabled iPhone nearby to provide personalized, spoken motivation during workouts. Building on the Double Tap feature, you can now flick your wrist to perform actions like muting incoming calls, silencing timers, and dismissing notifications when your hands are full. It is available on Apple Watch Ultra 2 and Apple Watch Series 9 (or later). watchOS 26 is currently available for testing through the Apple Developer Program. It will roll out to general users during the fall season, when Apple is expected to refresh the Ultra and SE models. Note that your Apple Watch must be paired with an iPhone 11 (or later) or iPhone SE (2nd generation or later) running iOS 26. While the list of Apple Watch models that support watchOS 26 remains the same, it won't work with iPhone Xs/Xs Max and iPhone Xr, which were previously supported on watchOS 11. You can check out the respective lists of supported devices for iOS 26, iPadOS 26, and macOS 26 Tahoe.
    • Galaxy Z Fold7 to be the thinnest and lightest foldable from Samsung by Sagar Naresh Bhavsar A few days ago, Samsung shared an official teaser of their upcoming premium foldable, the Galaxy Z Fold7. Interestingly, the company titled the official post, "Meet the Next Chapter of Ultra," giving birth to a new rumor about a new "Ultra" foldable. The teaser highlighted Galaxy Z Fold7's tall and wide design, which previous rumors have suggested. The Galaxy Z Fold7 is also expected to come with a bigger display compared to the Galaxy Z Fold6. There were also rumors that Samsung could use a titanium backplate for improved durability and also make the device slim. Now, Samsung has shared a new teaser of the Galaxy Z Fold7 that adds a bit a weight to this rumor. Samsung has called the Galaxy Z Fold7 the "thinnest, lightest, and most advanced foldable yet." While the company didn't share any measurements or metrics that would define how thin or light the upcoming foldable is, the GIF shows the Galaxy Z Fold7 from the side (and it appears quite thin). Take a look for yourself: It would be safe to say that Samsung has been lacking in terms of making its foldable devices slim, even reducing the display crease. Though the company launched the Galaxy Z Fold6 Special Edition in China and Korea last year, which was their slimmest phone, it was nowhere near the likes of the OPPO Find N5. In terms of innovation as well, the company is far behind, and Chinese makers such as Huawei have already released the world's first triple-folding phone, the Mate XT. On the positive side, Samsung claimed that their "engineers and designers are refining each generation of the Galaxy Z series to be thinner, lighter, and more durable than the last," suggesting that the company could bring improvements with this year's foldable. The Galaxy Z Fold7 is expected to launch next month, in New York, in the second Unpacked event of the year, alongside the Galaxy Z Flip7. There are also rumors that the affordable version of the flip phone, the Galaxy Z Flip7 FE, could also launch at the event.
    • I think Sequoia will be the last stop for my old 2012 Mac mini (with 16GB RAM & 512MB SSD). It runs Sonoma OK, so perhaps Sequoia will work well too. I don't have high hopes for Tahoe, however - that looks to be a GPU-intense OS.
  • Recent Achievements

    • Explorer
      MusicLover2112 went up a rank
      Explorer
    • Dedicated
      MadMung0 earned a badge
      Dedicated
    • Rookie
      CHUNWEI went up a rank
      Rookie
    • Enthusiast
      the420kid went up a rank
      Enthusiast
    • Conversation Starter
      NeoToad777 earned a badge
      Conversation Starter
  • Popular Contributors

    1. 1
      +primortal
      505
    2. 2
      ATLien_0
      268
    3. 3
      +FloatingFatMan
      257
    4. 4
      Edouard
      202
    5. 5
      snowy owl
      177
  • Tell a friend

    Love Neowin? Tell a friend!