Re: WO and Java 'packages'?
Re: WO and Java 'packages'?
- Subject: Re: WO and Java 'packages'?
- From: Anjo Krank <email@hidden>
- Date: Thu, 22 Apr 2004 02:03:31 +0200
- Xx-reply-to: email@hidden
Am 21.04.2004 um 23:36 schrieb Chris Pavicich:
If you are making pageWithName calls to load a page from your app, you
should be cool. If you are using them to load pages from a Framework,
you will need to use a fully qualified name.
Just where did you get that idea??
The same thing will apply for WOD files. If you are using a component
defined in a framework, you need to use the fully qualified name.
Not from what I use.
Fact is that you need a KeyValueCodingAccessor class if you use KVC,
have protected vars/methods and your classes are in a package. Fact is
also that you need to use fully qualified names if you have name
clashes (com.x.Foo and com.y.Foo classes in the same classpath). But if
you use a prefix, you shouldn't have any problems.
Cheers, Anjo
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.