diff --git a/.gitignore b/.gitignore index bcf32172..0b4432af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,15 @@ -target/* -movies.txt -.settings -.classpath -.project -gwt-unitCache/ -widgetsets/ -/target -styles.css -addons.scss -rebel.xml -.DS_Store -*.iml -.idea/ - +target/* +movies.txt +.settings +.classpath +.project +gwt-unitCache/ +widgetsets/ +/target +styles.css +addons.scss +rebel.xml +.DS_Store +*.iml +.idea/ + diff --git a/README.md b/README.md index a312541f..78f65777 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,26 @@ -Vaadin QuickTickets Dashboard Demo -================================== - -Responsive application demo/template built using only server-side Java with [Vaadin Framework](https://vaadin.com/framework). Showcasing big data, data visualization, drag 'n' drop and other Vaadin features. - -[![View the application](https://vaadin.com/documents/10187/2487938/Dashboard+Demo+2014/a37b2c4d-c941-48fe-97c3-ad5a60586882?t=1412769929183)](http://demo.vaadin.com/dashboard) - -Running the App -== -Run 'mvn -Pproduction-mode jetty:run' to run in a local jetty. Open in localhost:8080 - -Run the Maven 'install' target and deploy the resulting WAR file to your Java application server. - -You need a license for Vaadin Charts to compile the widgetset. You can get a free 30 day trial license by going to https://vaadin.com/directory#addon/vaadin-charts and clicking the orange "Free trial key" button. It gives you a trial key. [See the help section](https://vaadin.com/directory/help/installing-cval-license) which shows you how to install the key. - -Basically you need to create a file name ".vaadin.charts.developer.license" in your HOME directory, and place the key there. - -Run 'mvn -Pproduction-mode verify' to run the Vaadin TestBench tests. - -*Note*: You need a valid [Vaadin TestBench license](https://vaadin.com/add-ons/testbench) and [Firefox browser](https://www.mozilla.org/firefox/) installed to run the tests. - -Licenses -== -The source code is released under Apache 2.0. - -The application uses the [Vaadin Charts](https://vaadin.com/charts) add-on, which is released under the Commercial Vaadin Addon License: https://vaadin.com/license/cval-3 +Vaadin QuickTickets Dashboard Demo +================================== + +Responsive application demo/template built using only server-side Java with [Vaadin Framework](https://vaadin.com/framework). Showcasing big data, data visualization, drag 'n' drop and other Vaadin features. + +[![View the application](https://vaadin.com/documents/10187/2487938/Dashboard+Demo+2014/a37b2c4d-c941-48fe-97c3-ad5a60586882?t=1412769929183)](http://demo.vaadin.com/dashboard) + +Running the App +== +Run 'mvn -Pproduction-mode jetty:run' to run in a local jetty. Open in localhost:8080 + +Run the Maven 'install' target and deploy the resulting WAR file to your Java application server. + +You need a license for Vaadin Charts to compile the widgetset. You can get a free 30 day trial license by going to https://vaadin.com/directory#addon/vaadin-charts and clicking the orange "Free trial key" button. It gives you a trial key. [See the help section](https://vaadin.com/directory/help/installing-cval-license) which shows you how to install the key. + +Basically you need to create a file name ".vaadin.charts.developer.license" in your HOME directory, and place the key there. + +Run 'mvn -Pproduction-mode verify' to run the Vaadin TestBench tests. + +*Note*: You need a valid [Vaadin TestBench license](https://vaadin.com/add-ons/testbench) and [Firefox browser](https://www.mozilla.org/firefox/) installed to run the tests. + +Licenses +== +The source code is released under Apache 2.0. + +The application uses the [Vaadin Charts](https://vaadin.com/charts) add-on, which is released under the Commercial Vaadin Addon License: https://vaadin.com/license/cval-3 diff --git a/pom.xml b/pom.xml index fea60105..14214b60 100644 --- a/pom.xml +++ b/pom.xml @@ -1,310 +1,250 @@ - 4.0.0 - com.vaadin.demo - quicktickets-dashboard - 1.0.3-SNAPSHOT - war + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + com.vaadin.demo + quicktickets-dashboard + 1.0.3-SNAPSHOT + war - - false - 8.0.1 - ${vaadin.version} - UTF-8 - UTF-8 - - - - vaadin-addons - http://maven.vaadin.com/vaadin-addons - - true - - - - sonatype vaadin - https://oss.sonatype.org/content/repositories/vaadin/ - - - vaadin-prereleases - https://maven.vaadin.com/vaadin-prereleases - - + + org.springframework.boot + spring-boot-starter-parent + 1.5.10.RELEASE + + - - - vaadin-prereleases - https://maven.vaadin.com/vaadin-prereleases - - + + false + 8.0.1 + ${vaadin.version} + UTF-8 + UTF-8 - - - production-mode - - true - - - - productionMode - true - - - - - - com.vaadin - vaadin-maven-plugin - ${vaadin.plugin.version} - - - - - - resources - update-widgetset - compile - compile-theme - update-theme - - - - + - - org.eclipse.jetty - jetty-maven-plugin - 9.2.3.v20140905 - - - - start-jetty - pre-integration-test - - start - - - 0 - STOP - 8866 - - - - stop-jetty - post-integration-test - - stop - - - STOP - 8866 - - - - + + + vaadin-addons + http://maven.vaadin.com/vaadin-addons + + true + + + + sonatype vaadin + https://oss.sonatype.org/content/repositories/vaadin/ + + + vaadin-prereleases + https://maven.vaadin.com/vaadin-prereleases + + - - org.apache.maven.plugins - maven-failsafe-plugin - 2.12 - - - - integration-test - verify - - - - - - - - + + + vaadin-prereleases + https://maven.vaadin.com/vaadin-prereleases + + - - - com.vaadin - vaadin-server - ${vaadin.version} - - - com.vaadin - vaadin-compatibility-server - ${vaadin.version} - - - com.vaadin - vaadin-compatibility-client - ${vaadin.version} - provided - - - com.vaadin - vaadin-client-compiler - ${vaadin.version} - provided - - - com.vaadin - vaadin-themes - ${vaadin.version} - - - com.vaadin.addon - vaadin-charts - 4.0.0-alpha4 - - - org.vaadin.addons - googleanalyticstracker - 2.1.0 - - - com.vaadin - vaadin-testbench - 4.0.3 - test - - - org.peimari - maddon - 1.15 - - - org.slf4j - slf4j-jdk14 - 1.6.4 - - - com.google.guava - guava - 18.0 - - - com.google.code.gson - gson - 2.7 - - - - javax.servlet - javax.servlet-api - 3.0.1 - provided - - + + + production-mode + + true + + + + productionMode + true + + + + + + com.vaadin + vaadin-maven-plugin + ${vaadin.plugin.version} + + + + + + resources + update-widgetset + compile + compile-theme + update-theme + + + + - - - - maven-compiler-plugin - - 1.8 - 1.8 - - - - maven-clean-plugin - 2.5 - - - - src/main/webapp/VAADIN/widgetsets - - - src/main/webapp/VAADIN/gwt-unitCache - - - - - - com.vaadin - vaadin-maven-plugin - ${vaadin.plugin.version} - - -Xmx1G -Xss1024k - ${basedir}/src/main/webapp/VAADIN/widgetsets - ${basedir}/src/main/webapp/VAADIN/widgetsets - true - false - - true - http://localhost:8080/ - - - - - - - resources - update-theme - update-widgetset - compile-theme - compile - - - - - - org.apache.maven.plugins - maven-war-plugin - - - - ${basedir}/src/main/webapp/WEB-INF - - *.xml - - WEB-INF - true - - - - - + + + + - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - com.vaadin - - vaadin-maven-plugin - - - [7.1.0,) - - - resources - - update-widgetset - - compile-theme - update-theme - - - - - - - - - - - - - + + + + com.vaadin + vaadin-spring-boot-starter + 2.0.1 + + + + + org.springframework.boot + spring-boot-starter-test + test + + + + com.vaadin + vaadin-server + ${vaadin.version} + + + com.vaadin + vaadin-compatibility-server + ${vaadin.version} + + + com.vaadin + vaadin-compatibility-client + ${vaadin.version} + provided + + + com.vaadin + vaadin-client-compiler + ${vaadin.version} + provided + + + com.vaadin + vaadin-themes + ${vaadin.version} + + + com.vaadin.addon + vaadin-charts + 4.0.0-alpha4 + + + org.vaadin.addons + googleanalyticstracker + 2.1.0 + + + com.vaadin + vaadin-testbench + 4.0.3 + test + + + org.peimari + maddon + 1.15 + + + org.slf4j + slf4j-jdk14 + 1.6.4 + + + com.google.guava + guava + 18.0 + + + com.google.code.gson + gson + 2.7 + + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + + + + + + com.vaadin + vaadin-bom + ${vaadin.version} + pom + import + + + + + + + + + maven-compiler-plugin + + 1.8 + 1.8 + + + + maven-clean-plugin + 2.5 + + + + src/main/webapp/VAADIN/widgetsets + + + src/main/webapp/VAADIN/gwt-unitCache + + + + + + com.vaadin + vaadin-maven-plugin + ${vaadin.plugin.version} + + -Xmx1G -Xss1024k + -Dvaadin.touchkit.developer.license=f2261b41-de7c-4b40-a646-83d94dd168aa + + ${basedir}/src/main/resources/VAADIN/widgetsets + ${basedir}/src/main/resources/VAADIN/widgetsets + true + false + + true + http://localhost:8080/ + + + + + + + resources + update-theme + update-widgetset + compile-theme + compile + + + + + + + + + diff --git a/src/main/java/com/vaadin/demo/QuichticketsDashboard.java b/src/main/java/com/vaadin/demo/QuichticketsDashboard.java new file mode 100644 index 00000000..c2d1521c --- /dev/null +++ b/src/main/java/com/vaadin/demo/QuichticketsDashboard.java @@ -0,0 +1,19 @@ +package com.vaadin.demo; + +import org.springframework.boot.SpringApplication; +import org.springframework.boot.autoconfigure.EnableAutoConfiguration; +import org.springframework.boot.autoconfigure.SpringBootApplication; +import org.springframework.context.annotation.ComponentScan; + +/** + * Created by Ayhan.Ugurlu on 12/02/2018 + */ +@SpringBootApplication +@EnableAutoConfiguration +@ComponentScan +public class QuichticketsDashboard { + + public static void main(String[] args) { + SpringApplication.run(QuichticketsDashboard.class, args); + } +} diff --git a/src/main/java/com/vaadin/demo/dashboard/DashboardUI.java b/src/main/java/com/vaadin/demo/dashboard/DashboardUI.java index d2218e40..31611400 100644 --- a/src/main/java/com/vaadin/demo/dashboard/DashboardUI.java +++ b/src/main/java/com/vaadin/demo/dashboard/DashboardUI.java @@ -22,6 +22,7 @@ import com.vaadin.server.Responsive; import com.vaadin.server.VaadinRequest; import com.vaadin.server.VaadinSession; +import com.vaadin.spring.annotation.SpringUI; import com.vaadin.ui.UI; import com.vaadin.ui.Window; import com.vaadin.ui.themes.ValoTheme; @@ -29,6 +30,7 @@ @Theme("dashboard") @Widgetset("com.vaadin.demo.dashboard.DashboardWidgetSet") @Title("QuickTickets Dashboard") +@SpringUI(path = "/*") @SuppressWarnings("serial") public final class DashboardUI extends UI { diff --git a/src/main/java/com/vaadin/demo/dashboard/data/dummy/DummyDataProvider.java b/src/main/java/com/vaadin/demo/dashboard/data/dummy/DummyDataProvider.java index 082c8701..78e9d14b 100644 --- a/src/main/java/com/vaadin/demo/dashboard/data/dummy/DummyDataProvider.java +++ b/src/main/java/com/vaadin/demo/dashboard/data/dummy/DummyDataProvider.java @@ -42,6 +42,7 @@ import com.vaadin.demo.dashboard.domain.User; import com.vaadin.server.VaadinRequest; import com.vaadin.util.CurrentInstance; +import org.springframework.core.io.ClassPathResource; /** * A dummy implementation for the backend API. @@ -124,12 +125,16 @@ private static Collection loadMoviesData() { fileWriter.write(json.toString()); fileWriter.close(); } catch (Exception e) { - json = readJsonFromFile(new File(baseDirectory - + "/movies-fallback.txt")); + + + ClassLoader classLoader = ClassLoader.getSystemClassLoader(); + File file = new File(classLoader.getResource("com/vaadin/demo/dashboard/data/dummy/movies-fallback.txt").getFile()); + json = readJsonFromFile(file); } } else { - json = readJsonFromFile(new File(baseDirectory - + "/movies-fallback.txt")); + ClassLoader classLoader = ClassLoader.getSystemClassLoader(); + File file = new File(classLoader.getResource("com/vaadin/demo/dashboard/data/dummy/movies-fallback.txt").getFile()); + json = readJsonFromFile(file); } } } catch (Exception e) { diff --git a/src/main/webapp/VAADIN/themes/dashboard/common.scss b/src/main/resources/VAADIN/themes/dashboard/common.scss similarity index 100% rename from src/main/webapp/VAADIN/themes/dashboard/common.scss rename to src/main/resources/VAADIN/themes/dashboard/common.scss diff --git a/src/main/webapp/VAADIN/themes/dashboard/dashboard.scss b/src/main/resources/VAADIN/themes/dashboard/dashboard.scss similarity index 100% rename from src/main/webapp/VAADIN/themes/dashboard/dashboard.scss rename to src/main/resources/VAADIN/themes/dashboard/dashboard.scss diff --git a/src/main/webapp/VAADIN/themes/dashboard/favicon.ico b/src/main/resources/VAADIN/themes/dashboard/favicon.ico similarity index 100% rename from src/main/webapp/VAADIN/themes/dashboard/favicon.ico rename to src/main/resources/VAADIN/themes/dashboard/favicon.ico diff --git a/src/main/webapp/VAADIN/themes/dashboard/img/app-icon.png b/src/main/resources/VAADIN/themes/dashboard/img/app-icon.png similarity index 100% rename from src/main/webapp/VAADIN/themes/dashboard/img/app-icon.png rename to src/main/resources/VAADIN/themes/dashboard/img/app-icon.png diff --git a/src/main/webapp/VAADIN/themes/dashboard/img/draft-report-thumb.png b/src/main/resources/VAADIN/themes/dashboard/img/draft-report-thumb.png similarity index 100% rename from src/main/webapp/VAADIN/themes/dashboard/img/draft-report-thumb.png rename to src/main/resources/VAADIN/themes/dashboard/img/draft-report-thumb.png diff --git a/src/main/webapp/VAADIN/themes/dashboard/img/empty-poster.png b/src/main/resources/VAADIN/themes/dashboard/img/empty-poster.png similarity index 100% rename from src/main/webapp/VAADIN/themes/dashboard/img/empty-poster.png rename to src/main/resources/VAADIN/themes/dashboard/img/empty-poster.png diff --git a/src/main/webapp/VAADIN/themes/dashboard/img/event-title-bg.png b/src/main/resources/VAADIN/themes/dashboard/img/event-title-bg.png similarity index 100% rename from src/main/webapp/VAADIN/themes/dashboard/img/event-title-bg.png rename to src/main/resources/VAADIN/themes/dashboard/img/event-title-bg.png diff --git a/src/main/webapp/VAADIN/themes/dashboard/img/notes-bg.png b/src/main/resources/VAADIN/themes/dashboard/img/notes-bg.png similarity index 100% rename from src/main/webapp/VAADIN/themes/dashboard/img/notes-bg.png rename to src/main/resources/VAADIN/themes/dashboard/img/notes-bg.png diff --git a/src/main/webapp/VAADIN/themes/dashboard/img/palette-chart.png b/src/main/resources/VAADIN/themes/dashboard/img/palette-chart.png similarity index 100% rename from src/main/webapp/VAADIN/themes/dashboard/img/palette-chart.png rename to src/main/resources/VAADIN/themes/dashboard/img/palette-chart.png diff --git a/src/main/webapp/VAADIN/themes/dashboard/img/palette-grid.png b/src/main/resources/VAADIN/themes/dashboard/img/palette-grid.png similarity index 100% rename from src/main/webapp/VAADIN/themes/dashboard/img/palette-grid.png rename to src/main/resources/VAADIN/themes/dashboard/img/palette-grid.png diff --git a/src/main/webapp/VAADIN/themes/dashboard/img/palette-text.png b/src/main/resources/VAADIN/themes/dashboard/img/palette-text.png similarity index 100% rename from src/main/webapp/VAADIN/themes/dashboard/img/palette-text.png rename to src/main/resources/VAADIN/themes/dashboard/img/palette-text.png diff --git a/src/main/webapp/VAADIN/themes/dashboard/img/poster-gloss.png b/src/main/resources/VAADIN/themes/dashboard/img/poster-gloss.png similarity index 100% rename from src/main/webapp/VAADIN/themes/dashboard/img/poster-gloss.png rename to src/main/resources/VAADIN/themes/dashboard/img/poster-gloss.png diff --git a/src/main/webapp/VAADIN/themes/dashboard/img/profile-pic-300px.jpg b/src/main/resources/VAADIN/themes/dashboard/img/profile-pic-300px.jpg similarity index 100% rename from src/main/webapp/VAADIN/themes/dashboard/img/profile-pic-300px.jpg rename to src/main/resources/VAADIN/themes/dashboard/img/profile-pic-300px.jpg diff --git a/src/main/webapp/VAADIN/themes/dashboard/styles.scss b/src/main/resources/VAADIN/themes/dashboard/styles.scss similarity index 100% rename from src/main/webapp/VAADIN/themes/dashboard/styles.scss rename to src/main/resources/VAADIN/themes/dashboard/styles.scss diff --git a/src/main/webapp/VAADIN/themes/dashboard/views/dashboardview.scss b/src/main/resources/VAADIN/themes/dashboard/views/dashboardview.scss similarity index 100% rename from src/main/webapp/VAADIN/themes/dashboard/views/dashboardview.scss rename to src/main/resources/VAADIN/themes/dashboard/views/dashboardview.scss diff --git a/src/main/webapp/VAADIN/themes/dashboard/views/login.scss b/src/main/resources/VAADIN/themes/dashboard/views/login.scss similarity index 100% rename from src/main/webapp/VAADIN/themes/dashboard/views/login.scss rename to src/main/resources/VAADIN/themes/dashboard/views/login.scss diff --git a/src/main/webapp/VAADIN/themes/dashboard/views/reports.scss b/src/main/resources/VAADIN/themes/dashboard/views/reports.scss similarity index 100% rename from src/main/webapp/VAADIN/themes/dashboard/views/reports.scss rename to src/main/resources/VAADIN/themes/dashboard/views/reports.scss diff --git a/src/main/webapp/VAADIN/themes/dashboard/views/sales.scss b/src/main/resources/VAADIN/themes/dashboard/views/sales.scss similarity index 100% rename from src/main/webapp/VAADIN/themes/dashboard/views/sales.scss rename to src/main/resources/VAADIN/themes/dashboard/views/sales.scss diff --git a/src/main/webapp/VAADIN/themes/dashboard/views/schedule.scss b/src/main/resources/VAADIN/themes/dashboard/views/schedule.scss similarity index 100% rename from src/main/webapp/VAADIN/themes/dashboard/views/schedule.scss rename to src/main/resources/VAADIN/themes/dashboard/views/schedule.scss diff --git a/src/main/webapp/VAADIN/themes/dashboard/views/transactions.scss b/src/main/resources/VAADIN/themes/dashboard/views/transactions.scss similarity index 100% rename from src/main/webapp/VAADIN/themes/dashboard/views/transactions.scss rename to src/main/resources/VAADIN/themes/dashboard/views/transactions.scss diff --git a/src/main/resources/movies-fallback.txt b/src/main/resources/movies-fallback.txt new file mode 100644 index 00000000..718246c6 --- /dev/null +++ b/src/main/resources/movies-fallback.txt @@ -0,0 +1 @@ +{"total":114,"movies":[{"id":"771374432","title":"San Andreas","year":2015,"mpaa_rating":"PG-13","runtime":114,"critics_consensus":"","release_dates":{"theater":"2015-05-29"},"ratings":{"critics_rating":"Rotten","critics_score":48,"audience_rating":"Upright","audience_score":64},"synopsis":"Journey 2: The Mysterious Island's Brad Peyton steps into disaster movie territory with this 3D film surrounding an earthquake that hits the West Coast. Carlton Cuse provides the script. ~ Jeremy Wheeler, Rovi","posters":{"thumbnail":"http://resizing.flixster.com/AeaFMmg9JiQcPXr64RZhonhPQCw=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/13/11191363_ori.jpg","profile":"http://resizing.flixster.com/AeaFMmg9JiQcPXr64RZhonhPQCw=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/13/11191363_ori.jpg","detailed":"http://resizing.flixster.com/AeaFMmg9JiQcPXr64RZhonhPQCw=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/13/11191363_ori.jpg","original":"http://resizing.flixster.com/AeaFMmg9JiQcPXr64RZhonhPQCw=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/13/11191363_ori.jpg"},"abridged_cast":[{"name":"Dwayne \"The Rock\" Johnson","id":"770893686","characters":["Chief Ray Gaines"]},{"name":"Carla Gugino","id":"162662384","characters":["Emma"]},{"name":"Alexandra Daddario","id":"770777867","characters":["Blake Gaines"]},{"name":"Paul Giamatti","id":"162683649","characters":["Lawrence"]},{"name":"Ioan Gruffudd","id":"162652780","characters":["Daniel"]}],"alternate_ids":{"imdb":"2126355"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771374432.json","alternate":"http://www.rottentomatoes.com/m/san_andreas/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771374432/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771374432/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771374432/similar.json"}},{"id":"770799339","title":"Poltergeist","year":2015,"mpaa_rating":"PG-13","runtime":93,"critics_consensus":"","release_dates":{"theater":"2015-05-22"},"ratings":{"critics_rating":"Rotten","critics_score":32,"audience_rating":"Spilled","audience_score":28},"synopsis":"Legendary filmmaker Sam Raimi (\"Spiderman,\" \"Evil Dead\", \"The Grudge\") and director Gil Kenan (\"Monster House\") contemporize the classic tale about a family whose suburban home is haunted by evil forces. When the terrifying apparitions escalate their attacks and hold the youngest daughter captive, the family must come together to rescue her before she disappears forever. (C) Fox","posters":{"thumbnail":"http://resizing.flixster.com/bkYeEV4fy7nKB7-QnOPE_PL57ZI=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/08/11190873_ori.jpg","profile":"http://resizing.flixster.com/bkYeEV4fy7nKB7-QnOPE_PL57ZI=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/08/11190873_ori.jpg","detailed":"http://resizing.flixster.com/bkYeEV4fy7nKB7-QnOPE_PL57ZI=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/08/11190873_ori.jpg","original":"http://resizing.flixster.com/bkYeEV4fy7nKB7-QnOPE_PL57ZI=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/08/11190873_ori.jpg"},"abridged_cast":[{"name":"Sam Rockwell","id":"162652298","characters":["Eric Bowen"]},{"name":"Rosemarie DeWitt","id":"356196984","characters":["Amy Bowen"]},{"name":"Kyle Catlett","id":"771393428","characters":["Griffin Bowen"]},{"name":"Saxon Sharbino","id":"771446353","characters":["Kendra Bowen"]},{"name":"Kennedi Clements","id":"771389322","characters":["Madison Bowen"]}],"alternate_ids":{"imdb":"1029360"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/770799339.json","alternate":"http://www.rottentomatoes.com/m/poltergeist-2009/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/770799339/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/770799339/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/770799339/similar.json"}},{"id":"771028170","title":"Mad Max: Fury Road","year":2015,"mpaa_rating":"R","runtime":120,"critics_consensus":"","release_dates":{"theater":"2015-05-15"},"ratings":{"critics_rating":"Certified Fresh","critics_score":98,"audience_rating":"Upright","audience_score":90},"synopsis":"Filmmaker George Miller gears up for another post-apocalyptic action adventure with Fury Road, the fourth outing in the Mad Max film series. Charlize Theron stars alongside Tom Hardy (Bronson), with Zoe Kravitz, Adelaide Clemens, and Rosie Huntington Whiteley heading up the supporting cast. ~ Jeremy Wheeler, Rovi","posters":{"thumbnail":"http://resizing.flixster.com/fYBKxclWsYLoJy9l5Oa2632NMNM=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/12/11191276_ori.jpg","profile":"http://resizing.flixster.com/fYBKxclWsYLoJy9l5Oa2632NMNM=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/12/11191276_ori.jpg","detailed":"http://resizing.flixster.com/fYBKxclWsYLoJy9l5Oa2632NMNM=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/12/11191276_ori.jpg","original":"http://resizing.flixster.com/fYBKxclWsYLoJy9l5Oa2632NMNM=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/12/11191276_ori.jpg"},"abridged_cast":[{"name":"Tom Hardy","id":"391527059","characters":["Max Rockatansky"]},{"name":"Charlize Theron","id":"162654733","characters":["Imperator Furiosa"]},{"name":"Nicholas Hoult","id":"162654938","characters":["Nux"]},{"name":"Rosie Huntington-Whiteley","id":"771075959","characters":["Splendid"]},{"name":"Zoe Kravitz","id":"771460102","characters":["Toast the Knowing"]}],"alternate_ids":{"imdb":"1392190"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771028170.json","alternate":"http://www.rottentomatoes.com/m/mad_max_fury_road/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771028170/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771028170/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771028170/similar.json"}},{"id":"771306778","title":"Tomorrowland","year":2015,"mpaa_rating":"PG","runtime":107,"critics_consensus":"","release_dates":{"theater":"2015-05-22"},"ratings":{"critics_rating":"Rotten","critics_score":49,"audience_rating":"Spilled","audience_score":58},"synopsis":"From Disney comes two-time Oscar (R) winner Brad Bird's riveting, mystery adventure \"Tomorrowland,\" starring Academy Award (R) winner George Clooney. Bound by a shared destiny, former boy-genius Frank (Clooney), jaded by disillusionment, and Casey (Britt Robertson), a bright, optimistic teen bursting with scientific curiosity, embark on a danger-filled mission to unearth the secrets of an enigmatic place somewhere in time and space known only as \"Tomorrowland.\" What they must do there changes the world-and them-forever. Featuring a screenplay by \"Lost\" writer and co-creator Damon Lindelof and Brad Bird, from a story by Lindelof & Bird & Jeff Jensen, \"Tomorrowland\" promises to take audiences on a thrill ride of nonstop adventures through new dimensions that have only been dreamed of.(C) Walt Disney","posters":{"thumbnail":"http://resizing.flixster.com/NfvLf1FYf6Y4CUpWOYIFj63wQTc=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/06/11190666_ori.jpg","profile":"http://resizing.flixster.com/NfvLf1FYf6Y4CUpWOYIFj63wQTc=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/06/11190666_ori.jpg","detailed":"http://resizing.flixster.com/NfvLf1FYf6Y4CUpWOYIFj63wQTc=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/06/11190666_ori.jpg","original":"http://resizing.flixster.com/NfvLf1FYf6Y4CUpWOYIFj63wQTc=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/06/11190666_ori.jpg"},"abridged_cast":[{"name":"George Clooney","id":"162654528","characters":["Frank"]},{"name":"Hugh Laurie","id":"162746075","characters":["David Nix"]},{"name":"Raffey Cassidy","id":"771407744","characters":["Athena"]},{"name":"Brittany Robertson","id":"770687068","characters":["Casey"]},{"name":"Thomas Robinson","id":"770842741","characters":["Young Frank Walker"]}],"alternate_ids":{"imdb":"1964418"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771306778.json","alternate":"http://www.rottentomatoes.com/m/tomorrowland_2015/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771306778/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771306778/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771306778/similar.json"}},{"id":"771313962","title":"Avengers: Age of Ultron","year":2015,"mpaa_rating":"PG-13","runtime":141,"critics_consensus":"","release_dates":{"theater":"2015-05-01"},"ratings":{"critics_rating":"Certified Fresh","critics_score":74,"audience_rating":"Upright","audience_score":87},"synopsis":"When Tony Stark jumpstarts a dormant peacekeeping program, things go awry and Earth's Mightiest Heroes, including Iron Man, Captain America, Thor, The Incredible Hulk, Black Widow and Hawkeye, are put to the ultimate test as they battle to save the planet from destruction at the hands of the villainous Ultron.","posters":{"thumbnail":"http://resizing.flixster.com/DVeVAWtpeCRUjCsJZWUyv1jxPTA=/54x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/01/11190143_ori.jpg","profile":"http://resizing.flixster.com/DVeVAWtpeCRUjCsJZWUyv1jxPTA=/54x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/01/11190143_ori.jpg","detailed":"http://resizing.flixster.com/DVeVAWtpeCRUjCsJZWUyv1jxPTA=/54x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/01/11190143_ori.jpg","original":"http://resizing.flixster.com/DVeVAWtpeCRUjCsJZWUyv1jxPTA=/54x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/01/11190143_ori.jpg"},"abridged_cast":[{"name":"Robert Downey Jr.","id":"162654529","characters":["Tony Stark/Iron Man"]},{"name":"Chris Evans","id":"162652784","characters":["Steve Rogers/Captain America"]},{"name":"Mark Ruffalo","id":"162653904","characters":["Bruce Banner/The Hulk"]},{"name":"Chris Hemsworth","id":"770829335","characters":["Thor"]},{"name":"Scarlett Johansson","id":"162652872","characters":["Natasha Romanoff/Black Widow"]}],"alternate_ids":{"imdb":"2395427"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771313962.json","alternate":"http://www.rottentomatoes.com/m/avengers_age_of_ultron/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771313962/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771313962/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771313962/similar.json"}},{"id":"771356696","title":"Pitch Perfect 2","year":2015,"mpaa_rating":"PG-13","runtime":114,"critics_consensus":"","release_dates":{"theater":"2015-05-15"},"ratings":{"critics_rating":"Fresh","critics_score":65,"audience_rating":"Upright","audience_score":73},"synopsis":"Surprise hit Pitch Perfect gets sequelized in this Universal Pictures production once again scripted by Kay Cannon. ~ Jeremy Wheeler, Rovi","posters":{"thumbnail":"http://resizing.flixster.com/-1cJJRR68OnUQpLSWPKmlVbgdE8=/54x77/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/12/11191224_ori.jpg","profile":"http://resizing.flixster.com/-1cJJRR68OnUQpLSWPKmlVbgdE8=/54x77/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/12/11191224_ori.jpg","detailed":"http://resizing.flixster.com/-1cJJRR68OnUQpLSWPKmlVbgdE8=/54x77/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/12/11191224_ori.jpg","original":"http://resizing.flixster.com/-1cJJRR68OnUQpLSWPKmlVbgdE8=/54x77/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/12/11191224_ori.jpg"},"abridged_cast":[{"name":"Anna Kendrick","id":"528367112","characters":["Beca"]},{"name":"Rebel Wilson","id":"771029520","characters":["Fat Amy"]},{"name":"Brittany Snow","id":"162652474","characters":["Chloe"]},{"name":"Hailee Steinfeld","id":"771070631"},{"name":"Katey Sagal","id":"362101079"}],"alternate_ids":{"imdb":"2848292"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771356696.json","alternate":"http://www.rottentomatoes.com/m/pitch_perfect_2/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771356696/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771356696/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771356696/similar.json"}},{"id":"771356651","title":"Aloha","year":2015,"mpaa_rating":"PG-13","runtime":105,"critics_consensus":"","release_dates":{"theater":"2015-05-29","dvd":"2015-08-24"},"ratings":{"critics_rating":"Rotten","critics_score":19,"audience_rating":"Spilled","audience_score":40},"synopsis":"Bradley Cooper stars as a defense worker who teams up with a pilot (Emma Stone) to stop a satellite launch in this romantic comedy from Cameron Crowe. Rachel McAdams co-stars. ~ Jeremy Wheeler, Rovi","posters":{"thumbnail":"http://resizing.flixster.com/vpfAXyJFtvwoiGgaYW2KahuBiLk=/52x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/11/11191162_ori.jpg","profile":"http://resizing.flixster.com/vpfAXyJFtvwoiGgaYW2KahuBiLk=/52x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/11/11191162_ori.jpg","detailed":"http://resizing.flixster.com/vpfAXyJFtvwoiGgaYW2KahuBiLk=/52x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/11/11191162_ori.jpg","original":"http://resizing.flixster.com/vpfAXyJFtvwoiGgaYW2KahuBiLk=/52x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/11/11191162_ori.jpg"},"abridged_cast":[{"name":"Bradley Cooper","id":"351525448","characters":["Brian Gilcrest"]},{"name":"Emma Stone","id":"770683296","characters":["Allison Ng"]},{"name":"Rachel McAdams","id":"162652838","characters":["Tracy Woodside"]},{"name":"Danny McBride","id":"770672019","characters":["Colonel Lacy"]},{"name":"John Krasinski","id":"625475404","characters":["Woody Woodside"]}],"alternate_ids":{"imdb":"1243974"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771356651.json","alternate":"http://www.rottentomatoes.com/m/aloha_2015/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771356651/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771356651/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771356651/similar.json"}},{"id":"771358545","title":"Hot Pursuit","year":2015,"mpaa_rating":"PG-13","runtime":87,"critics_consensus":"","release_dates":{"theater":"2015-05-08"},"ratings":{"critics_rating":"Rotten","critics_score":7,"audience_rating":"Spilled","audience_score":44},"synopsis":"In \"Hot Pursuit,\" an uptight and by-the-book cop (Reese Witherspoon) tries to protect the sexy and outgoing widow (Sofia Vergara) of a drug boss as they race through Texas, pursued by crooked cops and murderous gunmen. -- (C) New Line","posters":{"thumbnail":"http://resizing.flixster.com/93GTTdckK7HGUfYCfIDPGAmCwkc=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/10/11191072_ori.jpg","profile":"http://resizing.flixster.com/93GTTdckK7HGUfYCfIDPGAmCwkc=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/10/11191072_ori.jpg","detailed":"http://resizing.flixster.com/93GTTdckK7HGUfYCfIDPGAmCwkc=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/10/11191072_ori.jpg","original":"http://resizing.flixster.com/93GTTdckK7HGUfYCfIDPGAmCwkc=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/10/11191072_ori.jpg"},"abridged_cast":[{"name":"Reese Witherspoon","id":"162653903"},{"name":"Sofia Vergara","id":"162653186"},{"name":"John Carroll Lynch","id":"427815655"},{"name":"Rob Kazinsky","id":"771086031"},{"name":"Richard T. Jones","id":"162711070"}],"alternate_ids":{"imdb":"2967224"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771358545.json","alternate":"http://www.rottentomatoes.com/m/dont_mess_with_texas_2014/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771358545/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771358545/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771358545/similar.json"}},{"id":"771315639","title":"Home","year":2015,"mpaa_rating":"PG","runtime":93,"critics_consensus":"","release_dates":{"theater":"2015-03-26","dvd":"2015-07-28"},"ratings":{"critics_rating":"Rotten","critics_score":46,"audience_rating":"Upright","audience_score":67},"synopsis":"When Oh, a loveable misfit from another planet, lands on Earth and finds himself on the run from his own people, he forms an unlikely friendship with an adventurous girl named Tip who is on a quest of her own. Through a series of comic adventures with Tip, Oh comes to understand that being different and making mistakes is all part of being human. And while he changes her planet and she changes his world, they discover the true meaning of the word HOME. (c) Fox","posters":{"thumbnail":"http://resizing.flixster.com/LO7V_j1xUTlsbwzIyCINBxBm5qE=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/17/11181778_ori.jpg","profile":"http://resizing.flixster.com/LO7V_j1xUTlsbwzIyCINBxBm5qE=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/17/11181778_ori.jpg","detailed":"http://resizing.flixster.com/LO7V_j1xUTlsbwzIyCINBxBm5qE=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/17/11181778_ori.jpg","original":"http://resizing.flixster.com/LO7V_j1xUTlsbwzIyCINBxBm5qE=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/17/11181778_ori.jpg"},"abridged_cast":[{"name":"Jim Parsons","id":"770702500","characters":["Oh"]},{"name":"Rihanna","id":"351524959","characters":["Tip"]},{"name":"Steve Martin","id":"162654836","characters":["Captain Smek"]},{"name":"Jennifer Lopez","id":"162652167"}],"alternate_ids":{"imdb":"2224026"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771315639.json","alternate":"http://www.rottentomatoes.com/m/home_2015/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771315639/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771315639/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771315639/similar.json"}},{"id":"771368269","title":"Far From the Madding Crowd","year":2015,"mpaa_rating":"PG-13","runtime":119,"critics_consensus":"","release_dates":{"theater":"2015-05-01","dvd":"2015-09-07"},"ratings":{"critics_rating":"Certified Fresh","critics_score":85,"audience_rating":"Upright","audience_score":81},"synopsis":"Based on the literary classic by Thomas Hardy, FAR FROM THE MADDING CROWD is the story of independent, beautiful and headstrong Bathsheba Everdene (Carey Mulligan), who attracts three very different suitors: Gabriel Oak (Matthias Schoenaerts), a sheep farmer, captivated by her fetching willfulness; Frank Troy (Tom Sturridge), a handsome and reckless Sergeant; and William Boldwood (Michael Sheen), a prosperous and mature bachelor. This timeless story of Bathsheba's choices and passions explores the nature of relationships and love - as well as the human ability to overcome hardships through resilience and perseverance. (C) Fox Searchlight","posters":{"thumbnail":"http://resizing.flixster.com/6UP0cbWfdRndmMN0QOOn_3kIzvg=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/09/11190928_ori.jpg","profile":"http://resizing.flixster.com/6UP0cbWfdRndmMN0QOOn_3kIzvg=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/09/11190928_ori.jpg","detailed":"http://resizing.flixster.com/6UP0cbWfdRndmMN0QOOn_3kIzvg=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/09/11190928_ori.jpg","original":"http://resizing.flixster.com/6UP0cbWfdRndmMN0QOOn_3kIzvg=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/09/11190928_ori.jpg"},"abridged_cast":[{"name":"Carey Mulligan","id":"770678627","characters":["Bathsheba Everdene"]},{"name":"Tom Sturridge","id":"358069004","characters":["Frank Troy"]},{"name":"Matthias Schoenaerts","id":"403904587","characters":["Gabriel Oak"]},{"name":"Michael Sheen","id":"326395770","characters":["William Boldwood"]},{"name":"Juno Temple","id":"770696465","characters":["Fanny Robin"]}],"alternate_ids":{"imdb":"2935476"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771368269.json","alternate":"http://www.rottentomatoes.com/m/far_from_the_madding_crowd_2014/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771368269/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771368269/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771368269/similar.json"}},{"id":"771354922","title":"Furious 7","year":2015,"mpaa_rating":"PG-13","runtime":140,"critics_consensus":"","release_dates":{"theater":"2015-04-03"},"ratings":{"critics_rating":"Certified Fresh","critics_score":82,"audience_rating":"Upright","audience_score":85},"synopsis":"Continuing the global exploits in the unstoppable franchise built on speed, Vin Diesel, Paul Walker and Dwayne Johnson lead the returning cast of Fast & Furious 7. James Wan directs this chapter of the hugely successful series that also welcomes back favorites Michelle Rodriguez, Jordana Brewster, Tyrese Gibson, Chris \"Ludacris\" Bridges, Elsa Pataky and Lucas Black. They are joined by international action stars new to the franchise including Jason Statham, Djimon Hounsou, Tony Jaa, Ronda Rousey and Kurt Russell.","posters":{"thumbnail":"http://resizing.flixster.com/pVDoql2vCTzNNu0t6z0EUlE5G_c=/51x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/14/11181482_ori.jpg","profile":"http://resizing.flixster.com/pVDoql2vCTzNNu0t6z0EUlE5G_c=/51x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/14/11181482_ori.jpg","detailed":"http://resizing.flixster.com/pVDoql2vCTzNNu0t6z0EUlE5G_c=/51x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/14/11181482_ori.jpg","original":"http://resizing.flixster.com/pVDoql2vCTzNNu0t6z0EUlE5G_c=/51x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/14/11181482_ori.jpg"},"abridged_cast":[{"name":"Vin Diesel","id":"162652472","characters":["Dominic Toretto"]},{"name":"Paul Walker","id":"162654234","characters":["Brian O'Conner"]},{"name":"Tony Jaa","id":"162684066","characters":["Louie Tran"]},{"name":"Jason Statham","id":"162653720","characters":["Deckard Shaw"]},{"name":"Dwayne \"The Rock\" Johnson","id":"770893686","characters":["Luke Hobbs"]}],"alternate_ids":{"imdb":"2820852"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771354922.json","alternate":"http://www.rottentomatoes.com/m/furious_7/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771354922/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771354922/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771354922/similar.json"}},{"id":"771372649","title":"Paul Blart: Mall Cop 2","year":2015,"mpaa_rating":"PG","runtime":94,"critics_consensus":"","release_dates":{"theater":"2015-04-17","dvd":"2015-07-21"},"ratings":{"critics_rating":"Rotten","critics_score":6,"audience_rating":"Spilled","audience_score":43},"synopsis":"After six years of keeping our malls safe, Paul Blart has earned a well-deserved vacation. He heads to Vegas with his teenage daughter before she heads off to college. But safety never takes a holiday and when duty calls, Blart answers. (C) Sony","posters":{"thumbnail":"http://resizing.flixster.com/BcnRnWjMhKI0lBlFtxp3GxNJnLk=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/91/11189143_ori.jpg","profile":"http://resizing.flixster.com/BcnRnWjMhKI0lBlFtxp3GxNJnLk=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/91/11189143_ori.jpg","detailed":"http://resizing.flixster.com/BcnRnWjMhKI0lBlFtxp3GxNJnLk=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/91/11189143_ori.jpg","original":"http://resizing.flixster.com/BcnRnWjMhKI0lBlFtxp3GxNJnLk=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/91/11189143_ori.jpg"},"abridged_cast":[{"name":"Kevin James","id":"326298578","characters":["Paul Blart"]},{"name":"Raini Rodriguez","id":"770803303","characters":["Maya Blart"]},{"name":"Neal McDonough","id":"326391936","characters":["Vincent Sofel"]},{"name":"Shirley Knight","id":"364614537","characters":["Mom"]},{"name":"Daniella Alonso","id":"493950157","characters":["Divina Martinez"]}],"alternate_ids":{"imdb":"3450650"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771372649.json","alternate":"http://www.rottentomatoes.com/m/paul_blart_mall_cop_2/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771372649/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771372649/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771372649/similar.json"}},{"id":"771373149","title":"The Age of Adaline","year":2015,"mpaa_rating":"PG-13","runtime":109,"critics_consensus":"","release_dates":{"theater":"2015-04-24"},"ratings":{"critics_rating":"Rotten","critics_score":54,"audience_rating":"Upright","audience_score":69},"synopsis":"After miraculously remaining 29 years old for almost eight decades, Adaline Bowman (Blake Lively) has lived a solitary existence, never allowing herself to get close to anyone who might reveal her secret. But a chance encounter with charismatic philanthropist Ellis Jones (Michiel Huisman) reignites her passion for life and romance. When a weekend with his parents (Harrison Ford and Kathy Baker) threatens to uncover the truth, Adaline makes a decision that will change her life forever. (C) Lionsgate","posters":{"thumbnail":"http://resizing.flixster.com/3EnldVZVB_OtlP0LN0sz8lCxJHA=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/16/11181617_ori.jpg","profile":"http://resizing.flixster.com/3EnldVZVB_OtlP0LN0sz8lCxJHA=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/16/11181617_ori.jpg","detailed":"http://resizing.flixster.com/3EnldVZVB_OtlP0LN0sz8lCxJHA=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/16/11181617_ori.jpg","original":"http://resizing.flixster.com/3EnldVZVB_OtlP0LN0sz8lCxJHA=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/16/11181617_ori.jpg"},"abridged_cast":[{"name":"Blake Lively","id":"162652609","characters":["Adaline"]},{"name":"Michiel Huisman","id":"682571065","characters":["Ellis Jones"]},{"name":"Harrison Ford","id":"162661579","characters":["William Jones"]},{"name":"Ellen Burstyn","id":"162660525","characters":["Flemming"]},{"name":"Kathy Baker","id":"162654642","characters":["Kathy Jones"]}],"alternate_ids":{"imdb":"1655441"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771373149.json","alternate":"http://www.rottentomatoes.com/m/the_age_of_adaline/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771373149/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771373149/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771373149/similar.json"}},{"id":"771406253","title":"Woman in Gold","year":2015,"mpaa_rating":"PG-13","runtime":110,"critics_consensus":"","release_dates":{"theater":"2015-04-01","dvd":"2015-07-06"},"ratings":{"critics_rating":"Rotten","critics_score":52,"audience_rating":"Upright","audience_score":85},"synopsis":"WOMAN IN GOLD is the remarkable true story of one woman's journey to reclaim her heritage and seek justice for what happened to her family. Sixty years after she fled Vienna during World War II, an elderly Jewish woman, Maria Altmann (Mirren), starts her journey to retrieve family possessions seized by the Nazis, among them Klimt's famous painting 'Portrait of Adele Bloch-Bauer I'. Together with her inexperienced but plucky young lawyer Randy Schoenberg (Reynolds), she embarks upon a major battle which takes them all the way to the heart of the Austrian establishment and the U.S. Supreme Court, and forces her to confront difficult truths about the past along the way. (C) TWC","posters":{"thumbnail":"http://resizing.flixster.com/_m1asW7RHchTI9Fr5cGl9x9zcao=/54x77/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/06/11190645_ori.jpg","profile":"http://resizing.flixster.com/_m1asW7RHchTI9Fr5cGl9x9zcao=/54x77/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/06/11190645_ori.jpg","detailed":"http://resizing.flixster.com/_m1asW7RHchTI9Fr5cGl9x9zcao=/54x77/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/06/11190645_ori.jpg","original":"http://resizing.flixster.com/_m1asW7RHchTI9Fr5cGl9x9zcao=/54x77/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/06/11190645_ori.jpg"},"abridged_cast":[{"name":"Ryan Reynolds","id":"162652367"},{"name":"Katie Holmes","id":"162652648"},{"name":"Daniel Bruhl","id":"162652437"},{"name":"Helen Mirren","id":"162662871"},{"name":"Tatiana Maslany","id":"405587107"}],"alternate_ids":{"imdb":"2404425"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771406253.json","alternate":"http://www.rottentomatoes.com/m/woman_in_gold/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771406253/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771406253/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771406253/similar.json"}},{"id":"771383086","title":"Ex Machina","year":2015,"mpaa_rating":"R","runtime":108,"critics_consensus":"","release_dates":{"theater":"2015-04-24","dvd":"2015-07-14"},"ratings":{"critics_rating":"Certified Fresh","critics_score":92,"audience_rating":"Upright","audience_score":88},"synopsis":"Alex Garland, writer of 28 Days Later and Sunshine, makes his directorial debut with the stylish and cerebral thriller, EX MACHINA. Caleb Smith (Domhnall Gleeson), a programmer at an internet-search giant, wins a competition to spend a week at the private mountain estate of the company's brilliant and reclusive CEO, Nathan Bateman (Oscar Isaac). Upon his arrival, Caleb learns that Nathan has chosen him to be the human component in a Turing Test-charging him with evaluating the capabilities, and ultimately the consciousness, of Nathan's latest experiment in artificial intelligence. That experiment is Ava (Alicia Vikander), a breathtaking A.I. whose emotional intelligence proves more sophisticated--and more deceptive--than the two men could have imagined. (C) A24","posters":{"thumbnail":"http://resizing.flixster.com/VLrB49KWh7VJmFvySsgo9e-3Dgw=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/09/11190916_ori.jpg","profile":"http://resizing.flixster.com/VLrB49KWh7VJmFvySsgo9e-3Dgw=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/09/11190916_ori.jpg","detailed":"http://resizing.flixster.com/VLrB49KWh7VJmFvySsgo9e-3Dgw=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/09/11190916_ori.jpg","original":"http://resizing.flixster.com/VLrB49KWh7VJmFvySsgo9e-3Dgw=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/09/11190916_ori.jpg"},"abridged_cast":[{"name":"Alicia Vikander","id":"771083890","characters":["Ava"]},{"name":"Oscar Isaac","id":"364655827","characters":["Nathan Bateman"]},{"name":"Domhnall Gleeson","id":"770702167","characters":["Caleb Smith"]},{"name":"Sonoya Mizuno","id":"771638699","characters":["Kyoko"]},{"name":"Claire Selby","id":"771638700","characters":["Lily"]}],"alternate_ids":{"imdb":"0470752"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771383086.json","alternate":"http://www.rottentomatoes.com/m/ex_machina/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771383086/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771383086/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771383086/similar.json"}},{"id":"771364722","title":"Get Hard","year":2015,"mpaa_rating":"R","runtime":100,"critics_consensus":"","release_dates":{"theater":"2015-03-27","dvd":"2015-06-30"},"ratings":{"critics_rating":"Rotten","critics_score":29,"audience_rating":"Spilled","audience_score":53},"synopsis":"Will Ferrell and Kevin Hart headline this Warner Bros. comedy about a wrongfully convicted investment banker who prepares for prison life with the help of the man who washes his car. Etan Cohen directs, with Ian Roberts and Jay Martel handling screenwriting duties. ~ Jason Buchanan, Rovi","posters":{"thumbnail":"http://resizing.flixster.com/0MNjftQZOIp_jGDQ3Cay9IFbbgU=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/91/11189122_ori.jpg","profile":"http://resizing.flixster.com/0MNjftQZOIp_jGDQ3Cay9IFbbgU=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/91/11189122_ori.jpg","detailed":"http://resizing.flixster.com/0MNjftQZOIp_jGDQ3Cay9IFbbgU=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/91/11189122_ori.jpg","original":"http://resizing.flixster.com/0MNjftQZOIp_jGDQ3Cay9IFbbgU=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/91/11189122_ori.jpg"},"abridged_cast":[{"name":"Will Ferrell","id":"162652185","characters":["James King"]},{"name":"Kevin Hart","id":"770671077"},{"name":"Tip 'T.I.' Harris","id":"364619876"},{"name":"Alison Brie","id":"770798990"},{"name":"Craig T. Nelson","id":"162659067"}],"alternate_ids":{"imdb":"2561572"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771364722.json","alternate":"http://www.rottentomatoes.com/m/get_hard/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771364722/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771364722/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771364722/similar.json"}},{"id":"771350902","title":"The Longest Ride","year":2015,"mpaa_rating":"PG-13","runtime":128,"critics_consensus":"","release_dates":{"theater":"2015-04-10","dvd":"2015-07-14"},"ratings":{"critics_rating":"Rotten","critics_score":29,"audience_rating":"Upright","audience_score":77},"synopsis":"Based on the bestselling novel by master storyteller Nicholas Sparks, THE LONGEST RIDE centers on the star-crossed love affair between Luke, a former champion bull rider looking to make a comeback, and Sophia, a college student who is about to embark upon her dream job in New York City's art world. As conflicting paths and ideals test their relationship, Sophia and Luke make an unexpected and feateful connection with Ira, whose memories of his own decades-long romance with his beloved wife deeply inspire the young couple. Spanning generations and two intertwining love stories, THE LONGEST RIDE explores the challenges and infinite rewards of enduring love. (C) Fox","posters":{"thumbnail":"http://resizing.flixster.com/YSwHOwxwIQkE-Gkv1IsqIvYmNzc=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/92/11189234_ori.jpg","profile":"http://resizing.flixster.com/YSwHOwxwIQkE-Gkv1IsqIvYmNzc=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/92/11189234_ori.jpg","detailed":"http://resizing.flixster.com/YSwHOwxwIQkE-Gkv1IsqIvYmNzc=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/92/11189234_ori.jpg","original":"http://resizing.flixster.com/YSwHOwxwIQkE-Gkv1IsqIvYmNzc=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/92/11189234_ori.jpg"},"abridged_cast":[{"name":"Scott Eastwood","id":"770839379","characters":["Luke Collins"]},{"name":"Brittany Robertson","id":"770687068","characters":["Sophia"]},{"name":"Alan Alda","id":"162660526","characters":["Ira Levinson"]},{"name":"Oona Chaplin","id":"770826492","characters":["Young Ruth"]},{"name":"Jack Huston","id":"770679146","characters":["Young Ira"]}],"alternate_ids":{"imdb":"2726560"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771350902.json","alternate":"http://www.rottentomatoes.com/m/the_longest_ride/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771350902/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771350902/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771350902/similar.json"}},{"id":"771270966","title":"Cinderella","year":2015,"mpaa_rating":"PG","runtime":105,"critics_consensus":"","release_dates":{"theater":"2015-03-13"},"ratings":{"critics_rating":"Certified Fresh","critics_score":84,"audience_rating":"Upright","audience_score":83},"synopsis":"Cate Blanchett stars in this new vision of the Cinderella tale from director Kenneth Branagh and the screenwriting team of Chris Weitz and Aline Brosh McKenna for Disney Pictures. ~ Jeremy Wheeler, Rovi","posters":{"thumbnail":"http://resizing.flixster.com/YKGbQ15uM3ETr8gBGCoO0g4ML0Y=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/15/11181570_ori.jpg","profile":"http://resizing.flixster.com/YKGbQ15uM3ETr8gBGCoO0g4ML0Y=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/15/11181570_ori.jpg","detailed":"http://resizing.flixster.com/YKGbQ15uM3ETr8gBGCoO0g4ML0Y=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/15/11181570_ori.jpg","original":"http://resizing.flixster.com/YKGbQ15uM3ETr8gBGCoO0g4ML0Y=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/15/11181570_ori.jpg"},"abridged_cast":[{"name":"Lily James","id":"771402472","characters":["Ella"]},{"name":"Cate Blanchett","id":"162659162","characters":["The Wicked Stepmother"]},{"name":"Richard Madden","id":"771400082","characters":["Kit"]},{"name":"Helena Bonham Carter","id":"162652820","characters":["The Fairy Godmother"]},{"name":"Sophie McShera","id":"771365482","characters":["Drisella"]}],"alternate_ids":{"imdb":"1661199"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771270966.json","alternate":"http://www.rottentomatoes.com/m/cinderella_2013/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771270966/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771270966/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771270966/similar.json"}},{"id":"771355806","title":"Insurgent","year":2015,"mpaa_rating":"PG-13","runtime":119,"critics_consensus":"","release_dates":{"theater":"2015-03-20"},"ratings":{"critics_rating":"Rotten","critics_score":31,"audience_rating":"Upright","audience_score":66},"synopsis":"THE DIVERGENT SERIES: INSURGENT raises the stakes for Tris as she searches for allies and answers in the ruins of a futuristic Chicago. Tris (Woodley) and Four (James) are now fugitives on the run, hunted by Jeanine (Winslet), the leader of the power-hungry Erudite elite. Racing against time, they must find out what Tris's family sacrificed their lives to protect, and why the Erudite leaders will do anything to stop them. Haunted by her past choices but desperate to protect the ones she loves, Tris, with Four at her side, faces one impossible challenge after another as they unlock the truth about the past and ultimately the future of their world. (C) Lionsgate","posters":{"thumbnail":"http://resizing.flixster.com/yDGJbDZ4tOk8Wsfl2Ljt1JYgHpk=/53x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/90/11189059_ori.jpg","profile":"http://resizing.flixster.com/yDGJbDZ4tOk8Wsfl2Ljt1JYgHpk=/53x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/90/11189059_ori.jpg","detailed":"http://resizing.flixster.com/yDGJbDZ4tOk8Wsfl2Ljt1JYgHpk=/53x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/90/11189059_ori.jpg","original":"http://resizing.flixster.com/yDGJbDZ4tOk8Wsfl2Ljt1JYgHpk=/53x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/90/11189059_ori.jpg"},"abridged_cast":[{"name":"Shailene Woodley","id":"770676364","characters":["Tris Prior"]},{"name":"Theo James","id":"771083872","characters":["Four"]},{"name":"Daniel Dae Kim","id":"770686469","characters":["Jack Kang"]},{"name":"Jonny Weston","id":"771403662"},{"name":"Suki Waterhouse","id":"771494277"}],"alternate_ids":{"imdb":"2908446"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771355806.json","alternate":"http://www.rottentomatoes.com/m/insurgent/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771355806/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771355806/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771355806/similar.json"}},{"id":"771400308","title":"Unfriended","year":2015,"mpaa_rating":"R","runtime":82,"critics_consensus":"","release_dates":{"theater":"2015-04-17"},"ratings":{"critics_rating":"Fresh","critics_score":61,"audience_rating":"Spilled","audience_score":43},"synopsis":"Unfriended unfolds over a teenager's computer screen as she and her friends are stalked by an unseen figure who seeks vengeance for a shaming video that led a vicious bully to kill herself a year earlier.","posters":{"thumbnail":"http://resizing.flixster.com/Dl64_tudLHhNqVPjQtOQ_swSqIw=/51x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/06/11190697_ori.jpg","profile":"http://resizing.flixster.com/Dl64_tudLHhNqVPjQtOQ_swSqIw=/51x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/06/11190697_ori.jpg","detailed":"http://resizing.flixster.com/Dl64_tudLHhNqVPjQtOQ_swSqIw=/51x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/06/11190697_ori.jpg","original":"http://resizing.flixster.com/Dl64_tudLHhNqVPjQtOQ_swSqIw=/51x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/06/11190697_ori.jpg"},"abridged_cast":[{"name":"Shelley Hennig","id":"771423461"},{"name":"Moses Jacob Storm","id":"771455585"},{"name":"Renee Olstead","id":"770768664"},{"name":"Will Peltz","id":"771473600"},{"name":"Jacob Wysocki","id":"771093382"}],"alternate_ids":{"imdb":"3713166"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771400308.json","alternate":"http://www.rottentomatoes.com/m/unfriended/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771400308/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771400308/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771400308/similar.json"}},{"id":"771378525","title":"Monkey Kingdom","year":2015,"mpaa_rating":"G","runtime":85,"critics_consensus":"","release_dates":{"theater":"2015-04-17"},"ratings":{"critics_rating":"Certified Fresh","critics_score":94,"audience_rating":"Upright","audience_score":78},"synopsis":"Mark Linfield's nature documentary Monkey Kingdom follows the struggles of a young monkey mother to care for and raise her new baby in the wilds of Southern Asia.","posters":{"thumbnail":"http://resizing.flixster.com/qEFS7o5AjaCLh0gIydt9w4pgHa8=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/91/11189107_ori.jpg","profile":"http://resizing.flixster.com/qEFS7o5AjaCLh0gIydt9w4pgHa8=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/91/11189107_ori.jpg","detailed":"http://resizing.flixster.com/qEFS7o5AjaCLh0gIydt9w4pgHa8=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/91/11189107_ori.jpg","original":"http://resizing.flixster.com/qEFS7o5AjaCLh0gIydt9w4pgHa8=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/18/91/11189107_ori.jpg"},"abridged_cast":[{"name":"Tina Fey","id":"427823878","characters":["Narrator"]}],"alternate_ids":{"imdb":"3660770"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771378525.json","alternate":"http://www.rottentomatoes.com/m/monkey_kingdom/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771378525/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771378525/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771378525/similar.json"}},{"id":"770683518","title":"I'll See You in My Dreams","year":2015,"mpaa_rating":"PG-13","runtime":95,"critics_consensus":"","release_dates":{"theater":"2015-05-15"},"ratings":{"critics_rating":"Certified Fresh","critics_score":92,"audience_rating":"Upright","audience_score":76},"synopsis":"In this vibrant, funny, and heartfelt film, a widow and former songstress discovers that life can begin anew at any age. With the support of three loyal girlfriends (June Squibb, Rhea Perlman, and Mary Kay Place), Carol (Blythe Danner) decides to embrace the world, embarking on an unlikely friendship with her pool maintenance man (Martin Starr), pursuing a new love interest (Sam Elliott), and reconnecting with her daughter (Malin Akerman). C) Bleeker Street","posters":{"thumbnail":"http://resizing.flixster.com/59EXyxuQVQSPh3lr535mYDuoMN0=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/10/11191061_ori.jpg","profile":"http://resizing.flixster.com/59EXyxuQVQSPh3lr535mYDuoMN0=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/10/11191061_ori.jpg","detailed":"http://resizing.flixster.com/59EXyxuQVQSPh3lr535mYDuoMN0=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/10/11191061_ori.jpg","original":"http://resizing.flixster.com/59EXyxuQVQSPh3lr535mYDuoMN0=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/10/11191061_ori.jpg"},"abridged_cast":[{"name":"Blythe Danner","id":"162659375","characters":["Carol Petersen"]},{"name":"Martin Starr","id":"770695111","characters":["Lloyd"]},{"name":"Sam Elliott","id":"519471763","characters":["Bill"]},{"name":"Mary Kay Place","id":"162719595","characters":["Rona"]},{"name":"June Squibb","id":"770723022","characters":["Georgina"]}],"alternate_ids":{"imdb":"0043669"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/770683518.json","alternate":"http://www.rottentomatoes.com/m/ill_see_you_in_my_dreams/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/770683518/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/770683518/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/770683518/similar.json"}},{"id":"771372495","title":"Little Boy","year":2015,"mpaa_rating":"PG-13","runtime":86,"critics_consensus":"","release_dates":{"theater":"2015-04-24"},"ratings":{"critics_rating":"Rotten","critics_score":18,"audience_rating":"Upright","audience_score":86},"synopsis":"LITTLE BOY is a powerful and moving film about a little boy who is willing to do whatever it takes to bring his dad home from World War II alive. The heartwarming story will capture your heart and lift your spirits as it reveals the indescribable love a little boy has for his father and the love a father has for his son. Set in the 1940s, LITTLE BOY is an instant cinematic classic that captures the wonder of life through the eyes of a 7- year-old little boy. Written and directed by Smithsonian Institute Award winning director Alejandro Monteverde, LITTLE BOY highlights themes of faith, hope and love in the face of adversity. (C) Open Road","posters":{"thumbnail":"http://resizing.flixster.com/x-woAabWdCwZEJ3IYgrtxmkdIc4=/54x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/05/11190520_ori.jpg","profile":"http://resizing.flixster.com/x-woAabWdCwZEJ3IYgrtxmkdIc4=/54x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/05/11190520_ori.jpg","detailed":"http://resizing.flixster.com/x-woAabWdCwZEJ3IYgrtxmkdIc4=/54x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/05/11190520_ori.jpg","original":"http://resizing.flixster.com/x-woAabWdCwZEJ3IYgrtxmkdIc4=/54x81/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/05/11190520_ori.jpg"},"abridged_cast":[{"name":"Emily Watson","id":"162654016","characters":["Emma Busbee"]},{"name":"Jakob Salvati","id":"771458802","characters":["Pepper Flynt Busbee/Little Boy"]},{"name":"Kevin James","id":"326298578","characters":["Dr. Fox"]},{"name":"David Henrie","id":"699055003","characters":["London Busbee"]},{"name":"Tom Wilkinson","id":"162653769","characters":["Father Oliver"]}],"alternate_ids":{"imdb":"1810683"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771372495.json","alternate":"http://www.rottentomatoes.com/m/little_boy_2015/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771372495/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771372495/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771372495/similar.json"}},{"id":"771402913","title":"Iris","year":2015,"mpaa_rating":"PG-13","runtime":80,"critics_consensus":"","release_dates":{"theater":"2015-04-29","dvd":"2015-08-24"},"ratings":{"critics_rating":"Certified Fresh","critics_score":98,"audience_rating":"Upright","audience_score":84},"synopsis":"IRIS pairs legendary 87-year-old documentarian Albert Maysles with Iris Apfel, the quick-witted, flamboyantly dressed 93-year-old style maven who has had an outsized presence on the New York fashion scene for decades. More than a fashion film, the documentary is a story about creativity and how, even in Iris' dotage, a soaring free spirit continues to inspire. IRIS portrays a singular woman whose enthusiasm for fashion, art and people are life's sustenance and reminds us that dressing, and indeed life, is nothing but an experiment. Despite the abundance of glamour in her current life, she continues to embrace the values and work ethic established during a middle-class Queens upbringing during the Great Depression. \"I feel lucky to be working. If you're lucky enough to do something you love, everything else follows.\" (C) Magnolia","posters":{"thumbnail":"http://resizing.flixster.com/CuMU3JQwnRSmpOEF6LnQIAr7mQ0=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/06/11190646_ori.jpg","profile":"http://resizing.flixster.com/CuMU3JQwnRSmpOEF6LnQIAr7mQ0=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/06/11190646_ori.jpg","detailed":"http://resizing.flixster.com/CuMU3JQwnRSmpOEF6LnQIAr7mQ0=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/06/11190646_ori.jpg","original":"http://resizing.flixster.com/CuMU3JQwnRSmpOEF6LnQIAr7mQ0=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/06/11190646_ori.jpg"},"abridged_cast":[{"name":"Iris Apfel","id":"771445026"},{"name":"Mickey Boardman","id":"771094312"},{"name":"Tavi Gevinson","id":"770848897"},{"name":"David Hoey","id":"771445028"},{"name":"Harold Koda","id":"771379936"}],"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771402913.json","alternate":"http://www.rottentomatoes.com/m/iris_2015/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771402913/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771402913/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771402913/similar.json"}},{"id":"771364450","title":"The 100-Year-Old Man Who Climbed Out the Window and Disappeared","year":2015,"mpaa_rating":"R","runtime":114,"critics_consensus":"","release_dates":{"theater":"2015-05-08"},"ratings":{"critics_rating":"Fresh","critics_score":68,"audience_rating":"Upright","audience_score":70},"synopsis":"Based on the internationally best-selling novel by Jonas Jonasson, the unlikely story of a 100-year-old man who decides it's not too late to start over. For most people it would be the adventure of a lifetime, but Allan Karlsson's unexpected journey is not his first. For a century he's made the world uncertain, and now he is on the loose again.","posters":{"thumbnail":"http://resizing.flixster.com/WxoMEmHSIfmohifTCin-EyMV_6Q=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/12/11191258_ori.jpg","profile":"http://resizing.flixster.com/WxoMEmHSIfmohifTCin-EyMV_6Q=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/12/11191258_ori.jpg","detailed":"http://resizing.flixster.com/WxoMEmHSIfmohifTCin-EyMV_6Q=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/12/11191258_ori.jpg","original":"http://resizing.flixster.com/WxoMEmHSIfmohifTCin-EyMV_6Q=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/12/11191258_ori.jpg"},"abridged_cast":[{"name":"Robert Gustafsson","id":"343373276","characters":["Allan Karlsson"]},{"name":"Iwar Wiklander","id":"770952858","characters":["Julius Jonsson"]},{"name":"David Wiberg","id":"771466611","characters":["Benny"]},{"name":"Mia Skaringer","id":"771445635","characters":["Gunilla"]},{"name":"Jens Hulten","id":"770846054","characters":["The Boss"]}],"alternate_ids":{"imdb":"2113681"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771364450.json","alternate":"http://www.rottentomatoes.com/m/the_100_year_old_man_who_climbed_out_the_window_and_disappeared/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771364450/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771364450/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771364450/similar.json"}},{"id":"771415998","title":"Beyond The Mask","year":2015,"mpaa_rating":"PG","runtime":"120","release_dates":{"theater":"2015-04-06"},"ratings":{"critics_score":-1,"audience_rating":"Upright","audience_score":94},"synopsis":"The chief mercenary for the British East India Company, being double crossed by his former employer, has made his way to the American Colonies. Working to redeem his name, William Reynolds (Andrew Cheney) now hides behind a different mask in hopes of thwarting his former employer. As his past life closes in on him, Will must somehow gain the trust and the help of his beloved Charlotte, a woman he has been lying to, as well as a colonial intellectual by the name of Ben Franklin. All the while he races against time to defuse a plot that could have devastating effect on the birth of a new nation. (C) Submarine","posters":{"thumbnail":"http://resizing.flixster.com/Zf3T6klH-p6K3Gw88AMrxP-81kI=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/08/11190898_ori.jpg","profile":"http://resizing.flixster.com/Zf3T6klH-p6K3Gw88AMrxP-81kI=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/08/11190898_ori.jpg","detailed":"http://resizing.flixster.com/Zf3T6klH-p6K3Gw88AMrxP-81kI=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/08/11190898_ori.jpg","original":"http://resizing.flixster.com/Zf3T6klH-p6K3Gw88AMrxP-81kI=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/08/11190898_ori.jpg"},"abridged_cast":[{"name":"Andrew Cheney","id":"771379975"},{"name":"John Rhys-Davies","id":"265861635"},{"name":"Kara Killmer","id":"771530596"},{"name":"Adetokumboh M'Cormack","id":"770813163"},{"name":"Steve Blackwood","id":"770915925"}],"alternate_ids":{"imdb":"2433040"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771415998.json","alternate":"http://www.rottentomatoes.com/m/771415998/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771415998/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771415998/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771415998/similar.json"}},{"id":"771411226","title":"5 Flights Up","year":2015,"mpaa_rating":"PG-13","runtime":92,"critics_consensus":"","release_dates":{"theater":"2015-05-08","dvd":"2015-07-07"},"ratings":{"critics_rating":"Fresh","critics_score":61,"audience_rating":"Spilled","audience_score":53},"synopsis":"Forty years ago, artist Alex Carver (Morgan Freeman) bought a run-down apartment in a sketchy part of Brooklyn with his wife, schoolteacher Ruth (Diane Keaton). Today, their neighborhood is now very hip and their apartment worth a small fortune. The now- retired Ruth and Alex haven't changed - they are still as much in love as ever. But they have let Ruth's niece Lily (Cynthia Nixon), a real estate agent, list their property to see what the market might bear. On the eve of their open house, the Brooklyn Bridge is rumored to be under a terrorist attack, sending the media into a frenzy and people's attitudes about living in New York. Closer to home, Dorothy, the Carver's beloved dog, is suddenly having trouble walking. While Dorothy is having expensive treatment at the vet, Ruth convinces Alex to go apartment hunting in Manhattan, where they miraculously come across an ideal place they might actually be able to afford. As the world around them seems to mirror their own chaos and confusion, Ruth and Alex realize the same bond of love that has kept them together all these years will allow them to see their way through this crazy weekend as well.(C) Focus","posters":{"thumbnail":"http://resizing.flixster.com/dClABf2s-MpYe3xYuafzL-Q_ARs=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/08/11190848_ori.jpg","profile":"http://resizing.flixster.com/dClABf2s-MpYe3xYuafzL-Q_ARs=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/08/11190848_ori.jpg","detailed":"http://resizing.flixster.com/dClABf2s-MpYe3xYuafzL-Q_ARs=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/08/11190848_ori.jpg","original":"http://resizing.flixster.com/dClABf2s-MpYe3xYuafzL-Q_ARs=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/08/11190848_ori.jpg"},"abridged_cast":[{"name":"Morgan Freeman","id":"162652224"},{"name":"Diane Keaton","id":"162660369"},{"name":"Cynthia Nixon","id":"162654358"},{"name":"Korey Jackson","id":"771456966"},{"name":"Claire van der Boom","id":"770805406"}],"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771411226.json","alternate":"http://www.rottentomatoes.com/m/5_flights_up/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771411226/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771411226/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771411226/similar.json"}},{"id":"771380296","title":"It Follows","year":2015,"mpaa_rating":"R","runtime":94,"critics_consensus":"","release_dates":{"theater":"2015-04-03","dvd":"2015-07-13"},"ratings":{"critics_rating":"Certified Fresh","critics_score":96,"audience_rating":"Upright","audience_score":65},"synopsis":"After a strange sexual encounter, a teenager finds herself haunted by nightmarish visions and the inescapable sense that something is after her. (C) Radius-TWC","posters":{"thumbnail":"http://resizing.flixster.com/q7N6i-lodgiFIv2pn2fKcITzDFw=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/07/11190713_ori.jpg","profile":"http://resizing.flixster.com/q7N6i-lodgiFIv2pn2fKcITzDFw=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/07/11190713_ori.jpg","detailed":"http://resizing.flixster.com/q7N6i-lodgiFIv2pn2fKcITzDFw=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/07/11190713_ori.jpg","original":"http://resizing.flixster.com/q7N6i-lodgiFIv2pn2fKcITzDFw=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/07/11190713_ori.jpg"},"abridged_cast":[{"name":"Maika Monroe","id":"771420019","characters":["Jay"]},{"name":"Keir Gilchrist","id":"770804108","characters":["Paul"]},{"name":"Daniel Zovatto","id":"771449326","characters":["Greg"]},{"name":"Lili Sepe","id":"771598708","characters":["Kelly"]},{"name":"Jake Weary","id":"771080162","characters":["Hugh/Jeff"]}],"alternate_ids":{"imdb":"3235888"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771380296.json","alternate":"http://www.rottentomatoes.com/m/it_follows/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771380296/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771380296/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771380296/similar.json"}},{"id":"771380149","title":"In the Name of My Daughter","year":2015,"mpaa_rating":"R","runtime":116,"critics_consensus":"","release_dates":{"theater":"2015-05-15"},"ratings":{"critics_rating":"Rotten","critics_score":52,"audience_rating":"Spilled","audience_score":41},"synopsis":"Acclaimed director ANDRE TECHINE brings a gripping real-life thriller to the screen. 1976. When her marriage falls apart, Agnes Le Roux (ADELE HAENEL) moves back to the South of France from Africa to live with her mother, Renee (CATHERINE DENEUVE), owner of the Palais de La Mediterranee casino in Nice. There, Agnes falls in love with Maurice Agnelet (GUILLAUME CANET), a lawyer and Renee's business advisor, who is ten years her senior. Maurice continues to have relationships with other women. Agnes is madly in love with him. As a shareholder in the Palais de la Mediterannee casino, Agnes decides to sell what should have been her inheritance to go it alone. A fixed card game threatens the casino's financial stability. Someone is trying to intimidate her mother. Behind the scenes hangs the shadow of the mafia and Fratoni, the owner of a rival casino, who wants to take over the Palais de la Mediterannee. Agnelet, who has fallen from grace with Renee, introduces Agnes to Fratoni. Fratoni offers her 3 million francs to vote against her mother in the shareholder's meeting. Agnes accepts the offer. Renee loses control of the casino. Agnes finds it hard to cope with her betrayal. Maurice also distances himself from her. In November 1977, after a failed suicide attempt, Agnes disappears. Her body is never found. Thirty years on, Maurice Agnelet remains the prime suspect in a murder case with no body and no proof of his guilt. Convinced of his involvement, Renee is prepared to fight to the bitter end to see him put behind bars... (C) Cohen Media Group","posters":{"thumbnail":"http://resizing.flixster.com/uGKyWSrCBpT3KhUvw2I5luNrAh8=/54x78/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/08/11190891_ori.jpg","profile":"http://resizing.flixster.com/uGKyWSrCBpT3KhUvw2I5luNrAh8=/54x78/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/08/11190891_ori.jpg","detailed":"http://resizing.flixster.com/uGKyWSrCBpT3KhUvw2I5luNrAh8=/54x78/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/08/11190891_ori.jpg","original":"http://resizing.flixster.com/uGKyWSrCBpT3KhUvw2I5luNrAh8=/54x78/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/08/11190891_ori.jpg"},"abridged_cast":[{"name":"Guillaume Canet","id":"162688284"},{"name":"Catherine Deneuve","id":"162667804"},{"name":"Adele Haenel","id":"268627869"},{"name":"Mauro Conte","id":"771104540"},{"name":"Judith Chemla","id":"770808467"}],"alternate_ids":{"imdb":"2929890"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771380149.json","alternate":"http://www.rottentomatoes.com/m/in_the_name_of_my_daughter/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771380149/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771380149/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771380149/similar.json"}},{"id":"771414161","title":"Where Hope Grows","year":2015,"mpaa_rating":"PG-13","runtime":95,"release_dates":{"theater":"2015-05-15","dvd":"2015-08-24"},"ratings":{"critics_rating":"Rotten","critics_score":46,"audience_rating":"Upright","audience_score":91},"synopsis":"Calvin Campbell is a former professional baseball player sent to an early retirement due to his panic attacks at the plate. Even though he had all the talent for the big leagues, he struggles with the curveballs life has thrown him. Today, he mindlessly sleepwalks through his days and the challenge of raising his teenager daughter. His life is in a slow downward spiral when it is suddenly awakened and invigorated by the most unlikely person - Produce, a young-man with Down syndrome who works at the local grocery store. Calvin slowly loses the chip on his shoulder as he begins to experience the world through Produce's eyes. Faith, work, purpose and most importantly family, blossom into Calvin's life as their friendship develops. The unlikely pair becomes intertwined giving Calvin's life new meaning and purpose, but unfortunately leads to tragedy due to single decision echoed from Calvin's past.","posters":{"thumbnail":"http://resizing.flixster.com/9wUylsQJNtn1qq3RoP8-ds5aBQw=/54x77/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/06/11190611_ori.jpg","profile":"http://resizing.flixster.com/9wUylsQJNtn1qq3RoP8-ds5aBQw=/54x77/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/06/11190611_ori.jpg","detailed":"http://resizing.flixster.com/9wUylsQJNtn1qq3RoP8-ds5aBQw=/54x77/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/06/11190611_ori.jpg","original":"http://resizing.flixster.com/9wUylsQJNtn1qq3RoP8-ds5aBQw=/54x77/dkpu1ddg7pbsk.cloudfront.net/movie/11/19/06/11190611_ori.jpg"},"abridged_cast":[{"name":"Kerr Smith","id":"162710886","characters":["Mitch Minniear"]},{"name":"Danica McKellar","id":"770680280","characters":["Susan Malcolm"]},{"name":"Kristoffer Polaha","id":"770737596","characters":["Calvin Campbell"]},{"name":"William Zabka","id":"397469243","characters":["Milton Malcolm"]},{"name":"Alan Powell","id":"770985075","characters":["Franklin Weaver"]}],"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771414161.json","alternate":"http://www.rottentomatoes.com/m/where_hope_grows/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771414161/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771414161/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771414161/similar.json"}}],"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/lists/movies/in_theaters.json?page_limit=30&country=us&page=1","next":"http://api.rottentomatoes.com/api/public/v1.0/lists/movies/in_theaters.json?page_limit=30&country=us&page=2","alternate":"http://www.rottentomatoes.com/movie/in_theaters"},"link_template":"http://api.rottentomatoes.com/api/public/v1.0/lists/movies/in_theaters.json?page_limit={results_per_page}&page={page_number}&country={country-code}"} \ No newline at end of file diff --git a/src/test/java/com/vaadin/demo/dashboard/tb/DashboardViewIT.java b/src/main/test/java/com/vaadin/demo/dashboard/tb/DashboardViewIT.java similarity index 100% rename from src/test/java/com/vaadin/demo/dashboard/tb/DashboardViewIT.java rename to src/main/test/java/com/vaadin/demo/dashboard/tb/DashboardViewIT.java diff --git a/src/test/java/com/vaadin/demo/dashboard/tb/LoginViewIT.java b/src/main/test/java/com/vaadin/demo/dashboard/tb/LoginViewIT.java similarity index 100% rename from src/test/java/com/vaadin/demo/dashboard/tb/LoginViewIT.java rename to src/main/test/java/com/vaadin/demo/dashboard/tb/LoginViewIT.java diff --git a/src/test/java/com/vaadin/demo/dashboard/tb/MainViewIT.java b/src/main/test/java/com/vaadin/demo/dashboard/tb/MainViewIT.java similarity index 100% rename from src/test/java/com/vaadin/demo/dashboard/tb/MainViewIT.java rename to src/main/test/java/com/vaadin/demo/dashboard/tb/MainViewIT.java diff --git a/src/test/java/com/vaadin/demo/dashboard/tb/ReportsViewIT.java b/src/main/test/java/com/vaadin/demo/dashboard/tb/ReportsViewIT.java similarity index 100% rename from src/test/java/com/vaadin/demo/dashboard/tb/ReportsViewIT.java rename to src/main/test/java/com/vaadin/demo/dashboard/tb/ReportsViewIT.java diff --git a/src/test/java/com/vaadin/demo/dashboard/tb/TBUtils.java b/src/main/test/java/com/vaadin/demo/dashboard/tb/TBUtils.java similarity index 100% rename from src/test/java/com/vaadin/demo/dashboard/tb/TBUtils.java rename to src/main/test/java/com/vaadin/demo/dashboard/tb/TBUtils.java diff --git a/src/test/java/com/vaadin/demo/dashboard/tb/TransactionsViewIT.java b/src/main/test/java/com/vaadin/demo/dashboard/tb/TransactionsViewIT.java similarity index 100% rename from src/test/java/com/vaadin/demo/dashboard/tb/TransactionsViewIT.java rename to src/main/test/java/com/vaadin/demo/dashboard/tb/TransactionsViewIT.java diff --git a/src/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBConfirmDialog.java b/src/main/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBConfirmDialog.java similarity index 100% rename from src/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBConfirmDialog.java rename to src/main/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBConfirmDialog.java diff --git a/src/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBDashboardEdit.java b/src/main/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBDashboardEdit.java similarity index 100% rename from src/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBDashboardEdit.java rename to src/main/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBDashboardEdit.java diff --git a/src/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBDashboardView.java b/src/main/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBDashboardView.java similarity index 100% rename from src/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBDashboardView.java rename to src/main/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBDashboardView.java diff --git a/src/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBLoginView.java b/src/main/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBLoginView.java similarity index 100% rename from src/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBLoginView.java rename to src/main/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBLoginView.java diff --git a/src/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBMainView.java b/src/main/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBMainView.java similarity index 100% rename from src/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBMainView.java rename to src/main/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBMainView.java diff --git a/src/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBProfileWindow.java b/src/main/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBProfileWindow.java similarity index 100% rename from src/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBProfileWindow.java rename to src/main/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBProfileWindow.java diff --git a/src/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBReportsView.java b/src/main/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBReportsView.java similarity index 100% rename from src/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBReportsView.java rename to src/main/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBReportsView.java diff --git a/src/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBTextBlock.java b/src/main/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBTextBlock.java similarity index 100% rename from src/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBTextBlock.java rename to src/main/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBTextBlock.java diff --git a/src/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBTransactionsView.java b/src/main/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBTransactionsView.java similarity index 100% rename from src/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBTransactionsView.java rename to src/main/test/java/com/vaadin/demo/dashboard/tb/pageobjects/TBTransactionsView.java diff --git a/src/main/webapp/VAADIN/themes/dashboard/addons.scss b/src/main/webapp/VAADIN/themes/dashboard/addons.scss deleted file mode 100644 index a5670b70..00000000 --- a/src/main/webapp/VAADIN/themes/dashboard/addons.scss +++ /dev/null @@ -1,7 +0,0 @@ -/* This file is automatically managed and will be overwritten from time to time. */ -/* Do not manually edit this file. */ - -/* Import and include this mixin into your project theme to include the addon themes */ -@mixin addons { -} - diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index b7e437d5..00000000 --- a/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - QuickTickets Dashboard - - - Vaadin production mode - productionMode - ${productionMode} - - - QuickTicketsDashboard - com.vaadin.demo.dashboard.DashboardServlet - - UI - com.vaadin.demo.dashboard.DashboardUI - - - - QuickTicketsDashboard - /* - - - diff --git a/src/main/webapp/movies-fallback.txt b/src/main/webapp/movies-fallback.txt deleted file mode 100644 index 938859c1..00000000 --- a/src/main/webapp/movies-fallback.txt +++ /dev/null @@ -1 +0,0 @@ -{"total":145,"movies":[{"id":"771350092","title":"The Boxtrolls","year":2014,"mpaa_rating":"PG","runtime":100,"critics_consensus":"","release_dates":{"theater":"2014-09-26"},"ratings":{"critics_rating":"Fresh","critics_score":74,"audience_rating":"Upright","audience_score":71},"synopsis":"A family event movie from the creators of \"Coraline\" and \"ParaNorman\" that introduces audiences to a new breed of family - The Boxtrolls, a community of quirky, mischievous creatures who have lovingly raised an orphaned human boy named Eggs (voiced by Isaac Hempstead-Wright) in the amazing cavernous home they've built beneath the streets of Cheesebridge. When the town's villain, Archibald Snatcher (Academy Award winner Ben Kingsley), comes up with a plot to get rid of the Boxtrolls, Eggs decides to venture above ground, \"into the light,\" where he meets and teams up with fabulously feisty Winnifred (Elle Fanning). Together, they devise a daring plan to save Eggs' family. Directors: Anthony Staachi and Graham Annable. (C) Focus","posters":{"thumbnail":"http://content6.flixster.com/movie/11/17/99/11179940_tmb.jpg","profile":"http://content6.flixster.com/movie/11/17/99/11179940_tmb.jpg","detailed":"http://content6.flixster.com/movie/11/17/99/11179940_tmb.jpg","original":"http://content6.flixster.com/movie/11/17/99/11179940_tmb.jpg"},"abridged_cast":[{"name":"Ben Kingsley","id":"162653703","characters":["Archibald Snatcher"]},{"name":"Elle Fanning","id":"528361349","characters":["Winnie"]},{"name":"Isaac Hempstead-Wright","id":"771398908","characters":["Eggs"]},{"name":"Steven Blum","id":"770723648","characters":["Shoe/Sparky"]},{"name":"Nika Futterman","id":"770766123","characters":["Oil Can/Knickers"]}],"alternate_ids":{"imdb":"0787474"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771350092.json","alternate":"http://www.rottentomatoes.com/m/the_boxtrolls/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771350092/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771350092/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771350092/similar.json"}},{"id":"771360861","title":"Gone Girl","year":2014,"mpaa_rating":"R","runtime":145,"critics_consensus":"","release_dates":{"theater":"2014-10-03"},"ratings":{"critics_rating":"Certified Fresh","critics_score":87,"audience_rating":"Upright","audience_score":91},"synopsis":"GONE GIRL - directed by David Fincher and based upon the global bestseller by Gillian Flynn - unearths the secrets at the heart of a modern marriage. On the occasion of his fifth wedding anniversary, Nick Dunne (Ben Affleck) reports that his beautiful wife, Amy (Rosamund Pike), has gone missing. Under pressure from the police and a growing media frenzy, Nick's portrait of a blissful union begins to crumble. Soon his lies, deceits and strange behavior have everyone asking the same dark question: Did Nick Dunne kill his wife? (c) Fox","posters":{"thumbnail":"http://content7.flixster.com/movie/11/18/08/11180805_tmb.jpg","profile":"http://content7.flixster.com/movie/11/18/08/11180805_tmb.jpg","detailed":"http://content7.flixster.com/movie/11/18/08/11180805_tmb.jpg","original":"http://content7.flixster.com/movie/11/18/08/11180805_tmb.jpg"},"abridged_cast":[{"name":"Rosamund Pike","id":"162654705","characters":["Amy Dunne"]},{"name":"Ben Affleck","id":"162665891","characters":["Nick Dunne"]},{"name":"Tyler Perry","id":"162660714","characters":["Tanner Bolt"]},{"name":"Neil Patrick Harris","id":"351527581","characters":["Desi Collings"]},{"name":"David Clennon","id":"381422006","characters":["Rand Elliott"]}],"alternate_ids":{"imdb":"2267998"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771360861.json","alternate":"http://www.rottentomatoes.com/m/gone_girl/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771360861/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771360861/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771360861/similar.json"}},{"id":"771373148","title":"Annabelle","year":2014,"mpaa_rating":"R","runtime":98,"critics_consensus":"","release_dates":{"theater":"2014-10-03"},"ratings":{"critics_rating":"Rotten","critics_score":31,"audience_rating":"Spilled","audience_score":48},"synopsis":"Before The Conjuring, there was ANNABELLE. (C) Warner Bros.","posters":{"thumbnail":"http://content8.flixster.com/movie/11/17/94/11179482_tmb.jpg","profile":"http://content8.flixster.com/movie/11/17/94/11179482_tmb.jpg","detailed":"http://content8.flixster.com/movie/11/17/94/11179482_tmb.jpg","original":"http://content8.flixster.com/movie/11/17/94/11179482_tmb.jpg"},"abridged_cast":[{"name":"Annabelle Wallis","id":"770799605","characters":["Mia"]},{"name":"Ward Horton","id":"770791586","characters":["John"]},{"name":"Alfre Woodard","id":"162662573","characters":["Evelyn"]},{"name":"Tony Amendola","id":"535128527","characters":["Father Perez"]},{"name":"Eric Ladin","id":"770738974","characters":["Detective Clarkin"]}],"alternate_ids":{"imdb":"3322940"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771373148.json","alternate":"http://www.rottentomatoes.com/m/annabelle/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771373148/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771373148/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771373148/similar.json"}},{"id":"771313085","title":"The Equalizer","year":2014,"mpaa_rating":"R","runtime":131,"critics_consensus":"","release_dates":{"theater":"2014-09-26"},"ratings":{"critics_rating":"Fresh","critics_score":61,"audience_rating":"Upright","audience_score":81},"synopsis":"In The Equalizer, Denzel Washington plays McCall, a man who believes he has put his mysterious past behind him and dedicated himself to beginning a new, quiet life. But when McCall meets Teri (Chloe Grace Moretz), a young girl under the control of ultra-violent Russian gangsters, he can't stand idly by - he has to help her. Armed with hidden skills that allow him to serve vengeance against anyone who would brutalize the helpless, McCall comes out of his self-imposed retirement and finds his desire for justice reawakened. If someone has a problem, if the odds are stacked against them, if they have nowhere else to turn, McCall will help. He is The Equalizer. (c) Sony","posters":{"thumbnail":"http://content8.flixster.com/movie/11/18/04/11180458_tmb.jpg","profile":"http://content8.flixster.com/movie/11/18/04/11180458_tmb.jpg","detailed":"http://content8.flixster.com/movie/11/18/04/11180458_tmb.jpg","original":"http://content8.flixster.com/movie/11/18/04/11180458_tmb.jpg"},"abridged_cast":[{"name":"Denzel Washington","id":"162661439","characters":["Robert McCall"]},{"name":"Marton Csokas","id":"162653240","characters":["Teddy"]},{"name":"Chloe Grace Moretz","id":"771410621","characters":["Teri"]},{"name":"David Harbour","id":"770772702","characters":["Masters"]},{"name":"Bill Pullman","id":"162654131","characters":["Brian Plummer"]}],"alternate_ids":{"imdb":"0455944"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771313085.json","alternate":"http://www.rottentomatoes.com/m/the_equalizer_2013/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771313085/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771313085/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771313085/similar.json"}},{"id":"771349837","title":"The Maze Runner","year":2014,"mpaa_rating":"PG-13","runtime":114,"critics_consensus":"","release_dates":{"theater":"2014-09-19"},"ratings":{"critics_rating":"Fresh","critics_score":63,"audience_rating":"Upright","audience_score":76},"synopsis":"When Thomas wakes up trapped in a massive maze with a group of other boys, he has no memory of the outside world other than strange dreams about a mysterious organization known as W.C.K.D. Only by piecing together fragments of his past with clues he discovers in the maze can Thomas hope to uncover his true purpose and a way to escape. Based upon the best-selling novel by James Dashner. (c) Fox","posters":{"thumbnail":"http://content7.flixster.com/movie/11/17/97/11179705_tmb.jpg","profile":"http://content7.flixster.com/movie/11/17/97/11179705_tmb.jpg","detailed":"http://content7.flixster.com/movie/11/17/97/11179705_tmb.jpg","original":"http://content7.flixster.com/movie/11/17/97/11179705_tmb.jpg"},"abridged_cast":[{"name":"Dylan O'Brien","id":"771375271","characters":["Thomas"]},{"name":"Kaya Scodelario","id":"770803276","characters":["Teresa"]},{"name":"Will Poulter","id":"770791291","characters":["Gally"]},{"name":"Thomas Brodie-Sangster","id":"771100380","characters":["Newt"]},{"name":"Aml Ameen","id":"364640368","characters":["Alby"]}],"alternate_ids":{"imdb":"1790864"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771349837.json","alternate":"http://www.rottentomatoes.com/m/the_maze_runner/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771349837/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771349837/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771349837/similar.json"}},{"id":"771319645","title":"Left Behind","year":2014,"mpaa_rating":"PG-13","runtime":110,"critics_consensus":"","release_dates":{"theater":"2014-10-03"},"ratings":{"critics_rating":"Rotten","critics_score":2,"audience_rating":"Upright","audience_score":71},"synopsis":"The most important event in the history of mankind is happening right now. In the blink of an eye, the biblical Rapture strikes the world. Millions of people disappear without a trace. All that remains are their clothes and belongings, and in an instant, terror and chaos spread around the world. The vanishings cause unmanned vehicles to crash and burn. Planes fall from the sky. Emergency forces everywhere are devastated. Gridlock, riots and looting overrun the cities. There is no one to help or provide answers. In a moment, the entire planet is plunged into darkness.(c) Official Site","posters":{"thumbnail":"http://content9.flixster.com/movie/11/17/97/11179707_tmb.jpg","profile":"http://content9.flixster.com/movie/11/17/97/11179707_tmb.jpg","detailed":"http://content9.flixster.com/movie/11/17/97/11179707_tmb.jpg","original":"http://content9.flixster.com/movie/11/17/97/11179707_tmb.jpg"},"abridged_cast":[{"name":"Nicolas Cage","id":"162653923","characters":["Rayford Steele"]},{"name":"Lea Thompson","id":"162662325","characters":["Irene Steele"]},{"name":"Cassi Thomson","id":"770828884","characters":["Chloe Steele"]},{"name":"Chad Michael Murray","id":"162652259","characters":["Buck Williams"]},{"name":"Nicky Whelan","id":"771079930","characters":["Hattie Durham"]}],"alternate_ids":{"imdb":"2467046"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771319645.json","alternate":"http://www.rottentomatoes.com/m/left_behind_2014/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771319645/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771319645/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771319645/similar.json"}},{"id":"771351531","title":"This Is Where I Leave You","year":2014,"mpaa_rating":"R","runtime":103,"critics_consensus":"","release_dates":{"theater":"2014-09-19"},"ratings":{"critics_rating":"Rotten","critics_score":42,"audience_rating":"Upright","audience_score":67},"synopsis":"The dramatic comedy \"This is Where I Leave You\" is directed by Shawn Levy, and based on the hilarious and poignant best-selling novel by Jonathan Tropper. It features a starring ensemble cast including Golden Globe winner Jason Bateman (\"Arrested Development\"); Golden Globe and Emmy Award winner Tina Fey (\"30 Rock\"); and two-time Oscar (R) winner, multiple Golden Globe honoree and 2013 Emmy Award nominee Jane Fonda (\"Klute,\" \"Coming Home,\" HBO's \"The Newsroom\"). (c) Warner Bros","posters":{"thumbnail":"http://content9.flixster.com/movie/11/17/91/11179187_tmb.jpg","profile":"http://content9.flixster.com/movie/11/17/91/11179187_tmb.jpg","detailed":"http://content9.flixster.com/movie/11/17/91/11179187_tmb.jpg","original":"http://content9.flixster.com/movie/11/17/91/11179187_tmb.jpg"},"abridged_cast":[{"name":"Jason Bateman","id":"326298973","characters":["Judd Altman"]},{"name":"Tina Fey","id":"427823878","characters":["Wendy Altman"]},{"name":"Jane Fonda","id":"162652168","characters":["Hilary Altman"]},{"name":"Corey Stoll","id":"770875086","characters":["Paul Altman"]},{"name":"Adam Driver","id":"771387369","characters":["Phillip Altman"]}],"alternate_ids":{"imdb":"1371150"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771351531.json","alternate":"http://www.rottentomatoes.com/m/this_is_where_i_leave_you/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771351531/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771351531/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771351531/similar.json"}},{"id":"771359312","title":"Dolphin Tale 2","year":2014,"mpaa_rating":"PG","runtime":107,"critics_consensus":"","release_dates":{"theater":"2014-09-12"},"ratings":{"critics_rating":"Fresh","critics_score":69,"audience_rating":"Upright","audience_score":75},"synopsis":"Warner Bros. Pictures and Alcon Entertainment's \"Dolphin Tale 2\" continues the story of the brave dolphin Winter, whose miraculous rescue and recovery-thanks to a groundbreaking prosthetic tail-made her a symbol of hope and perseverance to people around the world and inspired the 2011 family hit movie \"Dolphin Tale.\" The film reunites the entire main cast, led by Harry Connick, Jr., Oscar (R) winner Morgan Freeman (\"Million Dollar Baby\"), Ashley Judd, Kris Kristofferson, Nathan Gamble, Cozi Zuehlsdorff, Austin Stowell, and, of course, the remarkable dolphin Winter as herself. Charles Martin Smith, who directed \"Dolphin Tale,\" wrote the sequel and is again at the helm. It has been several years since young Sawyer Nelson (Gamble) and the dedicated team at the Clearwater Marine Hospital, headed by Dr. Clay Haskett (Connick, Jr.), rescued Winter. With the help of Dr. Cameron McCarthy (Freeman), who developed a unique prosthetic tail for the injured dolphin, they were able to save her life. (C) Warner Bros","posters":{"thumbnail":"http://content9.flixster.com/movie/11/17/86/11178687_tmb.jpg","profile":"http://content9.flixster.com/movie/11/17/86/11178687_tmb.jpg","detailed":"http://content9.flixster.com/movie/11/17/86/11178687_tmb.jpg","original":"http://content9.flixster.com/movie/11/17/86/11178687_tmb.jpg"},"abridged_cast":[{"name":"Harry Connick Jr.","id":"162674026","characters":["Dr. Clay Haskett"]},{"name":"Morgan Freeman","id":"162652224","characters":["Dr. Cameron McCarthy"]},{"name":"Kris Kristofferson","id":"162654718","characters":["Reed"]},{"name":"Ashley Judd","id":"162662542","characters":["Lorraine"]},{"name":"Nathan Gamble","id":"770682696","characters":["Sawyer Nelson"]}],"alternate_ids":{"imdb":"2978462"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771359312.json","alternate":"http://www.rottentomatoes.com/m/dolphin_tale_2/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771359312/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771359312/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771359312/similar.json"}},{"id":"771311818","title":"Guardians of the Galaxy","year":2014,"mpaa_rating":"PG-13","runtime":121,"critics_consensus":"","release_dates":{"theater":"2014-08-01","dvd":"2014-12-09"},"ratings":{"critics_rating":"Certified Fresh","critics_score":91,"audience_rating":"Upright","audience_score":95},"synopsis":"From Marvel, the studio that brought you the global blockbuster franchises of Iron Man, Thor, Captain America and The Avengers, comes a new team-the Guardians of the Galaxy. An action-packed, epic space adventure, Marvel's \"Guardians of the Galaxy\" expands the Marvel Cinematic Universe into the cosmos, where brash adventurer Peter Quill finds himself the object of an unrelenting bounty hunt after stealing a mysterious orb coveted by Ronan, a powerful villain with ambitions that threaten the entire universe. To evade the ever-persistent Ronan, Quill is forced into an uneasy truce with a quartet of disparate misfits-Rocket, a gun-toting raccoon, Groot, a tree-like humanoid, the deadly and enigmatic Gamora and the revenge-driven Drax the Destroyer. But when Quill discovers the true power of the orb and the menace it poses to the cosmos, he must do his best to rally his ragtag rivals for a last, desperate stand-with the galaxy's fate in the balance. (C) Walt Disney","posters":{"thumbnail":"http://content8.flixster.com/movie/11/17/80/11178082_tmb.jpg","profile":"http://content8.flixster.com/movie/11/17/80/11178082_tmb.jpg","detailed":"http://content8.flixster.com/movie/11/17/80/11178082_tmb.jpg","original":"http://content8.flixster.com/movie/11/17/80/11178082_tmb.jpg"},"abridged_cast":[{"name":"Chris Pratt","id":"770692298","characters":["Peter Quill/Star-Lord"]},{"name":"Zoe Saldana","id":"162660050","characters":["Gamora"]},{"name":"David Bautista","id":"770737809","characters":["Drax the Destroyer"]},{"name":"Lee Pace","id":"493815806","characters":["Ronan the Accuser"]},{"name":"Michael Rooker","id":"162724222","characters":["Yondu"]}],"alternate_ids":{"imdb":"2015381"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771311818.json","alternate":"http://www.rottentomatoes.com/m/guardians_of_the_galaxy/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771311818/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771311818/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771311818/similar.json"}},{"id":"771271279","title":"No Good Deed","year":2014,"mpaa_rating":"PG-13","runtime":84,"critics_consensus":"","release_dates":{"theater":"2014-09-12"},"ratings":{"critics_rating":"Rotten","critics_score":11,"audience_rating":"Upright","audience_score":64},"synopsis":"Terri (Taraji P. Henson), a devoted wife and mother of two, lives an ideal life that takes a dramatic turn when her home and children are threatened by Colin (Idris Elba), a charming stranger who smooth-talks his way into her house, claiming car trouble. The unexpected invitation leaves her and her family terrorized and fighting for survival. (C) Sony","posters":{"thumbnail":"http://content6.flixster.com/movie/11/17/96/11179696_tmb.jpg","profile":"http://content6.flixster.com/movie/11/17/96/11179696_tmb.jpg","detailed":"http://content6.flixster.com/movie/11/17/96/11179696_tmb.jpg","original":"http://content6.flixster.com/movie/11/17/96/11179696_tmb.jpg"},"abridged_cast":[{"name":"Idris Elba","id":"162654425","characters":["Colin"]},{"name":"Taraji P. Henson","id":"598455133","characters":["Terri"]},{"name":"Kate del Castillo","id":"497685690","characters":["Alexis"]},{"name":"Leslie Bibb","id":"563122407","characters":["Meg"]},{"name":"Henry Simmons","id":"364636328","characters":["Jeffrey"]}],"alternate_ids":{"imdb":"2011159"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771271279.json","alternate":"http://www.rottentomatoes.com/m/no_good_deed_2013/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771271279/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771271279/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771271279/similar.json"}},{"id":"771354991","title":"The Good Lie","year":2014,"mpaa_rating":"PG-13","runtime":110,"critics_consensus":"","release_dates":{"theater":"2014-10-03"},"ratings":{"critics_rating":"Certified Fresh","critics_score":85,"audience_rating":"Upright","audience_score":81},"synopsis":"They were known simply as \"The Lost Boys.\" Orphaned by the brutal Civil war in Sudan that began in 1983, these young victims traveled as many as a thousand miles on foot in search of safety. Fifteen years later, a humanitarian effort would bring 3600 lost boys and girls to America. In \"The Good Lie,\" Philippe Falardeau, (writer and director of the Oscar(R)- nominated Foreign Language film \"Monsieur Lazhar\") brings the story of their survival and triumph to life. Sudanese actors Arnold Oceng, Ger Duany, Emmanuel Jal, and newcomer Nyakuoth Weil, many of whom were also children of war, star alongside Academy Award(R) winner Reese Witherspoon and Corey Stoll. -- (C) Warner Bros.","posters":{"thumbnail":"http://content9.flixster.com/movie/11/17/88/11178819_tmb.jpg","profile":"http://content9.flixster.com/movie/11/17/88/11178819_tmb.jpg","detailed":"http://content9.flixster.com/movie/11/17/88/11178819_tmb.jpg","original":"http://content9.flixster.com/movie/11/17/88/11178819_tmb.jpg"},"abridged_cast":[{"name":"Nyakouth Weil","id":"771507234"},{"name":"Reese Witherspoon","id":"162653903","characters":["Carrie"]},{"name":"Arnold Oceng","id":"771440971","characters":["Mamere"]},{"name":"Ger Duany","id":"771028513","characters":["Jeremiah"]},{"name":"Emmanuel Jal","id":"770808060","characters":["Paul"]}],"alternate_ids":{"imdb":"2652092"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771354991.json","alternate":"http://www.rottentomatoes.com/m/the_good_lie_2013/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771354991/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771354991/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771354991/similar.json"}},{"id":"771367644","title":"A Walk Among the Tombstones","year":2014,"mpaa_rating":"R","runtime":114,"critics_consensus":"","release_dates":{"theater":"2014-09-19"},"ratings":{"critics_rating":"Fresh","critics_score":66,"audience_rating":"Upright","audience_score":61},"synopsis":"Based on Lawrence Block's bestselling series of mystery novels, A Walk among the Tombstones stars Liam Neeson as Matt Scudder, an ex-NYPD cop who now works as an unlicensed private investigator operating just outside the law. When Scudder reluctantly agrees to help a heroin trafficker (Dan Stevens) hunt down the men who kidnapped and then brutally murdered his wife, the PI learns that this is not the first time these men have committed this sort of twisted crime...nor will it be the last. Blurring the lines between right and wrong, Scudder races to track the deviants through the backstreets of New York City before they kill again. (C) Universal","posters":{"thumbnail":"http://content9.flixster.com/movie/11/17/85/11178575_tmb.jpg","profile":"http://content9.flixster.com/movie/11/17/85/11178575_tmb.jpg","detailed":"http://content9.flixster.com/movie/11/17/85/11178575_tmb.jpg","original":"http://content9.flixster.com/movie/11/17/85/11178575_tmb.jpg"},"abridged_cast":[{"name":"Liam Neeson","id":"162652242","characters":["Matt Scudder"]},{"name":"Dan Stevens (IV)","id":"770698532","characters":["Kenny Kristo"]},{"name":"David Harbour","id":"770772702","characters":["Ray"]},{"name":"Ruth Wilson","id":"598551543"},{"name":"Robert Boyd Holbrook","id":"771061616","characters":["Peter Kristo"]}],"alternate_ids":{"imdb":"0365907"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771367644.json","alternate":"http://www.rottentomatoes.com/m/a_walk_among_the_tombstones/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771367644/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771367644/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771367644/similar.json"}},{"id":"771191433","title":"Teenage Mutant Ninja Turtles","year":2014,"mpaa_rating":"PG-13","runtime":101,"critics_consensus":"","release_dates":{"theater":"2014-08-08","dvd":"2014-12-16"},"ratings":{"critics_rating":"Rotten","critics_score":20,"audience_rating":"Spilled","audience_score":59},"synopsis":"The city needs heroes. Darkness has settled over New York City as Shredder and his evil Foot Clan have an iron grip on everything from the police to the politicians. The future is grim until four unlikely outcast brothers rise from the sewers and discover their destiny as Teenage Mutant Ninja Turtles. The Turtles must work with fearless reporter April O'Neil (Megan Fox) and her wise-cracking cameraman Vern Fenwick (Will Arnett) to save the city and unravel Shredder's diabolical plan. Based on the Teenage Mutant Ninja Turtles Characters Created by PETER LAIRD and KEVIN EASTMAN with a Screenplay by JOSH APPELBAUM & ANDRE NEMEC and EVAN DAUGHERTY, Teenage Mutant Ninja Turtles is produced by MICHAEL BAY (director and executive producer of the blockbuster Transformers franchise), Andrew Form, Brad Fuller, Galen Walker, Scott Mednick and Ian Bryce, and directed by JONATHAN LIEBESMAN (Wrath of the Titans).(c) Paramount","posters":{"thumbnail":"http://content7.flixster.com/movie/11/17/95/11179597_tmb.jpg","profile":"http://content7.flixster.com/movie/11/17/95/11179597_tmb.jpg","detailed":"http://content7.flixster.com/movie/11/17/95/11179597_tmb.jpg","original":"http://content7.flixster.com/movie/11/17/95/11179597_tmb.jpg"},"abridged_cast":[{"name":"Megan Fox","id":"162665778","characters":["April O'Neil"]},{"name":"Alan Ritchson","id":"770760819","characters":["Raphael"]},{"name":"Pete Ploszek","id":"771441319","characters":["Leonardo"]},{"name":"Johnny Knoxville","id":"162652591","characters":["Leonardo (voice only)"]},{"name":"Jeremy Howard","id":"381420643","characters":["Donatello"]}],"alternate_ids":{"imdb":"1291150"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771191433.json","alternate":"http://www.rottentomatoes.com/m/teenage_mutant_ninja_turtles_2013/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771191433/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771191433/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771191433/similar.json"}},{"id":"771021197","title":"If I Stay","year":2014,"mpaa_rating":"PG-13","runtime":106,"critics_consensus":"","release_dates":{"theater":"2014-08-22"},"ratings":{"critics_rating":"Rotten","critics_score":36,"audience_rating":"Upright","audience_score":67},"synopsis":"Mia Hall (Chloe Grace Moretz) thought the hardest decision she would ever face would be whether to pursue her musical dreams at Juilliard or follow a different path to be with the love of her life, Adam (Jamie Blackley). But what should have been a carefree family drive changes everything in an instant, and now her own life hangs in the balance. Caught between life and death for one revealing day, Mia has only one decision left, which will not only decide her future but her ultimate fate. \"If I Stay\" is based on the best-selling novel of the same name. (c) Warner Bros","posters":{"thumbnail":"http://content8.flixster.com/movie/11/17/85/11178574_tmb.jpg","profile":"http://content8.flixster.com/movie/11/17/85/11178574_tmb.jpg","detailed":"http://content8.flixster.com/movie/11/17/85/11178574_tmb.jpg","original":"http://content8.flixster.com/movie/11/17/85/11178574_tmb.jpg"},"abridged_cast":[{"name":"Chloe Grace Moretz","id":"771410621","characters":["Mia Hall"]},{"name":"Jamie Blackley","id":"771080141","characters":["Adam"]},{"name":"Lauren Lee Smith","id":"364625106","characters":["Willow"]},{"name":"Mireille Enos","id":"770770988","characters":["Kat"]},{"name":"Stacy Keach","id":"162678778","characters":["Gramps"]}],"alternate_ids":{"imdb":"1355630"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771021197.json","alternate":"http://www.rottentomatoes.com/m/if_i_stay/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771021197/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771021197/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771021197/similar.json"}},{"id":"771372963","title":"Let's Be Cops","year":2014,"mpaa_rating":"R","runtime":109,"critics_consensus":"","release_dates":{"theater":"2014-08-13","dvd":"2014-11-11"},"ratings":{"critics_rating":"Rotten","critics_score":20,"audience_rating":"Upright","audience_score":61},"synopsis":"It's the ultimate buddy cop movie except for one thing: they're not cops. When two struggling pals dress as police officers for a costume party, they become neighborhood sensations. But when these newly-minted \"heroes\" get tangled in a real life web of mobsters and dirty detectives, they must put their fake badges on the line. (c) Fox","posters":{"thumbnail":"http://content9.flixster.com/movie/11/17/92/11179227_tmb.jpg","profile":"http://content9.flixster.com/movie/11/17/92/11179227_tmb.jpg","detailed":"http://content9.flixster.com/movie/11/17/92/11179227_tmb.jpg","original":"http://content9.flixster.com/movie/11/17/92/11179227_tmb.jpg"},"abridged_cast":[{"name":"Damon Wayans Jnr.","id":"771507354"},{"name":"Damon Wayans Jr.","id":"770822247","characters":["Justin"]},{"name":"Jake M. Johnson","id":"770827943","characters":["Ryan"]},{"name":"Rob Riggle","id":"770750133","characters":["Segars"]},{"name":"Nina Dobrev","id":"528347792","characters":["Josie"]}],"alternate_ids":{"imdb":"1924435"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771372963.json","alternate":"http://www.rottentomatoes.com/m/lets_be_cops/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771372963/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771372963/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771372963/similar.json"}},{"id":"771321237","title":"The Skeleton Twins","year":2014,"mpaa_rating":"R","runtime":93,"critics_consensus":"","release_dates":{"theater":"2014-09-12"},"ratings":{"critics_rating":"Certified Fresh","critics_score":87,"audience_rating":"Upright","audience_score":83},"synopsis":"When estranged twins Maggie (Kristen Wiig) and Milo (Bill Hader) feel they're at the end of their ropes, an unexpected reunion forces them to confront why their lives went so wrong. As the twins reconnect, they realize the key to fixing their lives may just lie in repairing their relationship. (c) Roadside Attractions","posters":{"thumbnail":"http://content8.flixster.com/movie/11/17/93/11179342_tmb.jpg","profile":"http://content8.flixster.com/movie/11/17/93/11179342_tmb.jpg","detailed":"http://content8.flixster.com/movie/11/17/93/11179342_tmb.jpg","original":"http://content8.flixster.com/movie/11/17/93/11179342_tmb.jpg"},"abridged_cast":[{"name":"Kristen Wiig","id":"770670481","characters":["Maggie"]},{"name":"Bill Hader","id":"742790769","characters":["Milo"]},{"name":"Luke Wilson","id":"162661851","characters":["Lance"]},{"name":"Ty Burrell","id":"326391544","characters":["Rich"]},{"name":"Robert Boyd Holbrook","id":"771061616","characters":["Billy"]}],"alternate_ids":{"imdb":"1571249"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771321237.json","alternate":"http://www.rottentomatoes.com/m/the_skeleton_twins/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771321237/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771321237/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771321237/similar.json"}},{"id":"771362237","title":"Bang Bang","year":2014,"mpaa_rating":"Unrated","runtime":90,"release_dates":{"theater":"2014-10-02"},"ratings":{"critics_score":-1,"audience_rating":"Spilled","audience_score":55},"synopsis":"A chance encounter of the unassuming bank receptionist Harleen Sahni (Katrina Kaif) with the charming yet mysterious Rajveer Nanda (Hrithik Roshan), results in an on-rush of ditched planes, car chases, shoot-outs, bombing raids and general global mayhem. But as the transcontinental chase ensues with Rajveer convincing Harleen that he's the good guy, can she really trust him, and will trust matter when the bullets start flying? Fox Star Studios and Director Siddharth Anand promise edge of the seat excitement and adrenaline-pumping action as the duo fight against all odds. Expect explosions, trigger happy assassins and pandemonium that can only aptly be termed as Bang Bang! (C) Fox","posters":{"thumbnail":"http://content7.flixster.com/movie/11/17/98/11179897_tmb.jpg","profile":"http://content7.flixster.com/movie/11/17/98/11179897_tmb.jpg","detailed":"http://content7.flixster.com/movie/11/17/98/11179897_tmb.jpg","original":"http://content7.flixster.com/movie/11/17/98/11179897_tmb.jpg"},"abridged_cast":[{"name":"Hrithik Roshan","id":"286549658","characters":["Rajveer Nanda"]},{"name":"Katrina Kaif","id":"621871752","characters":["Harleen Sahni"]},{"name":"Ron Smoorenburg","id":"326395629","characters":["Henchman"]},{"name":"Preity Uupala","id":"771505950","characters":["Neha"]},{"name":"Jawed El Berni","id":"771438807","characters":["The Chain Fighter"]}],"alternate_ids":{"imdb":"2905838"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771362237.json","alternate":"http://www.rottentomatoes.com/m/bang_bang_2014/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771362237/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771362237/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771362237/similar.json"}},{"id":"771385805","title":"My Little Pony: Equestria Girls - Rainbow Rocks","year":2014,"mpaa_rating":"Unrated","runtime":75,"release_dates":{"theater":"2014-09-27","dvd":"2014-10-28"},"ratings":{"critics_score":-1,"audience_rating":"Upright","audience_score":91},"synopsis":"Canterlot High is hosting a musical showcase and Rainbow Dash, Applejack, Pinkie Pie, Rarity, and Fluttershy are going to be performing with their new band, The Rainbooms. But when a new girl group, The Dazzlings, arrives at CHS, they convince everyone to turn the friendly showcase into a Battle of the Bands. As tensions mount between the competing musical acts, a reformed Sunset Shimmer realizes that the Dazzlings may not be ordinary girls and are after something far more sinister than just being named Best Band at Canterlot High. The Rainbooms call on Princess Twilight to return to their world to help them perform a musical counter-spell so that they can win a battle that now determines the fate of the entire school.","posters":{"thumbnail":"http://content6.flixster.com/movie/11/18/07/11180724_tmb.png","profile":"http://content6.flixster.com/movie/11/18/07/11180724_tmb.png","detailed":"http://content6.flixster.com/movie/11/18/07/11180724_tmb.png","original":"http://content6.flixster.com/movie/11/18/07/11180724_tmb.png"},"abridged_cast":[{"name":"Tara Strong","id":"162656146"},{"name":"Ashleigh Ball","id":"754010975"},{"name":"Andrea Libman","id":"770686804"},{"name":"Nicole Oliver","id":"491882009"},{"name":"Tabitha St. Germain","id":"770677386"}],"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771385805.json","alternate":"http://www.rottentomatoes.com/m/my_little_pony_equestria_girls_rainbow_rocks/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771385805/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771385805/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771385805/similar.json"}},{"id":"771365264","title":"Into The Storm","year":2014,"mpaa_rating":"PG-13","runtime":89,"critics_consensus":"","release_dates":{"theater":"2014-08-08","dvd":"2014-11-18"},"ratings":{"critics_rating":"Rotten","critics_score":20,"audience_rating":"Spilled","audience_score":49},"synopsis":"In the span of a single day, the town of Silverton is ravaged by an unprecedented onslaught of tornadoes. The entire town is at the mercy of the erratic and deadly cyclones, even as storm trackers predict the worst is yet to come. Most people seek shelter, while others run towards the vortex, testing how far a storm chaser will go for that once-in-a-lifetime shot. Told through the eyes and lenses of professional storm chasers, thrill-seeking amateurs, and courageous townspeople, \"Into the Storm\" throws you directly into the eye of the storm to experience Mother Nature at her most extreme. (C) Warner Bros","posters":{"thumbnail":"http://content9.flixster.com/movie/11/17/71/11177155_tmb.jpg","profile":"http://content9.flixster.com/movie/11/17/71/11177155_tmb.jpg","detailed":"http://content9.flixster.com/movie/11/17/71/11177155_tmb.jpg","original":"http://content9.flixster.com/movie/11/17/71/11177155_tmb.jpg"},"abridged_cast":[{"name":"Sarah Wayne","id":"770737415"},{"name":"Arlen Alexander Escarpeta","id":"771507359"},{"name":"Richard Armitage","id":"546952855","characters":["Gary"]},{"name":"Sarah Wayne Callies","id":"326299358","characters":["Allison"]},{"name":"Alycia Debnam-Carey","id":"771030282","characters":["Kaitlyn"]}],"alternate_ids":{"imdb":"2106361"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771365264.json","alternate":"http://www.rottentomatoes.com/m/into_the_storm_2014/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771365264/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771365264/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771365264/similar.json"}},{"id":"771373284","title":"My Old Lady","year":2014,"mpaa_rating":"PG-13","runtime":107,"critics_consensus":"","release_dates":{"theater":"2014-09-10"},"ratings":{"critics_rating":"Rotten","critics_score":58,"audience_rating":"Upright","audience_score":62},"synopsis":"Mathias Gold (Kevin Kline) is a down-on-his-luck New Yorker who inherits a Parisian apartment from his estranged father. But when he arrives in France to sell the vast domicile, he's shocked to discover a live-in tenant who is not prepared to budge. His apartment is a viager - an ancient French real estate system with complex rules pertaining to its resale - and the feisty Englishwoman Mathilde Girard (Maggie Smith), who has lived in the apartment with her daughter Chloe (Kristin Scott Thomas) for many years, can by contract collect monthly payments from Mathias until her death. (C) Cohen","posters":{"thumbnail":"http://content9.flixster.com/movie/11/17/97/11179711_tmb.jpg","profile":"http://content9.flixster.com/movie/11/17/97/11179711_tmb.jpg","detailed":"http://content9.flixster.com/movie/11/17/97/11179711_tmb.jpg","original":"http://content9.flixster.com/movie/11/17/97/11179711_tmb.jpg"},"abridged_cast":[{"name":"Kevin Kline","id":"162660419","characters":["Mathias Gold"]},{"name":"Maggie Smith","id":"162652436","characters":["Mathilde Girard"]},{"name":"Kristin Scott Thomas","id":"162655863","characters":["Chloe"]},{"name":"Elie Wajeman","id":"771408645","characters":["Man at Gate"]},{"name":"Raphaele Moutier","id":"771504797","characters":["Woman on Bicycle"]}],"alternate_ids":{"imdb":"2908856"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771373284.json","alternate":"http://www.rottentomatoes.com/m/my_old_lady/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771373284/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771373284/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771373284/similar.json"}},{"id":"771359012","title":"Planes: Fire And Rescue","year":2014,"mpaa_rating":"PG","runtime":84,"critics_consensus":"","release_dates":{"theater":"2014-07-18","dvd":"2014-11-04"},"ratings":{"critics_rating":"Rotten","critics_score":44,"audience_rating":"Upright","audience_score":60},"synopsis":"Adventure flies higher than ever before in this sequel to Disney's Planes. ~ Jason Buchanan, Rovi","posters":{"thumbnail":"http://content7.flixster.com/movie/11/17/77/11177769_tmb.jpg","profile":"http://content7.flixster.com/movie/11/17/77/11177769_tmb.jpg","detailed":"http://content7.flixster.com/movie/11/17/77/11177769_tmb.jpg","original":"http://content7.flixster.com/movie/11/17/77/11177769_tmb.jpg"},"abridged_cast":[{"name":"Dane Cook","id":"338671161","characters":["Dusty"]},{"name":"Julie Bowen","id":"162654791","characters":["Dipper"]},{"name":"Ed Harris","id":"162654543","characters":["Blade Ranger"]},{"name":"Curtis Armstrong","id":"364599258","characters":["Maru"]},{"name":"John Michael Higgins","id":"162655101","characters":["Cad"]}],"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771359012.json","alternate":"http://www.rottentomatoes.com/m/planes_fire_and_rescue/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771359012/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771359012/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771359012/similar.json"}},{"id":"771308675","title":"Dawn Of The Planet Of The Apes","year":2014,"mpaa_rating":"PG-13","runtime":130,"critics_consensus":"","release_dates":{"theater":"2014-07-11","dvd":"2014-12-02"},"ratings":{"critics_rating":"Certified Fresh","critics_score":90,"audience_rating":"Upright","audience_score":91},"synopsis":"A growing nation of genetically evolved apes led by Caesar is threatened by a band of human survivors of the devastating virus unleashed a decade earlier. They reach a fragile peace, but it proves short-lived, as both sides are brought to the brink of a war that will determine who will emerge as Earth's dominant species. (c) Fox","posters":{"thumbnail":"http://content7.flixster.com/movie/11/17/91/11179177_tmb.jpg","profile":"http://content7.flixster.com/movie/11/17/91/11179177_tmb.jpg","detailed":"http://content7.flixster.com/movie/11/17/91/11179177_tmb.jpg","original":"http://content7.flixster.com/movie/11/17/91/11179177_tmb.jpg"},"abridged_cast":[{"name":"Jason Clarke","id":"359854726","characters":["Malcolm"]},{"name":"Gary Oldman","id":"162652649","characters":["Dreyfus"]},{"name":"Keri Russell","id":"162685092","characters":["Ellie"]},{"name":"Kodi Smit-McPhee","id":"770673434","characters":["Alexander"]},{"name":"Kirk Acevedo","id":"326392718","characters":["Carver"]}],"alternate_ids":{"imdb":"2103281"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771308675.json","alternate":"http://www.rottentomatoes.com/m/dawn_of_the_planet_of_the_apes/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771308675/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771308675/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771308675/similar.json"}},{"id":"771360863","title":"Lucy","year":2014,"mpaa_rating":"R","runtime":89,"critics_consensus":"","release_dates":{"theater":"2014-07-25"},"ratings":{"critics_rating":"Fresh","critics_score":66,"audience_rating":"Spilled","audience_score":48},"synopsis":"From La Femme Nikita and The Professional to The Fifth Element, writer/director Luc Besson has created some of the toughest, most memorable female action heroes in cinematic history. Now, Besson directs Scarlett Johansson in Lucy, an action-thriller that tracks a woman accidentally caught in a dark deal who turns the tables on her captors and transforms into a merciless warrior evolved beyond human logic. (C) Universal","posters":{"thumbnail":"http://content6.flixster.com/movie/11/17/83/11178332_tmb.jpg","profile":"http://content6.flixster.com/movie/11/17/83/11178332_tmb.jpg","detailed":"http://content6.flixster.com/movie/11/17/83/11178332_tmb.jpg","original":"http://content6.flixster.com/movie/11/17/83/11178332_tmb.jpg"},"abridged_cast":[{"name":"Min-sik Choi","id":"162695879","characters":["Mr. Jang"]},{"name":"Pilou Asbaek","id":"770921406","characters":["Richard"]},{"name":"Scarlett Johansson","id":"162652872","characters":["Lucy"]},{"name":"Morgan Freeman","id":"162652224","characters":["Professor Norman"]},{"name":"Amr Waked","id":"326393104","characters":["Pierre Del Rio"]}],"alternate_ids":{"imdb":"2872732"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771360863.json","alternate":"http://www.rottentomatoes.com/m/lucy_2014/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771360863/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771360863/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771360863/similar.json"}},{"id":"771355196","title":"When The Game Stands Tall","year":2014,"mpaa_rating":"PG","runtime":115,"critics_consensus":"","release_dates":{"theater":"2014-08-22"},"ratings":{"critics_rating":"Rotten","critics_score":18,"audience_rating":"Upright","audience_score":79},"synopsis":"Inspired by a true story, WHEN THE GAME STANDS TALL tells the remarkable journey of legendary football coach Bob Ladouceur (Jim Caviezel), who took the De La Salle High School Spartans from obscurity to a 151-game winning streak that shattered all records for any American sport. When the streak is broken, and tragedy strikes the team, Coach Lad must teach his players - and the entire town - that it's not about how you fall, but how you get back up. (C) Warner Bros","posters":{"thumbnail":"http://content7.flixster.com/movie/11/17/88/11178889_tmb.jpg","profile":"http://content7.flixster.com/movie/11/17/88/11178889_tmb.jpg","detailed":"http://content7.flixster.com/movie/11/17/88/11178889_tmb.jpg","original":"http://content7.flixster.com/movie/11/17/88/11178889_tmb.jpg"},"abridged_cast":[{"name":"Jim Caviezel","id":"771395445","characters":["Bob Ladouceur"]},{"name":"Michael Chiklis","id":"162652783","characters":["Teddy Eidson"]},{"name":"Alexander Ludwig","id":"770682403","characters":["Chris Ryan"]},{"name":"Laura Dern","id":"162654251","characters":["Bev Ladouceur"]},{"name":"Clancy Brown","id":"162663805","characters":["Mickey Ryan"]}],"alternate_ids":{"imdb":"2247476"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771355196.json","alternate":"http://www.rottentomatoes.com/m/when_the_game_stands_tall/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771355196/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771355196/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771355196/similar.json"}},{"id":"771359009","title":"The Hundred-Foot Journey","year":2014,"mpaa_rating":"PG","runtime":122,"critics_consensus":"","release_dates":{"theater":"2014-08-08"},"ratings":{"critics_rating":"Fresh","critics_score":68,"audience_rating":"Upright","audience_score":84},"synopsis":"In \"The Hundred-Foot Journey,\" Hassan Kadam (Manish Dayal) is a culinary ingenue with the gastronomic equivalent of perfect pitch. Displaced from their native India, the Kadam family, led by Papa (Om Puri), settles in the quaint village of Saint-Antonin-Noble-Val in the south of France. Filled with charm, it is both picturesque and elegant - the ideal place to settle down and open an Indian restaurant, the Maison Mumbai. That is, until the chilly chef proprietress of Le Saule Pleureur, a Michelin starred, classical French restaurant run by Madame Mallory (Academy Award (R)-winner Helen Mirren), gets wind of it. Her icy protests against the new Indian restaurant a hundred feet from her own, escalate to all out war between the two establishments - until Hassan's passion for French haute cuisine and for Mme. Mallory's enchanting sous chef, Marguerite (Charlotte Le Bon), combine with his mysteriously delicious talent to weave magic between their two cultures and imbue Saint-Antonin with the flavors of life that even Mme. Mallory cannot ignore. At first Mme. Mallory's culinary rival, she eventually recognizes Hassan's gift as a chef and takes him under her wing. (c) Disney","posters":{"thumbnail":"http://content8.flixster.com/movie/11/17/88/11178838_tmb.jpg","profile":"http://content8.flixster.com/movie/11/17/88/11178838_tmb.jpg","detailed":"http://content8.flixster.com/movie/11/17/88/11178838_tmb.jpg","original":"http://content8.flixster.com/movie/11/17/88/11178838_tmb.jpg"},"abridged_cast":[{"name":"Helen Mirren","id":"162662871","characters":["Madame Mallory"]},{"name":"Manish Dayal","id":"770779441","characters":["Hassan Kadam"]},{"name":"Sarah Wayne Callies","id":"326299358","characters":["Allison"]},{"name":"Om Puri","id":"162705440","characters":["Papa"]},{"name":"Alycia Debnam","id":"771507360","characters":["Carey-Kaitlyn"]}],"alternate_ids":{"imdb":"2980648"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771359009.json","alternate":"http://www.rottentomatoes.com/m/the_hundred_foot_journey/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771359009/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771359009/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771359009/similar.json"}},{"id":"771365263","title":"The Giver","year":2014,"mpaa_rating":"PG-13","runtime":140,"critics_consensus":"","release_dates":{"theater":"2014-08-15"},"ratings":{"critics_rating":"Rotten","critics_score":35,"audience_rating":"Upright","audience_score":62},"synopsis":"The haunting story of THE GIVER centers on Jonas (Brenton Thwaites), a young man who lives in a seemingly ideal, if colorless, world of conformity and contentment. Yet as he begins to spend time with The Giver (Jeff Bridges), who is the sole keeper of all the community's memories, Jonas quickly begins to discover the dark and deadly truths of his community's secret past. With this newfound power of knowledge, he realizes that the stakes are higher than imagined - a matter of life and death for himself and those he loves most. At extreme odds, Jonas knows that he must escape their world to protect them all - a challenge that no one has ever succeeded at before. THE GIVER is based on Lois Lowry's beloved young adult novel of the same name, which was the winner the 1994 Newbery Medal and has sold over 10 million copies worldwide. (C) Weinstein","posters":{"thumbnail":"http://content7.flixster.com/movie/11/17/88/11178893_tmb.jpg","profile":"http://content7.flixster.com/movie/11/17/88/11178893_tmb.jpg","detailed":"http://content7.flixster.com/movie/11/17/88/11178893_tmb.jpg","original":"http://content7.flixster.com/movie/11/17/88/11178893_tmb.jpg"},"abridged_cast":[{"name":"Jeff Bridges","id":"162655890","characters":["The Giver"]},{"name":"Meryl Streep","id":"162654900","characters":["Chief Elder"]},{"name":"Brenton Thwaites","id":"771420717","characters":["Jonas"]},{"name":"Alexander Skarsgard","id":"770674271","characters":["Father"]},{"name":"Katie Holmes","id":"162652648","characters":["Mother"]}],"alternate_ids":{"imdb":"0435651"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771365263.json","alternate":"http://www.rottentomatoes.com/m/the_giver/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771365263/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771365263/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771365263/similar.json"}},{"id":"771324950","title":"Hercules","year":2014,"mpaa_rating":"PG-13","runtime":99,"critics_consensus":"","release_dates":{"theater":"2014-07-25","dvd":"2014-11-04"},"ratings":{"critics_rating":"Fresh","critics_score":60,"audience_rating":"Spilled","audience_score":57},"synopsis":"Paramount Pictures and Metro-Goldwyn-Mayer Pictures' film HERCULES, starring Dwayne Johnson, bows on July 25th. Based on Radical Comics' Hercules by Steve Moore, this ensemble-action film is a revisionist take on the classic myth, HERCULES. The epic action film also stars Golden Globe Winner Ian McShane, Rufus Sewell, Joseph Fiennes, Peter Mullan and Academy Award (R)-nominee John Hurt. (C) Paramount","posters":{"thumbnail":"http://content6.flixster.com/movie/11/17/84/11178460_tmb.jpg","profile":"http://content6.flixster.com/movie/11/17/84/11178460_tmb.jpg","detailed":"http://content6.flixster.com/movie/11/17/84/11178460_tmb.jpg","original":"http://content6.flixster.com/movie/11/17/84/11178460_tmb.jpg"},"abridged_cast":[{"name":"Dwayne \"The Rock\" Johnson","id":"770893686","characters":["Hercules"]},{"name":"Ian McShane","id":"326396263","characters":["Amphiaraus"]},{"name":"John Hurt","id":"162653221","characters":["Lord Cotys"]},{"name":"Rufus Sewell","id":"162654887","characters":["Autolycus"]},{"name":"Aksel Hennie","id":"364618123","characters":["Tydeus"]}],"alternate_ids":{"imdb":"1267297"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771324950.json","alternate":"http://www.rottentomatoes.com/m/hercules_the_thracian_wars/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771324950/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771324950/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771324950/similar.json"}},{"id":"771379440","title":"Hector And The Search For Happiness","year":2014,"mpaa_rating":"R","runtime":114,"critics_consensus":"","release_dates":{"theater":"2014-09-19"},"ratings":{"critics_rating":"Rotten","critics_score":31,"audience_rating":"Upright","audience_score":66},"synopsis":"Hector (Simon Pegg) is a quirky psychiatrist who has become increasingly tired of his humdrum life. As he tells his girlfriend, Clara (Rosamund Pike), he feels like a fraud: he hasn't really tasted life, and yet he's offering advice to patients who are just not getting any happier. So Hector decides to break out of his deluded and routine driven life. Armed with buckets of courage and child-like curiosity, he embarks on a global quest in hopes of uncovering the elusive secret formula for true happiness. And so begins a larger than life adventure with riotously funny results. Based on the world-wide best-selling novel of the same name, Hector and the Search for Happiness is a rich, exhilarating, and hilarious tale from director Peter Chelsom, starring Simon Pegg, Toni Collette, Rosamund Pike, Stellan Skarsgard, Jean Reno and Christopher Plummer. (c) Relativity Media","posters":{"thumbnail":"http://content7.flixster.com/movie/11/17/95/11179593_tmb.jpg","profile":"http://content7.flixster.com/movie/11/17/95/11179593_tmb.jpg","detailed":"http://content7.flixster.com/movie/11/17/95/11179593_tmb.jpg","original":"http://content7.flixster.com/movie/11/17/95/11179593_tmb.jpg"},"abridged_cast":[{"name":"Simon Pegg","id":"162684057","characters":["Hector"]},{"name":"Toni Collette","id":"162654444","characters":["Agnes"]},{"name":"Rosamund Pike","id":"162654705","characters":["Clara"]},{"name":"Christopher Plummer","id":"162652929","characters":["Professor Coreman"]},{"name":"Stellan Skarsgard","id":"162684205","characters":["Edward"]}],"alternate_ids":{"imdb":"1626146"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771379440.json","alternate":"http://www.rottentomatoes.com/m/hector_and_the_search_for_happiness/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771379440/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771379440/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771379440/similar.json"}},{"id":"771320888","title":"The Expendables 3","year":2014,"mpaa_rating":"PG-13","runtime":126,"critics_consensus":"","release_dates":{"theater":"2014-08-15"},"ratings":{"critics_rating":"Rotten","critics_score":33,"audience_rating":"Spilled","audience_score":51},"synopsis":"In THE EXPENDABLES 3, Barney (Stallone), Christmas (Statham) and the rest of the team come face-to-face with Conrad Stonebanks (Gibson), who years ago co-founded The Expendables with Barney. Stonebanks subsequently became a ruthless arms trader and someone who Barney was forced to kill... or so he thought. Stonebanks, who eluded death once before, now is making it his mission to end The Expendables -- but Barney has other plans. Barney decides that he has to fight old blood with new blood, and brings in a new era of Expendables team members, recruiting individuals who are younger, faster and more tech-savvy. The latest mission becomes a clash of classic old-school style versus high-tech expertise in the Expendables' most personal battle yet. Lionsgate and Millennium Films present a Nu Image production. (C) Lionsgate","posters":{"thumbnail":"http://content6.flixster.com/movie/11/17/98/11179872_tmb.jpg","profile":"http://content6.flixster.com/movie/11/17/98/11179872_tmb.jpg","detailed":"http://content6.flixster.com/movie/11/17/98/11179872_tmb.jpg","original":"http://content6.flixster.com/movie/11/17/98/11179872_tmb.jpg"},"abridged_cast":[{"name":"Sylvester Stallone","id":"162664630","characters":["Barney Ross"]},{"name":"Jason Statham","id":"162653720","characters":["Lee Christmas"]},{"name":"Antonio Banderas","id":"162654885","characters":["Galgo"]},{"name":"Jet Li","id":"162652223","characters":["Yin Yang"]},{"name":"Wesley Snipes","id":"162662526","characters":["Doc"]}],"alternate_ids":{"imdb":"2333784"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771320888.json","alternate":"http://www.rottentomatoes.com/m/the_expendables_3/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771320888/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771320888/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771320888/similar.json"}},{"id":"771380044","title":"La Bayadere Live From The Mariinsky Theatre","year":2014,"mpaa_rating":"Unrated","runtime":160,"release_dates":{"theater":"2014-07-14"},"ratings":{"critics_score":-1,"audience_score":0},"synopsis":"The powerful story of the noble warrior Solor and the temple dancer Nikia, La Bayadere is one of the great favourites of the ballet repertoire and a touchstone production for the Mariinsky Theatre ballet company. Choreographed by Marius Petipa and first premiered in 1877, it combines the exotic setting of 19th century India with the stunning virtuosity of Russian ballet technique. Featuring the famous 'Kingdom of the Shades' - one of the most celebrated ballet scenes of all time - the Mariinsky Theatre's La Bayadere was filmed live at the annual Stars of the White Nights Festival in St. Petersburg and is an unmissable cinema event for ballet fans.","posters":{"thumbnail":"http://d3biamo577v4eu.cloudfront.net/static/images/redesign/poster_default_thumb.gif","profile":"http://d3biamo577v4eu.cloudfront.net/static/images/redesign/poster_default_thumb.gif","detailed":"http://d3biamo577v4eu.cloudfront.net/static/images/redesign/poster_default_thumb.gif","original":"http://d3biamo577v4eu.cloudfront.net/static/images/redesign/poster_default_thumb.gif"},"abridged_cast":[],"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771380044.json","alternate":"http://www.rottentomatoes.com/m/la_bayadere_live_from_the_mariinsky_theatre/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771380044/cast.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771380044/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771380044/similar.json"}}],"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/lists/movies/in_theaters.json?page_limit=30&country=us&page=1","next":"http://api.rottentomatoes.com/api/public/v1.0/lists/movies/in_theaters.json?page_limit=30&country=us&page=2","alternate":"http://www.rottentomatoes.com/movie/in_theaters"},"link_template":"http://api.rottentomatoes.com/api/public/v1.0/lists/movies/in_theaters.json?page_limit={results_per_page}&page={page_number}&country={country-code}"} \ No newline at end of file