rajincse / Multifaceted

Implementation in Perspectives of Marion Dork's Visualization.
0 stars 0 forks source link

Create IMDB dataservice #4

Closed rajincse closed 10 years ago

rajincse commented 10 years ago

At revision: 6

4

QueryServlet created on the Data service. To access: add the query on Query param. URL content can be created by accessing the index.html

rajincse commented 10 years ago

Completed: At revision: 8

4

  1. GSON Library added.
  2. IMDB data Service Implemented. Methods implemented: i)searchMovie ii) searchPerson iii)getMovie iv) getPerson
rajincse commented 10 years ago

Completed: At revision: 9

4

CompactPerson, CompactMovie, Person Added

rajincse commented 10 years ago

Completed: At revision: 11

4

GetMovie Query Changed

rajincse commented 10 years ago

Completed: At revision: 13

4

  1. GetMovie query changed: C.nr_order ordering added to get actor with Importance
  2. util.Configuration added from config value read from web.xml
rajincse commented 10 years ago

Completed: At revision: 14

4

Search Person query is fixed. Query Limit changed to 20

rajincse commented 10 years ago

Completed: At revision: 20

4

GetMovie method fixed. Removed duplicate actor or directors

rajincse commented 10 years ago

Completed: At revision: 22

4

GetMovie method fixed. COALESCE(C.nr_order,1000) used

rajincse commented 10 years ago

Completed: At revision: 23

4

WHERE fixed in GetPerson

rajincse commented 10 years ago

Completed: At revision: 24

4

Sort Type by rating and by year added to getPerson Method