Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
VisualWorks
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Parcels == Parcels are external file representations of packages. An Examples Browser is provided as a parcel in the examples directory. Several image level switches are available to specify parcel loading on image startup.<ref name="ADG-1-3">{{cite web | url = http://www.cincomsmalltalk.com/userblogs/cincom/blogView?content=smalltalk | title = Running VisualWorks | pages = 1β3 | format = PDF | work = VisualWorks 7.6 Application Developer's Guide | publisher = Cincom | access-date = 2009-04-25 }}</ref> The parcel path is the list of directories where VisualWorks looks for parcels. This can be set using the System Settings tool. Parcels provide the [[component technology]] for VisualWorks. Packages and bundles organize the code and model the contents of parcels. Parcels are created by publishing packages/bundles. The term ''components'', in the VisualWorks sphere, is used to refer to parcels, packages, and bundles when it is not necessary to be specific. The parcel code's organization on loading is determined by its creation. If it was created by publishing a package, it is loaded into the same package. If created from a bundle, it can be reloaded as the bundle or as one package. The load sequence for a package is: # Any prerequisite components are loaded. # Any defined pre-load action is performed (e.g. undeclared variables initialized). # Objects in the package are installed. # Every class in the parcel is sent message post Load: the Package, and any action executed. This is often an application launch.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)