JavaRush online intership test task
Create a simple application to view a list of parts for computer assembly. Records stored in the database. The list should contain the titles of the parts (String), its necessity (boolean) and quantity (int). There should be a pagination, necessity filtering and searching by title. Below the parts list always display a field that shows how many computers can be assembled from parts in stock.