The following are the major operations of this portal:
The following table lists operations and associated objects and files.
Operation | Files | Associated Objects |
---|---|---|
Login | login.jsp | UserBean javabean |
Registration of User | newuser.html, newuser.jsp | UserBean javabean, User EJB |
Forgot password | forgotpassword.jsp | UserBean JavaBean |
Changing password | changepassword.jsp | UserBean javabean, UserEJB |
Home Page | home.jsp, listquestions.jsp | UserBean JavaBean |
Search For Questions | searchquestions.jsp, listquestions.jsp | UserBean JavaBean, |
Displaying details of a question | displayquestion.jsp | UserBean Bean |
Displaying details of users | users.jsp | UserBean Bean |
Listing questions related to a user | userquestions.jsp | UserBean Bean |
Posting a new question | postquestion.jsp | UserBean JavaBean, Question JavaBean |
Replying to a question | postreply.jsp | UserBean JavaBean, Reply JavaBean |
The following are the steps to related to be taken to run the existing part of the application :
rem Set standard CLASSPATH rem Note that there are no quotes as we do not want to introduce random rem quotes into the CLASSPATH set CLASSPATH=%JAVA_HOME%\lib\tools.jar;c:\weblogic\weblogic700\server\lib\weblogic.jar
http://localhost:8080/javadoubts