Está en la página 1de 2

Online job portal java project

This portal allows prospective employees and employers to come together.

Major Operations
The following are the major operations of this portal:

Allows employees and employers to register Employees can apply for jobs added by employers Employers can add or delete jobs Employers can get the details of applicants for jobs Employees can search for jobs that match selected criteria Both employees and employers can change profile and password Sends a mail to users who forgot the password

Technologies and Products used


Tomcat 4.x Oracle9i Weblogic Server 7.0 SMTP Server Java Server Pages (JSP) Java Beans Enterprise Java Beans Java Mail JDBC to access Oracle9i

The following table lists operations and associated objects and files. Operation Login Registration of User Forgot password Home Page of Employees Search For Jobs Displaying details of Jobs Files login.html, login.jsp register.html, register.jsp forgotpassworrd.jsp employeehome.jsp, jobslist.jsp search.jsp, jobslist.jsp jobdetails.jsp Associated Objects User javabean User javabean User JavaBean User JavaBean User Bean, User Bean

Registration of new employee newemployee.html, newemployee.jsp User JavaBean

Applying for jobs Home Page of Employer Adding new job List of jobs of an employer Deleting Job

applyforjob.jsp employerhome.jsp addjob.jsp, addjob.html listjobs.jsp deletejob.jsp

User JavaBean User JavaBean User JavaBean, Job Ejb User JavaBean JOB Ejb

The following are the steps to related to be taken to run the existing part of the application :
1. Download jj.zip and unzip it into webapps directory of Tomcat installation directory.

2. Make sure you include Oracle driver classes in the classpath of Tomcat - use setClassPath.Bat file for this. 3. Create account jj with password jj in Oracle. 4. Create required tables in Oracle using TABLES.SQL file. 5. Make sure Oracle and Tomcat are running. 6. Start Weblogic Server and create the following o A connection pool with the name jjOraclePool - It should access Oracle and jj account o A TxDataSource with the name jjOracle and JNDI name jj.Oracle 7. Build the ejb in job directory of job directory. 8. Copy job_client.jar from CLIENTCLASSES directory into LIB directory of WEB-INF of jj. 9. Run the application using the following url:
10. http://localhost:8080/jj

11. You should see login page of the application.

También podría gustarte