CSC408 Web-Service - PowerPoint PPT Presentation

About This Presentation
Title:

CSC408 Web-Service

Description:

int find(int userId, String text, String fileName) Implementation. int register() void logout(int userId) String[] update(int userId, String fileName) ... – PowerPoint PPT presentation

Number of Views:27
Avg rating:3.0/5.0
Slides: 6
Provided by: Kel9160
Category:
Tags: csc408 | register | service | web

less

Transcript and Presenter's Notes

Title: CSC408 Web-Service


1
CSC408 Web-Service
  • Presented By Team 3

2
Functions
  • void upload(int userId, String fileName, String
    fileContent)
  • String download(int userId, String fileNames)
  • int find(int userId, String text, String
    fileName)

3
Implementation
  • int register()
  • void logout(int userId)
  • String update(int userId, String fileName)
  • String getFileNames(int userId)

4
Performance
  • Both easy to implement and flexible
  • Network traffic is low

5
Thank You
Presented By Team 3
Write a Comment
User Comments (0)
About PowerShow.com