• 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
Re: WOBuilder, Bindings, XCode, Eclipse
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WOBuilder, Bindings, XCode, Eclipse


  • Subject: Re: WOBuilder, Bindings, XCode, Eclipse
  • From: Michael Holtermann <email@hidden>
  • Date: Fri, 12 Aug 2005 08:15:28 +0200

Am Freitag, 12. August 2005 03:10 schrieb James Cicenia:
> However, WOBuilder just doesn't see the bindings. Is this because of  
> packages? subprojects? my complete lack of experience with XCode?

Packages, I guess.
First, always use wildcard import statements, e.g.

import com.webobjects.*; instead of
import com.webobjects.NSArray.


Second, if your Application and Session were moved to a package, too, it may
be necessary to create some "stubs" in the default package to see the
application- and session-bindings in your components:

public class Application extends com.example.appl.Application {
}

public class Session extends com.example.appl.Session {
	/* You need to override the constructor and call super(...) */
}

Greetings, Michael.
 _______________________________________________
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

References: 
 >WOBuilder, Bindings, XCode, Eclipse (From: James Cicenia <email@hidden>)

  • Prev by Date: Root permissions on servers [was: Re: File Upload Permission denied]
  • Next by Date: Re: Permission rights on servers and managing them without hassle [was File Upload Permission denied]
  • Previous by thread: WOBuilder, Bindings, XCode, Eclipse
  • Next by thread: unable to find EOClassDescription
  • Index(es):
    • Date
    • Thread