Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what are java middleware technologies

What technologies can we name as 'Java Middleware'?

If I say JMS, WS is that correct?

like image 665
user668943 Avatar asked Mar 21 '11 06:03

user668943


People also ask

What is a middleware in Java?

Middleware is software and cloud services that provide common services and capabilities to applications and help developers and operators build and deploy applications more efficiently. Middleware acts like the connective tissue between applications, data, and users.

What are middleware technologies examples?

Common middleware examples include database middleware, application server middleware, message-oriented middleware, web middleware, and transaction-processing monitors.

What are technologies in middleware?

Middleware is the software that connects network-based requests generated by a client to the back-end data the client is requesting. It is a general term for software that serves to “glue together” separate, often complex and already existing programs.

What are the three types of middleware?

Middleware functions can be divided into three main categories: application-specific, information-exchange and management and support middleware.


1 Answers

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.

like image 120
Stephen C Avatar answered Sep 19 '22 06:09

Stephen C