Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Still COM+ in .NET for multi-thiered programming?

Still COM+ in .NET for multi-thiered programming?

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpvisual-studiocomsysadminarchitecture
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Amanjit Gill
    wrote on last edited by
    #1

    Hi, There is a lot of talk these days about the .NET vs J2EE thing. I have taken a look on both sides and I was wondering if the COM+ architecture is still a fundamental thing in .NET for distributed computing? (Yes I know, .NET eventually emerged out of COM+2.0 or NGWS or whatever)... But for distributed computing, have things changed from COM+ ? Is there such a thing as J2EE that offers server-side containers being statefull (<-> COM+, as far as I remember?), how slick and integrated is everything? They must be a lot more elegant right now, can someone please give me a pointer to information in msdn about that? thanx for reading, cursing and flaming ;-)

    A 1 Reply Last reply
    0
    • A Amanjit Gill

      Hi, There is a lot of talk these days about the .NET vs J2EE thing. I have taken a look on both sides and I was wondering if the COM+ architecture is still a fundamental thing in .NET for distributed computing? (Yes I know, .NET eventually emerged out of COM+2.0 or NGWS or whatever)... But for distributed computing, have things changed from COM+ ? Is there such a thing as J2EE that offers server-side containers being statefull (<-> COM+, as far as I remember?), how slick and integrated is everything? They must be a lot more elegant right now, can someone please give me a pointer to information in msdn about that? thanx for reading, cursing and flaming ;-)

      A Offline
      A Offline
      Andres Manggini
      wrote on last edited by
      #2

      Com+ is fundamental in distributed computing, whether you use .NET or not, the services provided by Com+ are the fundamental thing (like distributed transactions, object pooling, the easy thread development architecture, etc..), which were not supplanted by any new technology (yet). In .NET you can write Serviced Components (this are the Com+ components that we write today in Visual C++, Visual Basic,..), these will run inside Com+ and can take advantage of the services provided by it. Right now there isn't support for statefull components, in the sense of J2EE, but microsoft it's working on a new technology that permits something like this, I can't remember the name (something like "Object Space" or so). The idea of statefull componentes is just the opposite to the spirit of Com+, where one of the rules is "do not maintain state" (see Transactional COM+: Building Scalable Applications by Tim Ewald http://www.amazon.com/exec/obidos/ASIN/0201615940/qid%3D1013822174/ref%3Dsr_11_0_1/103-4000867-4379823) Hope this clarify a bit. (and sorry about my english :) Andres Manggini. Buenos Aires - Argentina.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups