JARCH SHOWCASE
JARCH SHOWCASE
Terminal Terminal commands are handled by a server side listener. "greet {text}" and "date" are sample commands.
Welcome to PrimeFaces Terminal, how are you today?
prime $
<a:form>
    <a:focus for="terminal" />

    <a:terminal id="terminal" widgetVar="term" commandHandler="#{terminalView.handleCommand}"
                welcomeMessage="Welcome to PrimeFaces Terminal, how are you today?" />

    <a:commandButton type="button" value="Clear" icon="ui-icon-trash" onclick="PF('term').clear()" style="margin-top:10px"/>
</a:form>
                
JARCH, Copyright © 2022 All rights reserved. Running JARCH 24.3.0-SNAPSHOT on PrimeFaces-12.0.0 on Mojarra-2.3.13.