Skip to content

tingtingths/COMP4047

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The project is created and built using the IntelliJ Idea Ultimate Edition.

/JavaDoc - the java document

/out - contains the build binary of the project.
    The portable deploy file "Project_war.war" is located under /artifacts/Project_war
    , which could be deploy in existing GlassFish solution.
    
/SpiderWorkspace/spiderResult.txt - contains the result generated by WebSpider, used in RequestHandler.java.
    For fresh result, remove the file and Run WebSpider.main().
    
/src - all the java source files.

/web - the web interface files, including .jsp, .js, .css, and web.xml defining the structure of the SearchEngine HTTP server.

/dict - the WordNet dictionary used by WebSpider.