Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 780325
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T20:03:17+00:00 2026-05-14T20:03:17+00:00

I’m a CS student and has rare experience from the enterprise software industry. When

  • 0

I’m a CS student and has rare experience from the enterprise software industry. When I’m reading about enterprise software platforms, I mostly read about these two:

  • Java Enterprise Edition, JavaEE
  • .NET and Windows Communication Foundation

By "enterprise software platforms" I mean frameworks and application servers with support for the same characteristics as J2EE and WCF has:

[JavaEE] provide functionality to deploy fault-tolerant, distributed, multi-tier Java software, based largely on modular components running on an application server.

WCF is designed in accordance with service oriented architecture principles to support distributed computing where services are consumed by consumers. Clients can consume multiple services and services can be consumed by multiple clients. Services are loosely coupled to each other.

  • Is there any alternatives to these two "enterprise software platforms"?
  • Isn’t any other programming languages used in a bigger rate for this problem area?
  • Why isn’t there any popular application servers for C++/Qt?

Note: By "Application Server" I mean a server mainly for GUI-software and not a Webserver/Web Framework. See what is the difference between web servers and application servers?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T20:03:17+00:00Added an answer on May 14, 2026 at 8:03 pm

    Well, you can pretty much consider the high end IBM mainframe machines “application servers”, they’re pretty popular.

    TUXEDO is a transaction manager that empowers a lot of high end applications, written in many things, like C++.

    Microsoft had MTS (Microsoft Transaction Server) back in the day. It talked to C, C++, VB, etc.

    Application Server is a nice, vague term. Tomcat is an application server, for example. Arguably ZOPE can be considered an application server.

    But the thing, in my mind, that really distinguishes an Application Server from “just code” is the transaction manager. I don’t consider a raw Tomcat an Application Server, for example, it’s basically a really cool web server.

    Most folks rely on the database for transactions, but a transaction manager works at a higher level where a database is simply a participant. And transaction managers are where a lot of the heavy lifting in terms of services and middleware offered by Application Servers happens. Transactions are really important in business processes.

    Java EE has transaction managers. I don’t know of any other “free” system that offers a transaction manager capable of distributed transactions. As I mentioned, most folks rely on the DB and stop there.

    There are several transaction managers that support Java JTA (Java EE servers are JTA compliant internally), that’s what Spring plugs in to in order to offer transaction services. (Spring is just a framework, it’s not a server itself.)

    When you add a TM to an OS, the entire machine can become an Application Server. That’s what MTS does for Windows.

    Java EE app servers stand out because they make much of these services first class (thread pools, object allocation, database pooling, transactions, etc.). Many OSes offer all of these services, at least at the process level. But folks didn’t care much to dedicate an entire machine to a task, and having to tune the OS to service that single application. But, all that capability is there.

    Add in modern VM systems, and dedicated, “single task” OS instances make more sense. “This Linux VM handles my DNS”, “This Linux VM handles my email”, etc. So, perhaps the OS will be returning to being a dedicated Application Server.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am reading a book about Javascript and jQuery and using one of the
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I want to count how many characters a certain string has in PHP, but
For some reason, after submitting a string like this Jack’s Spindle from a text
Basically, what I'm trying to create is a page of div tags, each has
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I've got a string that has curly quotes in it. I'd like to replace
In my XML file chapters tag has more chapter tag.i need to display chapters

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.