Showing posts with label databae application. Show all posts
Showing posts with label databae application. Show all posts

Friday, April 6, 2012

comment_icon 0 working with Java Beans

In this tutorial i am going to talk about the java beans. i am going to cover the following  things what is  Java Bean ? how we use java beans in JSP scope of java Beans what is  Java Bean ?    If i say in general wordings java beans is the component that can be reused again and again .it just follow write once and use whenever required. for more details and basics follow the link java Beans how we use java beans in JSP JSP provides a usebean tag for using beans in java  Syntax :    <jsp:useBean  id="beanInstanceName" scope="page|request|session|application" ...