logo
22.1
search
No matching documents found.
list
search
No matching documents found.
logo
Please be aware that there is newer version of documentation available for Webswing. Documentation 24.1

Quick Start Guide

This step by step guide will help you install and start the Webswing server and set up your swing application in 5 minutes.

Following image link will bring you to our youtube video tutorial:

Webswing Quickstart Guide

Prerequisites

  1. Java 1.8.0_202 or newer, Java 11 or Java 17 installed
  2. Modern browser installed

For the purpose of this guide, we will use a Windows-based box. Linux installation is covered on a separate page.

Starting the Server

Download the distribution from the Webswing home page and unzip it to a new folder. For demonstration we use C:\webswing

unzipped Webswing distribution

Open a command prompt and make sure you are using the current Java executable. (Verify by running java -version)

Double click on the webswing&admin.bat file to start the Webswing server and Webswing Admin Console.

started Webswing server

Running Demo Application

Open your browser and navigate to address http://localhost:8080
Login using the default username and password admin and pwd.

Webswing login screen

You should see the following screen with 3 demo applications.
You can try one of the demo apps by clicking the icon.

application selector screen

After starting the Webswing Demo application you should see the following screen:

Webswing Demo running

Setup Your Own Application

For this demonstration we use the CelsiusConverter application from Oracle Swing tutorial. The CelsiusConverter.jar has been put in the C:/webswing folder.

Open your browser and navigate to address http://localhost:8080
To setup your application, click the Manage button located on the top right corner - this navigates you to Admin Console URL as defined in your configuration. If you don't see a Manage button, please first configure Admin Console.

application selector screen

In the admin console, Go to Applications view, then click the plus icon located in the left sidebar and choose Create New option.

admin console screen

Enter the name of your app. From this name is created the HTTP URL path part under which your app will be available, if you would like to change this path you can do so by changing it below the name field. Then Submit it.

Locate My Application in the sidebar to show the configuration.

New Application

For the quick setup:

  1. In App Configuration adjust section Java:
    add CelsiusConverter.jar to the Classpath field
    add learn.CelsiusConverterGUI to the Main Class field. Application settings
  2. Click Apply button
  3. Click Enable in the right top
  4. Navigate to path as entered in the beginning http://localhost:8080/myapp

The application should be also available under a new icon within the application selector http://localhost:8080.

In case the application fails to start, search for the problem in the log file webswing.log located in the Webswing home folder - in our case C:\webswing.