The latest source code can be found at https://source.sakaiproject.org/contrib/nwu/solo/trunk/.
The following code pieces might come in handy for other Google Web Toolkit developers:
- Creating a window with panels and a treeview for Melete:
SakaiAnnouncePanel.java - Creating a grid populated from a remote XML file for announcements:
SakaiMeletePanel.java - Making a Google Web Toolkit RPC call to our Sakai servlet:
SakaiRPC.java - Receiving the Google Web Toolkit call in Sakai:
SoloServlet.java - Generating all the XML in Sakai for use in Google Web Toolkit:
XmlGeneratorImpl.java - Using a pure AJAX grid in Sakai:
CdSync.jsp