dojo 1.2 Presentation slides and Sample code
Posted by caroljmcdonald on October 30, 2008 at 10:27 AM EDT
Dojo 1.2 Presentation slides and Sample code
Dojo
is an open source DHTML toolkit written in JavaScript. It includes many
utilities that go beyond Ajax.This Presentation and Sample code demonstrates the usage of dojo 1.2. The material for this presentation and code comes from the book of dojo at: http://dojotoolkit.org/ .
Download the dojo 1.2 Sample Application Code
Running the Sample Code
The sample code for this tip is available as a NetBeans project. You can build and run the sample code using the NetBeans IDE.
Setting Things Up
- Download and install NetBeans
bundled with Glassfish.
- or Download and install GlassFish V2 separately.
or you can download the latest Java EE bundles built on the GlassFish application server.
- If you downloaded Glassfish separately, Add the GlassFish server
to NetBeans:
- Start NetBeans and switch to the Runtime window (Ctrl+5).
- Right-click the Servers node and select Add Server.
- Select Sun Java System Application Server.
- Browse to the location where you installed GlassFish and
select Finish.
- Start NetBeans and switch to the Runtime window (Ctrl+5).
Open and Run the Sample code:
- Download the sample
code and extract its contents. You should now see the newly
extracted directory as
<sample_install_dir>/dojo12App, where<sample_install_dir>is the directory where you installed the sample package. For example, if you extracted the contents toC:\on a Windows machine, then your newly created directory should be atC:\dojo12App.
- Start the NetBeans IDE. Click Open Project in the File menu and
select the
dojoAppdirectory you just unzipped.
- Run the project as follows:
- Right click the
dojo12Appnode in the Projects window.
- Select Run Project.
- Right click the
When you run the project, your browser should display the opening page
of the dojo Sample Application (at http://localhost:8080/dojo12App/).
Blog Links >>
- Login or register to post comments
- Printer-friendly version
- caroljmcdonald's blog
- 1786 reads





