I need to create two different beans for an application that I'm building. I
want to pick up a great reference book. Can anyone suggestion one? Or a good
website?
Thanks
Erica
Beans are pretty simple to grasp, and I'm not sure one
needs a book.
1. No parameter constructor.
2. Getters/setters to access properties (i.e., member variables
are typically private).
Have you looked at the Java (Sun) Web site? A little poking
around yields
http://java.sun.com/docs/books/tutorial/javabeans/
Or maybe at IBM's developer Web site there's something?
http://www-130.ibm.com/developerworks/java
--
Paul Furbacher (TeamB)
Save time, search the archives:
http://www.borland.com/newsgroups/ngsearch.html
Is it in Joi Ellis's Faq-O-Matic?
http://www.visi.com/~gyles19/fom-serve/cache/1.html
Finally, please send responses to the newsgroup only.
That means, do not send email directly to me.
Thank you.
> http://java.sun.com/docs/books/tutorial/javabeans/
This is an old tutorial, so ignore things like the
"Bean Box" and the BDK. I'd just use JBuilder's
functionality to automate/assist in the writing of
complex beans.
The JavaBeans books are universally old. Not much has changed except
what Paul already noted, and maybe some stuff about serialization, so
there really hasn't been a need for any updates or second editions.
My favorite old beans book is this one.
http://www.amazon.ca/exec/obidos/ASIN/0764580523/qid%3D1107625253/702-7806481-0017662
But it is out of print. Someone "borrowed" my copy years ago. Just
recently I managed to replace it through Abebooks. They are basically a
clearing house for used book vendors.
--
Regards,
Lori Olson [TeamB]
------------
Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.
Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html