Build a hotel search engine from scratch in Java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Build a hotel search engine from scratch in Java

Hi, I would like to build a hotel search engine in Java from scratch. It should be able to get data from different websites (expedia booking etc), store this data and as soon as a user types in his preferences this data should be used to give him results. so how do I start?

11th Mar 2018, 12:28 PM
Bartinho
4 Answers
+ 2
If you only have to do only back-end works, then start from scratch will give you throughout understanding of search engine and can give you more control of your code. It will be very helpful. But more works ( lone-wolf developer? ) need more time, right? So, if i don't have to meet project dead-lines or so, I would go for starting from scratch option.
11th Mar 2018, 6:06 PM
Sylar
+ 1
You will need to know front-end (gui or website or something that user will interact), back-end (To query result from storage database), and database (To store your data from different sources).
11th Mar 2018, 12:46 PM
Sylar
0
@Sylar thanks, but this is basically valid for any app. what I am interested in is your backend point. I would like to write code as already described. I guess a hotel search engine works like any other web crawler, right? could I start with open source web crawler and try to change it like I would like to have it or would you start from scratch, only loosely work with open source (like crawler4j)?
11th Mar 2018, 5:53 PM
Bartinho
0
thanks for your input🙏
12th Mar 2018, 1:08 PM
Bartinho