Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 651 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 651 Bytes

s i m w o r l d

This is a web application project for my assignment from FPT University. It's about crawling pieces of data about sim card from the certain websites, transforming things and taking advantage of it. homepape

Features

  • Find sim with filters
  • Calculate feng shui number for the sim
  • Guess the number sim's owner
  • Crawl data

Development environment

  • IntelliJ IDEA
  • Tomcat Server

Techniques

  • State machine to parse html to xml
  • Use XSLT to transform xml
  • JAXB to parse xml to java object
  • MVO partern at client

Technologies

  • Java servlet
  • MS SQL Server
  • XML, XSLT, XSD