Forum OpenACS Q&A: Re: Context bar and xowiki.

Collapse
Posted by Gustaf Neumann on
"initialize" is a method of the xo* package manager, that initializes a package for a http request (query context).

If you google for "instproc initialize" you find the generic https://openacs.org/api-doc/proc-view?proc=%3A%3Axo%3A%3APackageMgr+instproc+initialize
There is as well some info in the xowiki tutorial: http://alice.wu-wien.ac.at:8000/s5-xowiki-tutorial/slides

Collapse
Posted by Richard Hamilton on
Thank you Gustav. I am starting to work through your xotcl docs and these links will be very helpful.

I am hoping to get to grips with oo programming from scratch using xotcl in advance of re-writing an internal message package I wrote for an earlier version of OpenACS.

It is the kind of application that would lend itself to an oo approach.

R.