In: Computer Science
Java is often called a middleware platform. What does this mean?
Solution:
First we have to know what is a middleware.A Middleware is software used to close the gap between apps and other tools or information. Middleware stays between the app and the apps running on it. It is an effective software that provides a way to communicate and manage data between applications that would otherwise not have a way to exchange data - such as software tools and data.
Middleware is about service delivery. Java is
often called a middleware platform cause it allows
the software to run and the framework is very focused on software
development, It will provide services for your application. These
services will allow your app to support multiple users
simultaneously, connect to multiple data sources, interact with
services offered in other intermediate environments, expand the
platform rating system, support several frameworks to provide
developer flexibility and many more relevant features.
Some examples of best middleware in the Java world are application
servers such as Glassfish, JBoss and
Websphere etc.
Thanks.I hope you like the answers.Please Vote UP ;)