• 大小: 13.52MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-01
  • 语言: Java
  • 标签: JAVA  

资源简介

房产中介管理系统 JAVA JSP(内附数据库) 课程设计的时候,自己做的,用netbeans 比较简单 给初学者看看吧

资源截图

代码片段和文件信息

/*
 * To change this template choose Tools | Templates
 * and open the template in the editor.
 */

package house;

import com.sun.rave.web.ui.appbase.AbstractApplicationBean;
import javax.faces.FacesException;

/**
 * 

Application scope data bean for your application.  Create properties
 *  here to represent cached data that should be made available to all users
 *  and pages in the application.


 *
 * 

An instance of this class will be created for you automatically
 * the first time your application evaluates a value binding expression
 * or method binding expression that references a managed bean using
 * this class.


 *
 * @version ApplicationBean1.java
 * @version Created on 2009-6-30 8:59:54
 * @author Administrator
 */

public class ApplicationBean1 extends AbstractApplicationBean {
    // 

    /**
     * 

Automatically managed component initialization.  WARNING:
     * This method is automatically generated so any user-specified code inserted
     * here is subject to being replaced.


     */
    private void _init() throws Exception {
    }
    // 

    /**
     * 

Construct a new application data bean instance.


     */
    public ApplicationBean1() {
    }

    /**
     * 

This method is called when this bean is initially added to
     * application scope.  Typically this occurs as a result of evaluating
     * a value binding or method binding expression which utilizes the
     * managed bean facility to instantiate this bean and store it into
     * application scope.


     * 
     * 

You may customize this method to initialize and cache application wide
     * data values (such as the lists of valid options for dropdown list
     * components) or to allocate resources that are required for the
     * lifetime of the application.


     */
    @Override
    public void init() {
        // Perform initializations inherited from our superclass
        super.init();
        // Perform application initialization that must complete
        // *before* managed components are initialized
        // TODO - add your own initialiation code here
        
        // 
        // Initialize automatically managed components
        // *Note* - this logic should NOT be modified
        try {
            _init();
        } catch (Exception e) {
            log(“ApplicationBean1 Initialization Failure“ e);
            throw e instanceof FacesException ? (FacesException) e: new FacesException(e);
        }
        
        // 
        // Perform application initialization that must complete
        // *after* managed components are initialized
        // TODO - add your own initialization code here
    }

    /**
     * 

This method is called when this bean is removed from
     * application scope.  Typically this occu


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       4415  2009-06-30 20:49  房产中介管理系统\house\build\web\Delete.jsp

     文件       1482  2009-06-30 20:49  房产中介管理系统\house\build\web\Error.jsp

     文件       5674  2009-06-30 20:49  房产中介管理系统\house\build\web\Input.jsp

     文件        387  2009-06-30 20:49  房产中介管理系统\house\build\web\meta-INF\context.xml

     文件         25  2009-06-30 20:49  房产中介管理系统\house\build\web\meta-INF\MANIFEST.MF

     文件       5869  2009-06-30 20:49  房产中介管理系统\house\build\web\Modify.jsp

     文件       2667  2009-07-01 10:51  房产中介管理系统\house\build\web\Page.jsp

     文件       4603  2009-06-30 20:49  房产中介管理系统\house\build\web\Query.jsp

     文件      48884  2009-06-30 20:49  房产中介管理系统\house\build\web\resources\006.jpg

     文件      90939  2009-06-30 20:49  房产中介管理系统\house\build\web\resources\009.jpg

     文件      64811  2009-06-30 20:49  房产中介管理系统\house\build\web\resources\015.jpg

     文件     126094  2009-06-30 20:49  房产中介管理系统\house\build\web\resources\016.jpg

     文件      65585  2009-06-30 20:49  房产中介管理系统\house\build\web\resources\019.jpg

     文件     159486  2009-06-30 20:49  房产中介管理系统\house\build\web\resources\031.jpg

     文件      55429  2009-06-30 20:49  房产中介管理系统\house\build\web\resources\034.jpg

     文件     109610  2009-06-30 20:49  房产中介管理系统\house\build\web\resources\037.jpg

     文件     202413  2009-06-30 20:49  房产中介管理系统\house\build\web\resources\dongzi.gif

     文件      28688  2009-06-30 20:49  房产中介管理系统\house\build\web\resources\dzi.gif

     文件     217308  2009-06-30 20:49  房产中介管理系统\house\build\web\resources\nansheng.jpg

     文件        806  2009-06-30 20:49  房产中介管理系统\house\build\web\resources\stylesheet.css

     文件          0  2009-06-30 21:02  房产中介管理系统\house\build\web\WEB-INF\classes\.netbeans_automatic_build

     文件       1095  2009-07-01 09:29  房产中介管理系统\house\build\web\WEB-INF\classes\house\ApplicationBean1.class

     文件         92  2009-06-30 20:49  房产中介管理系统\house\build\web\WEB-INF\classes\house\Bundle.properties

     文件       3289  2009-06-30 21:02  房产中介管理系统\house\build\web\WEB-INF\classes\house\DatabaseOperation.class

     文件       5092  2009-06-30 21:02  房产中介管理系统\house\build\web\WEB-INF\classes\house\Delete.class

     文件       1788  2009-06-30 21:02  房产中介管理系统\house\build\web\WEB-INF\classes\house\Error.class

     文件       8056  2009-06-30 21:02  房产中介管理系统\house\build\web\WEB-INF\classes\house\Input.class

     文件       2430  2009-06-30 21:02  房产中介管理系统\house\build\web\WEB-INF\classes\house\LoginBean.class

     文件       7361  2009-06-30 21:02  房产中介管理系统\house\build\web\WEB-INF\classes\house\Modify.class

     文件       3292  2009-06-30 21:02  房产中介管理系统\house\build\web\WEB-INF\classes\house\Page.class

............此处省略102个文件信息

评论

共有 条评论