TechnionYP5777 / Bugquery

Bug query
9 stars 1 forks source link

Deciding on framework for the website #38

Closed Amit-Oha closed 7 years ago

Amit-Oha commented 7 years ago

Following great difficulties during #30 when working on serverside, and due to the will to move to MVC approach which would enable testing for the website, we decided to pause website development and research available frameworks which could make our work more productive. There are several possible frameworks to work with:

and the list goes on. Play seems promising, so right now it is our priority choice. Will update this issue with further advancements.

Amit-Oha commented 7 years ago

Update - Play appears to be a wrong choice for a couple of reasons:

However, I have looked into Spring Boot which seems to be just what I was looking for - It is uses a close API to the one I know from Jersey, it has large community and resources online, and most importantly it is built to easily create standalone web applications without having to configure stuff (convention over configuration). I have started conversion of our site and I think it's heading in a good direction.

yossigil commented 7 years ago

Final decision is: Spring Boot