Smalltalk createPackage: 'HelloApp'! Object subclass: #HelloApp instanceVariableNames: '' package: 'HelloApp'! !HelloApp methodsFor: 'action'! doAmberWith | tag | tag := (HTMLCanvas onJQuery: '#output-list' asJQuery) root. tag with: [ :html | html li with: 'Amber Web #with: added me!!' ] ! doJQueryAppend '#output-list' asJQuery append: '