Tip: Migrating from Xcode to Eclipse
Tip: Migrating from Xcode to Eclipse
- Subject: Tip: Migrating from Xcode to Eclipse
- From: Lachlan Deck <email@hidden>
- Date: Mon, 15 Jan 2007 18:25:20 +1100
Hi all,
if you've come from Xcode you might remember that when creating a
'key' in WebObjects Builder that the following code would be created
in your Java file...
---------------------------------------------------
/** @TypeInfo com.ish.willow.college.model.Tutor */
public EOEnterpriseObject someKey() { ... }
public void setSomeKey( EOEnterpriseObject someKey ) {...}
---------------------------------------------------
WOLips doesn't (as yet, at least) utilise such @TypeInfo annotations
- so you'll get an "There is no keypath 'someKey.someOtherKey' in
YourComponent" error indicated in your wod file.
Simply change your method signature in your Java code. This can be a
little time consuming for a large project though...
with regards,
--
Lachlan Deck
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden