I've been asked to look into Apache Rave with a view to creating a portal that displays our own widgets and some free social widgets (news and suchlike).
I installed JDK 1.6 and downloaded the Rave 0.1.8 binary zip file from http://rave.apache.org/downloads.html and have been having trouble getting it to work on Windows 7.
I can login to the portal (on localhost:8080), but the open social gadgets don't display in either IE8 or Firefox 10 and am getting 504 connection refused for all. Do I need to configure a proxy somewhere? (I'm on a company network that connects to the internet via a proxy.).
I'm finding it's very slow to execute requests.
Additionally, in IE8 when I try to rename the "Main" tab and/or change its layout I get a javascript error(Object expected ifr) something to do with the youtube widget. I removed the youtube widget but am still getting the error. Renaming and changing the layout works in Firefox.
Finally, I'm new to this and confused about all the architecture. I know tomcat is the web server, but I have no idea what Rave and Shindig and Spring are, nor Maven, nor whether I even need Maven (I installed it because the Rave documentation said to, but I think the demo is self contained). I'm having trouble finding any resources that clearly explain everything, the Apache documentation is contradictory in places and doesn't seem to be aimed at beginners. Any help appreciated.