What is a "wrapper" program?

Posted by user6950 on Programmers See other posts from Programmers or by user6950
Published on 2010-11-03T05:24:49Z Indexed on 2012/04/04 23:43 UTC
Read the original article Hit count: 2076

Filed under:
|
|

Where I work, employees use a third-party desktop program for their clients. This program saves data to a flat file. My colleague wants to write a Java program that uploads that flat file to a remote server, opens the desktop program when the flat file is downloaded from a Web site, and checks if the desktop program is running or not by looking at the Windows processes.

He keeps calling this helper/utility program a "wrapper." But it doesn't wrap anything! I tried to clear it up with him, but he said, "Well, I call it a wrapper." He now has everyone in the company calling it a "wrapper." What would you call it? I say that it's a helper program or utility program.

© Programmers or respective owner

Related posts about java

Related posts about design-patterns