Object-oriented and event driven framework
for developing refactorable webbased applications
Nuhra Webframework hosted by Sourceforge

NuhraSet

Before starting up your first own project, you might have a look at the demonstration application which comes with Nuhra.

The simplest way is to deploy the delivered (or built by yourself with the delivered ant build) WAR file. Just copy the nuhra.war file into the webapps directory of your webcontainer (e.g. Tomcat or Jetty) and restart it. If you are using Jboss, just copy it into the deploy directory of your jboss server.

As Nuhra comes with a little Jetty server included (for fast development), you can also start the demo (and every Nuhra app you develop) with the embedded Jetty server just in your IDE: Include Nuhra classes and libs in the classpath, and start the class
	net.sf.nuhra.web.JettyStarter
It will start teh embedded Jetty HTTP-server (within 1 second) and start the Nuhra demo app.

Point your web browser to http://localhost:8080 and enjoy! :-)

This is a showcase what Nuhra can do, a test suite for developers and a demo how you can implement this or that. So don't forget to have a look at the souce code of the panels shown in the NuhraSet demo!