[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

ZObs in modules - search path etc.



Ok, now the ZObs in the main org.gzigzag package are simply referred to by
their classnames. I'm now thinking of doing the same for all modules as
well.

The question is, how should the reference look.
One possible way:

	Foo -> org.gzigzag.Foo
	.Foo -> org.gzigzag.modules.Foo
	foo.Foo -> foo.Foo

Comments?

	Tuomas