by "arad" <prof.eisa@[EMAIL PROTECTED]
>
Jan 23, 2007 at 04:41 AM
pokaru =C3=D1=D3=E1=CA:
> Obviously, I'm new to JavaBeans. Could someone please break it down for
=
me,
> what they are, and what they're good for?
>
> I hope it's true what they say, "There's no dumb question." :-D.
>
> Thanks everyone.
>
> - Peter
java beans is class that deal with data processing that's it !
if you have jsp page and you want to retreive the
data from Database such as Oracle or DB2 you can make java bean to
retreive data and you will use jsp:useBean tag in the jsp page by this
way you separate the presentation from process data
ofcourse the javabean class has some properities that you must follow
it when you create a bean like setter & getter methods and empty
constructor .