JSP Bean Init Framework

What is Bean Init ?
It is framework which simplified development of Object Oriented JSP Web Applications. With Bean Init you can use Java Beans(tm) without declaring and initialization on JSP page. Bean Init creates beans for you when you need them.

The configuration file is in XML format, but you can edit this file using visual Designer.

Current distribution contains two versions for JSP 1.2 and for JSP 2.0 (PFD 3). In next release will be also added a standalone implementation for component testing and client applications.

How to start ?

How ?

  1. Add libraries files to WEB-INF/lib.
  2. Add servlet configuration to deployment descriptor web.xml.
  3. Create your Java Beans(tm) components.
  4. Edit beans configuration file.
  5. Use components on JSP pages.