Download | Groups Zip

Compile the Java sources ( javac *.java ) within the WEB-INF/classes/groups directory.

Uses Oracle Database to manage user accounts and application data (tables.sql). Download GROUPS zip

Create an Oracle database user ( groups / groups ) and execute tables.sql to create the necessary tables. Compile the Java sources ( javac *

: Contains the source code ( .java files) and compiled JavaBean components. JSP Pages: User interface files ( files.jsp , addfile.jsp ). Download GROUPS zip

Allows users to upload files from their client machine to the server ( addfile.jsp ).