what are java middleware technologies

user668943 picture user668943 · Mar 21, 2011 · Viewed 29.8k times · Source

What technologies can we name as 'Java Middleware'?

If I say JMS, WS is that correct?

Answer

Stephen C picture Stephen C · Mar 21, 2011

It is not complete. I can think of a number of other technologies that fall into the Java middleware space:

  • EJB
  • RMI
  • Jini
  • Corba / IIOP
  • Http + XML or JSON (aka AJAX)
  • various "data binding" technologies
  • aspects of various persistence technologies

plus various proprietary middleware products like MQ, ICE, and so on.