• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Tip: Migrating from Xcode to Eclipse
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: first try at dealing with change to DST in March 2007
  • Next by Date: re: SSDD Tomcat - JDBC error
  • Previous by thread: first try at dealing with change to DST in March 2007
  • Next by thread: re: SSDD Tomcat - JDBC error
  • Index(es):
    • Date
    • Thread