what is Middleware? can anybody explain me?
Answers were Sorted based on User's Feedback
Answer / shivanibehere
In the computer industry, middleware is a general term for
any programming that serves to "glue together" or mediate
between two separate and often already existing programs. A
common application of middleware is to allow programs
written for access to a particular database to access other
databases. The systematic tying together of disparate
applications, often through the use of middleware, is known
as enterprise application integration.
Or,
Software that mediates between an applications program and
a network. It manages the interaction between disparate
applications across the heterogeneous computing platforms.
The Object Request Broker (ORB), software that manages
communication between objects, is an example of a
middleware program.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / rajesh,infosys
Middleware is computer software that connects software
components or applications. The software consists of a set
of enabling services that allow multiple processes running
on one or more machines to interact across a network. This
technology evolved to provide for interoperability in
support of the move to coherent distributed architectures,
which are used most often to support and simplify complex,
distributed applications. It includes web servers,
application servers, and similar tools that support
application development and delivery. Middleware is
especially integral to modern information technology based
on XML, SOAP, Web services, and service-oriented
architecture.
It sits "in the middle" between application software
working on different operating systems. It is similar to
the middle layer of a three-tier single system
architecture, except that it is stretched across multiple
systems or applications. Examples include database systems,
telecommunications software, transaction monitors, and
messaging-and-queueing software.
The distinction between operating system and middleware
functionality is, to some extent, arbitrary. While core
kernel functionality can only be provided by the operating
system itself, some functionality previously provided by
separately sold middleware is now integrated in operating
systems. A typical example is the TCP/IP stack for
telecommunications, nowadays included in virtually every
operating system.
In simulation technology, middleware is generally used in
the context of the high level architecture (HLA) that
applies to many distributed simulations. It is a layer of
software that lies between the application code and the run-
time infrastructure. Middleware generally consists of a
library of functions, and enables a number of applications –
simulations or federates in HLA terminology – to page
these functions from the common library rather than re-
create them for each application
| Is This Answer Correct ? | 5 Yes | 1 No |
what is metrics?...What metrics do u follow in ur company?
Explanation of all process areas with goals and practices?
what is the difference between application server and web server?
what are the testing appraoch that you have tested for Bread toaster
Diff b/n UAT & IST? What is meant by UAT?
When you were testing an application, you found a strange pop up with a “500 internal error” and you thought to log it as a defect. Give description of the defect along with all the details you expect in the defect content
What should be the knowledge of white-box tester differs than the back-box tester.?
If we are not following any Standard SDLC in our company.How we can Convenience the interviwer.
I have a doubt in writing a test case... if suppose in a round if they ask to write a test case for any situation such as(Search engine)... in the testcase do we need to fill up the actual result and status Column in the test case??(please answer i am confused)
what is cookies. how do we test the cookies
When u r executing a test case an error dialog or window appeared on screen describing some msg . u have to send that dialog/window as an attachment to the developer to let him understand properly abt the error dialog /window. how do u capture that error dialog/window as a snapshot , in manual tesitng ?
what is jvm in java