Authors
Overview
Portlet uses Netflix's web services to search and display details of an actor or a TV series or a movie.
Description
Example uses Netflix's REST webservices to get details of an actor or TV series or movie using OAuth for authentication. Data is displayed on demand and asynchronously using JBoss Richfaces 4.3.0.Final and PortletBridge 3.2.0.Beta1
Installation procedure
Check out the code from https://github.com/mposolda/netflix
Follow the instructions from https://github.com/mposolda/netflix/blob/master/README.txt . Basically you need to build portlet and deploy it, register to netflix page to obtain consumerKey and consumerSecret to access Netflix API and fix classloading issue by adding additional JAR into GateIn module (on JBoss AS7)
Build system: Maven
Source location: Git at https://github.com/mposolda/netflix
Compatibility list (please add to this list if you have tested a new version of GateIn):
Tester | Version of the example | Version of GateIn | Result | Comment |
---|---|---|---|---|
Prabhat Jha | 1.0.0 | GateIn 3.1.0 | OK | Works like a charm !! |
Marek Posolda | 2.0-SNAPSHOT | GateIn 3.5.0 on JBoss AS7 | OK | Works like a charm !! |
Comments