• 大小: 12.51MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-21
  • 语言: Java
  • 标签: javaEE  

资源简介

JavaEE编程技术第二版随书源码,包含从第二章到第十章的内容。

资源截图

代码片段和文件信息

/*
 * Generated by XDoclet - Do not edit!
 */
package com.study.exercise;

/**
 * Remote interface for User.
 * @lomboz generated
 */
public interface User
   extends javax.ejb.EJBobject
{
   /**
    * Returns the userID
    * @return the userID
    */
   public java.lang.String getUserID(  )
      throws java.rmi.RemoteException;

   /**
    * Sets the userID
    * @param java.lang.String the new userID value
    */
   public void setUserID( java.lang.String userID )
      throws java.rmi.RemoteException;

   /**
    * Returns the password
    * @return the password
    */
   public java.lang.String getPassword(  )
      throws java.rmi.RemoteException;

   /**
    * Sets the password
    * @param java.lang.String the new password value
    */
   public void setPassword( java.lang.String password )
      throws java.rmi.RemoteException;

   /**
    * Returns the level
    * @return the level
    */
   public java.lang.Integer getLevel(  )
      throws java.rmi.RemoteException;

   /**
    * Sets the level
    * @param java.lang.Integer the new level value
    */
   public void setLevel( java.lang.Integer level )
      throws java.rmi.RemoteException;

   /**
    * Returns the email_address
    * @return the email_address
    */
   public java.lang.String getEmail_address(  )
      throws java.rmi.RemoteException;

   /**
    * Sets the email_address
    * @param java.lang.String the new email_address value
    */
   public void setEmail_address( java.lang.String email_address )
      throws java.rmi.RemoteException;

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-10-10 21:00  JavaEE编程技术第二版源码\
     目录           0  2018-10-10 21:00  JavaEE编程技术第二版源码\第10章\
     目录           0  2018-10-10 21:00  JavaEE编程技术第二版源码\第10章\Logon\
     文件         698  2004-11-25 16:02  JavaEE编程技术第二版源码\第10章\Logon\.classpath
     文件         381  2004-06-06 09:25  JavaEE编程技术第二版源码\第10章\Logon\.project
     目录           0  2018-10-10 21:00  JavaEE编程技术第二版源码\第10章\Logon\bin\
     目录           0  2018-10-10 21:00  JavaEE编程技术第二版源码\第10章\Logon\bin\com\
     目录           0  2018-10-10 21:00  JavaEE编程技术第二版源码\第10章\Logon\bin\com\study\
     目录           0  2018-10-10 21:00  JavaEE编程技术第二版源码\第10章\Logon\bin\com\study\exercise\
     文件        6706  2004-11-25 16:02  JavaEE编程技术第二版源码\第10章\Logon\bin\com\study\exercise\ProcessServlet.class
     文件        4006  2004-11-25 16:02  JavaEE编程技术第二版源码\第10章\Logon\bin\com\study\exercise\SendPasswordBean.class
     文件         530  2004-11-25 16:02  JavaEE编程技术第二版源码\第10章\Logon\bin\com\study\exercise\User.class
     文件        1200  2004-11-25 16:02  JavaEE编程技术第二版源码\第10章\Logon\bin\com\study\exercise\UserBean.class
     文件        2016  2004-11-25 16:02  JavaEE编程技术第二版源码\第10章\Logon\bin\com\study\exercise\UserCMP.class
     文件        3035  2004-11-25 16:02  JavaEE编程技术第二版源码\第10章\Logon\bin\com\study\exercise\UserData.class
     文件         707  2004-11-25 16:02  JavaEE编程技术第二版源码\第10章\Logon\bin\com\study\exercise\UserHome.class
     文件         422  2004-11-25 16:02  JavaEE编程技术第二版源码\第10章\Logon\bin\com\study\exercise\UserLocal.class
     文件         579  2004-11-25 16:02  JavaEE编程技术第二版源码\第10章\Logon\bin\com\study\exercise\UserLocalHome.class
     文件        4338  2004-11-25 16:02  JavaEE编程技术第二版源码\第10章\Logon\bin\com\study\exercise\UserUtil.class
     目录           0  2018-10-10 21:00  JavaEE编程技术第二版源码\第10章\Logon\ejbsrc\
     目录           0  2018-10-10 21:00  JavaEE编程技术第二版源码\第10章\Logon\ejbsrc\com\
     目录           0  2018-10-10 21:00  JavaEE编程技术第二版源码\第10章\Logon\ejbsrc\com\study\
     目录           0  2018-10-10 21:00  JavaEE编程技术第二版源码\第10章\Logon\ejbsrc\com\study\exercise\
     文件        1546  2004-07-03 22:51  JavaEE编程技术第二版源码\第10章\Logon\ejbsrc\com\study\exercise\User.java
     文件        2005  2004-07-03 22:51  JavaEE编程技术第二版源码\第10章\Logon\ejbsrc\com\study\exercise\UserCMP.java
     文件        3633  2004-07-03 22:51  JavaEE编程技术第二版源码\第10章\Logon\ejbsrc\com\study\exercise\UserData.java
     文件         883  2004-07-03 22:51  JavaEE编程技术第二版源码\第10章\Logon\ejbsrc\com\study\exercise\UserHome.java
     文件        1259  2004-07-03 22:51  JavaEE编程技术第二版源码\第10章\Logon\ejbsrc\com\study\exercise\UserLocal.java
     文件         621  2004-07-03 22:51  JavaEE编程技术第二版源码\第10章\Logon\ejbsrc\com\study\exercise\UserLocalHome.java
     文件        5405  2004-07-03 22:51  JavaEE编程技术第二版源码\第10章\Logon\ejbsrc\com\study\exercise\UserUtil.java
     目录           0  2018-10-11 08:27  JavaEE编程技术第二版源码\第10章\Logon\j2src\
............此处省略529个文件信息

评论

共有 条评论