Skip to main content


developerWorks  >  Lotus | Open source  >

BlammoSplat: Build a community Web site of OpenLaszlo animations, Part 3: The community animation

developerWorks

Level: Intermediate

Nicholas Chase , Freelance writer
Keith Strickland , Lotus Notes/Domino Administrator, Developer and Author

02 Oct 2007

Register now or sign in using your IBM ID and password.

Learn to enable users to both rate existing animations and to combine existing animations into new snippets. This is the third in a series of three tutorials that chronicle the building of a site that enables collaborative discussion and animation building using Domino and OpenLaszlo.

In this tutorial

In this tutorial, learn:

  • How to use Java™ and the XML Document Object Model to combine OpenLaszlo animations

  • How to create a Java library in Domino

  • How to call Java code from a LotusScript agent

  • How to create a new Domino document and attach an arbitrary file

  • How to select individual documents via check boxes

  • How to replace parts of a Domino site home page

  • How to replace the default Domino buttons

Prerequisites

This tutorial is for Web developers who want to learn more about using Lotus® Notes and Domino to create and host Web applications. This tutorial assumes that you have some programming experience. You should have a basic understanding of creating Notes applications, which you can get from reading Part 1 of this series. The example uses LotusScript, but it's fairly straightforward and explained in detail, so previous experience is not required. Familiarity with XML is also helpful, but not required.


System requirements

To complete the steps in this tutorial, you will need to have the following software installed and ready to use:

  • The basic BlammoSplat application: Part 1 chronicled the creation of a Notes database that enabled users to create an account on the BlammoSplat site, and to post and read messages. You can download the NSF file, but you will need to read Part 1 to perform the appropriate configuration.
  • Domino 8 server software: Available as a trial download. This software hosts the application, so you will need to download and install it.
  • Domino Designer 8: Available as a trial download. This application enables you to build Domino database applications from scratch; you'll be using it for the registration application.
  • JDK 1.4x or higher: OpenLaszlo runs on an embedded Tomcat server. You won't need to worry about that, but you will need to have the Java SDK -- the JRE is NOT enough -- installed in order for it to work.
  • OpenLaszlo: The animations created in this tutorial use the OpenLaszlo API, so to compile and run the you will need the OpenLaszlo server.


Duration

Less than 2 hours


Formats

html, pdf


Share this....

digg Digg this story del.icio.us del.icio.us Slashdot Slashdot it!


Back to top


Document options

Document options requiring JavaScript are not displayed

Discuss


My developerWorks needs you!

Connect to your technical community


More in this series:
BlammoSplat: Build a community Web site of OpenLaszlo animations