Skip to content

SaiAdityaG/WordCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

WordCount

##Description

Web Application whose response would be number of times queried word exists in corpus of text files. HTTP url format would be "/?query=WORD" where "WORD" is the word that is to be queried. Respone is a valid json object of format {"count": N} where N is number of times word exists in given files.

##Dependencies

Apache Tomcat 8.0

For Testing, external package 'HTTPUnit-1.7' is required

##Deploy

Copy the .war in build directory to webapps directory in tomcat and access the servlet using 'http://localhost:8080/wordCountServlet/?query=WORD'

Text files are in WEB-INF's data directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages