beans problem

hi all,i am new to java but want to ask a simple question.. is beans are still being used in professionals projects.. i mean to say that is there any use of beans in professionals java ,jspor any relayed projects.thanks in advance umesh
[271 byte] By [umesh_awasthia] at [2007-11-26 16:31:34]
# 1
Yeah, java bean is a powerful mechanism and its being used in the real time project also
shagila at 2007-7-8 22:56:06 > top of Java-index,Java Essentials,New To Java...
# 2
thnks for the rply..actually i came to some where that they are no longer being used so this make meconfused.. so this mean i can go ahead with beans there ios no such problem with them..
umesh_awasthia at 2007-7-8 22:56:06 > top of Java-index,Java Essentials,New To Java...
# 3
You may well find that the organisation has decided not to use JavaBeans. So, before you do begin using them check with your supervisor - unless of course you are the boss and are setting new standards and guidelines.
Tillermana at 2007-7-8 22:56:06 > top of Java-index,Java Essentials,New To Java...
# 4
there is no such restriction in the organisation but i am not sure how it will effect overall performance of the application.. if they are being started to going out of scope please guide me some alternative to beans.thanks,umesh
umesh_awasthia at 2007-7-8 22:56:06 > top of Java-index,Java Essentials,New To Java...
# 5
> if they are being started to going out ofAre they? as much as the answers here says NO.> scope please guide me some alternative to beans.you might have to explain what exactly your are trying to accomplish?
karthikramasa at 2007-7-8 22:56:06 > top of Java-index,Java Essentials,New To Java...
# 6
You might be interested in this book: [url= http://java.sun.com/developer/Books/javaprogramming/pojos/]POJOs in Action[/url].
DrLaszloJamfa at 2007-7-8 22:56:06 > top of Java-index,Java Essentials,New To Java...
# 7

Hi all,

what i want to know that i am creating a application for which i am using servlet as back end process while trying to use Beans to handle data and jsp for presentation.

What i want to know that whether i should use beans to handle data as i can't directly send data from servlet to the jsp..Please help me to come out from this cofusing situation.

Thanks in advance,

Umesh

umesh_awasthia at 2007-7-8 22:56:06 > top of Java-index,Java Essentials,New To Java...