Download — Groups Zip
Uses Oracle Database to manage user accounts and application data (tables.sql).
Compile the Java sources ( javac *.java ) within the WEB-INF/classes/groups directory. Download GROUPS zip
tables.sql for setting up the required Oracle database structure. 3. Setup and Deployment Requirements Uses Oracle Database to manage user accounts and
Allows users to upload files from their client machine to the server ( addfile.jsp ). libraries ( lib/ )
: Contains web.xml (deployment descriptor), libraries ( lib/ ), and compiled Java classes ( classes/ ).
Unzip groups.zip into the webapps directory of an Apache Tomcat installation.
Implements Java Beans ( UserBean ) for handling user sessions and data. 2. Components of the Project