I'm a little confused as to the exact specification as to what a
"bean" is. It is my understanding that a 'JavaBean' is a Java class
written in such a way that Jython can use reflection to access certain
properties associated with certain method names. I'm thinking
specifically in 8.1 when it says "Jython automatically recognizes a
property called propertyName for access if either of the getter methods
—getPropertyName or isPropertyName—is defined. "
Of course there is much more too it than that. But is that the
general idea? Then calling Swing methods and such becomes much more
syntactically pleasing?
Nick
On May 5, 9:43 pm, Luby Liao <
lubyl...@gmail.com> wrote:
> Chapters 8 and 9 for Monday's class. You should find Example 9-2:
> jy_counter.py, and Example 9-4. html_browser.pyAn HTML
> Browser<
http://0-proquestcombo.safaribooksonline.com.sally.sandiego.edu/book/...>