![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: what is, wrapper |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |
| ||||
| I found this: Quote:
Lee. |
| The Following User Says Thank You to Lee For This Useful Post: | ||
HelloWorld (10-30-2007) | ||
| |||
| Not sure - generally i class div's that are "wrappers" around elements so maybe a container or namespace for something? __________________ Day Cares | Golf Courses | Disc Golf Courses | Campgrounds | Ice Rinks | Paintball Fields | Dentists | Plastic Surgeons | Aging Jokes Catholic Churches | Lutheran Churches | Methodist Churches | Episcopal Churches | Clean Jokes |
| |||
| Wrapper code is using a higher level language to call functions in a lower level language. ie writing python modules to call C language functions. The curl library is a good example of this . Since Python, Perl and PHP are all written in C, you could say these scripting languages are all wrapper code. |
| The Following User Says Thank You to writtinfool For This Useful Post: | ||
HelloWorld (11-03-2007) | ||
| |||
| A wrapper is a piece of code that wraps or abstracts the use of another piece of code. For example, say you wrote a set of Java classes to handle temperature conversion. Now you want to use these in your ColdFusion application. But you don't want any of your CF developers to worry about how the Java classes are implemented, or even require them to know that Java classes are being used at all. You could write a CFC that uses the Java classes, and then all of your developers would just use your CFC. Your CFC is a "wrapper" for the Java classes. |
| |||
| I've written wrappers for installers/uninstallers before... fun shtuff ![]() __________________ Day Cares | Golf Courses | Disc Golf Courses | Campgrounds | Ice Rinks | Paintball Fields | Dentists | Plastic Surgeons | Aging Jokes Catholic Churches | Lutheran Churches | Methodist Churches | Episcopal Churches | Clean Jokes |
![]() |
| Thread Tools | |
| Display Modes | |
| |