The Swordfish Basic Web Client can connect to one or more Swordfish services (including the Swordfish emulator), and present in a web UI frame the entire Swordfish hierarchy. The basic web client also provides basic capabilities to modify configurable Properties (as specified in the schema), as well an providing a basic interface to add or remove elements from the service through a Web UI.
BSD 3-Clause "New" or "Revised" License
7
stars
6
forks
source link
Need to break apart build/start from just start. #13
Build is not required every time when we start the application. But build is required is changes to any files are made.so, build was integrated with the start.
update:
Build and start are made into two different steps,
How do you start the web client instead of a combined build start? There's no need to build every time you want to start.