Copyright © 2008 Skyway Software
Abstract
The purpose of this document is to provide instructions for setting up the First Skyway Bank (FSB) Sample application. Visit the Skyway Community Portal.
Table of Contents
List of Figures
Table of Contents
The purpose of this document is to provide instructions for setting up the First Skyway Bank (FSB) Sample application. This is a sample application that intended to give examples of basic development concepts using Skyway Visual Perspectives.
First Skyway Bank Project. The Skyway Eclipse Project. This can be downloaded from the Skyway Perspectives CVS. The connection information is:
Connection Type: pserver
User: guest
Password:[blank]
Host:www.skywayperspectives.org
Repository Path: /CVS
Path to Project: HEAD-->skyway-->examples-->FirstSkywayBank
Be careful to ensure that you leave the project name in mixed case: FirstSkywayBank.
Setup a Datasource. The FSB project has been set up to use a database connection name of SkywayDB. If you already have a connection set up, you can either rename the connection to SkywayDB or change the FSB project to use your existing connection.
If you choose to create a new datasource or use an existing one and name it 'SkywayDB', you will need to modify and save the Skyway Data Store. A quick way to modify and save the data store is to add text to the data store description field, which will mark the Skyway Data Store as changed.
If you choose to update FSB to use your existing data source you will need to:
Add a Server: The Community Edition of Skyway Visual Perspectives only will allow deployments to an open source server like Appache Tomcat or JBoss.
If not already completed, setup an application server to run the FSB project. If you do not have an open source server downloaded, the RCP version of Skyway Visual Perspectives does include a version of Apache Tomcat 6 you can setup for use with the FSB project.
Deploy FSB project: Once you have the application server set up you can add the FSB project to the local server and then start the server.
Launching FSB project: To launch FSB, you will find a jsp paged called index.jsp located in the WebContent folder. Right-click on the index.jsp file and choose Run As --> Run On Server and this will direct you to the start page of FSB.