Re: [ANN] WO/WOLips/Wonder intro screencast
Re: [ANN] WO/WOLips/Wonder intro screencast
- Subject: Re: [ANN] WO/WOLips/Wonder intro screencast
- From: Mike Schrag <email@hidden>
- Date: Fri, 21 Mar 2008 12:09:24 -0400
What would be compelling reasons in Java (within the context of WO
dev) not to go with public declarations ? What do you advise when
doing WO/WOnder development ?
My philosophy on this is that I don't mind ivars only for fields used
ONLY by my component (like a repetition item ivar), because I can
always wrap them at any time if I need to do anything more
complicated. However, for bindings that I expose via a component api
file, I make proper get/set methods so that I don't break users of my
component if I need to do something more complicated later on inside
the binding (in case people are constructing your component and
calling the API -- this is usually only an issue for page-level
components, though). Just my rule of thumb.
ms
_______________________________________________
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