Skip to content

lcavenaghi/Simple-WebCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

IBM_WebCrawler

WebCrawler developed using Java Spring MVC.

Used on the project

  • Spring MVC as a framework;
  • Maven to manage a project's build;
  • HIBERNATE and JPA to map an object-oriented domain model to a relational database;
  • JSOUP as a tool to extract and manipulate HTML data;
  • JETTY as a server;
  • MYSQL as a database;