[GemStone-Smalltalk] Class names and VisualWorks namespaces

Richard Sargent richard.sargent at gemtalksystems.com
Mon Nov 2 09:51:35 PST 2020


On Tue, Oct 27, 2020 at 7:48 PM David Shaffer via GemStone-Smalltalk <
gemstone-smalltalk at lists.gemtalksystems.com> wrote:

> Am I misunderstanding or does GemBuilder for VisualWorks ignore
> VisualWorks namespaces when automatically generating server classes and
> automatically creating connectors?
>

>From the GBS for VisualWorks documentation:
GemBuilder deposits automatically generated GemStone server classes in the
GemStone symbol dictionary UserClasses, which it creates if necessary.
Automatically generated client Smalltalk classes are deposited in the
current
package.
With respect to the "ignore VisualWorks namespaces" part of your question,
I think the best way to answer it is "pretty much".

As noted in the documentation, this automatic class generation is intended
as a developer convenience. It is still best to deploy code to each
environment in advance of running the application and to predefine the
class connectors that could have a conflict or otherwise be unreachable by
name lookup.


> Best,
>
> David
>
> _______________________________________________
> GemStone-Smalltalk mailing list
> GemStone-Smalltalk at lists.gemtalksystems.com
> https://lists.gemtalksystems.com/mailman/listinfo/gemstone-smalltalk
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gemtalksystems.com/mailman/private/gemstone-smalltalk/attachments/20201102/b6ecfdbc/attachment.htm>


More information about the GemStone-Smalltalk mailing list