房产中介管理系统 JAVA JSP内附数据库


房产中介管理系统 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  房产中介管理系统houseuildwebDelete.jsp

     文件       1482  2009-06-30 20:49  房产中介管理系统houseuildwebError.jsp

     文件       5674  2009-06-30 20:49  房产中介管理系统houseuildwebInput.jsp

     文件        387  2009-06-30 20:49  房产中介管理系统houseuildwebmeta-INFcontext.xml

     文件         25  2009-06-30 20:49  房产中介管理系统houseuildwebmeta-INFMANIFEST.MF

     文件       5869  2009-06-30 20:49  房产中介管理系统houseuildwebModify.jsp

     文件       2667  2009-07-01 10:51  房产中介管理系统houseuildwebPage.jsp

     文件       4603  2009-06-30 20:49  房产中介管理系统houseuildwebQuery.jsp

     文件      48884  2009-06-30 20:49  房产中介管理系统houseuildweb
esources06.jpg

     文件      90939  2009-06-30 20:49  房产中介管理系统houseuildweb
esources09.jpg

     文件      64811  2009-06-30 20:49  房产中介管理系统houseuildweb
esources15.jpg

     文件     126094  2009-06-30 20:49  房产中介管理系统houseuildweb
esources16.jpg

     文件      65585  2009-06-30 20:49  房产中介管理系统houseuildweb
esources19.jpg

     文件     159486  2009-06-30 20:49  房产中介管理系统houseuildweb
esources31.jpg

     文件      55429  2009-06-30 20:49  房产中介管理系统houseuildweb
esources34.jpg

     文件     109610  2009-06-30 20:49  房产中介管理系统houseuildweb
esources37.jpg

     文件     202413  2009-06-30 20:49  房产中介管理系统houseuildweb
esourcesdongzi.gif

     文件      28688  2009-06-30 20:49  房产中介管理系统houseuildweb
esourcesdzi.gif

     文件     217308  2009-06-30 20:49  房产中介管理系统houseuildweb
esources
ansheng.jpg

     文件        806  2009-06-30 20:49  房产中介管理系统houseuildweb
esourcesstylesheet.css

     文件          0  2009-06-30 21:02  房产中介管理系统houseuildwebWEB-INFclasses.netbeans_automatic_build

     文件       1095  2009-07-01 09:29  房产中介管理系统houseuildwebWEB-INFclasseshouseApplicationBean1.class

     文件         92  2009-06-30 20:49  房产中介管理系统houseuildwebWEB-INFclasseshouseBundle.properties

     文件       3289  2009-06-30 21:02  房产中介管理系统houseuildwebWEB-INFclasseshouseDatabaseOperation.class

     文件       5092  2009-06-30 21:02  房产中介管理系统houseuildwebWEB-INFclasseshouseDelete.class

     文件       1788  2009-06-30 21:02  房产中介管理系统houseuildwebWEB-INFclasseshouseError.class

     文件       8056  2009-06-30 21:02  房产中介管理系统houseuildwebWEB-INFclasseshouseInput.class

     文件       2430  2009-06-30 21:02  房产中介管理系统houseuildwebWEB-INFclasseshouseLoginBean.class

     文件       7361  2009-06-30 21:02  房产中介管理系统houseuildwebWEB-INFclasseshouseModify.class

     文件       3292  2009-06-30 21:02  房产中介管理系统houseuildwebWEB-INFclasseshousePage.class

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)