Giter VIP home page Giter VIP logo

seaside-quasar's Introduction

Seaside-Quasar

Pharo/Smalltalk code to use Quasar Framework in Seaside. Includes some demo apps using Magritte.

License

  • The code is licensed under MIT.
  • The documentation is licensed under CC BY-SA 4.0.

Installation

Download the latest Pharo 32 or 64 bits VM.

Load the code using:

Metacello new
	repository: 'github://yannij/Seaside-Quasar:main/src';
	baseline: 'SeasideQuasar';
	onConflictUseLoaded;
	load: 'all'.

To create demo data:

(Smalltalk classNamed: #QuasarDemoAccountingMemoryDbApp) createData.
(Smalltalk classNamed: #QuasarDemoAccountingSoilDbApp) createData.
(Smalltalk classNamed: #QuasarDemoMovieListingApp) createData.

Start Seaside

  1. Open Seaside Control Panel from the Tools menu
  2. Add a ZnZincServerAdaptor from the control panel
  3. Select the adapter, click on Start button

If Seaside Control Panel is not available, then use:

(Smalltalk classNamed: #ZnZincServerAdaptor) startOn: 8080.

Open in a web browser

  1. Use a web browser (Chrome, ...)
  2. Go to URL: http://localhost:8080/quasar/browse

seaside-quasar's People

Contributors

emaringolo avatar yannij avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

seaside-quasar's Issues

Not working in Pharo 12

Using the load script from README does not work in Pharo 12. It does not even load Seaside.

I think the referenced Seaside version should be updated to v3.5.7

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.