[jboss-as7-dev] Welcome page idea - poor-man's quickstart autodiscovery via CSS trick
Ondřej Žižka
ozizka at redhat.com
Fri Mar 23 03:53:12 EDT 2012
Hi,
I was thinking - we could add links to localhost:8080/quickstart-xyz for
each quickstart, with id="qs-foo", and CSS like
#qs-foo { style="display: none"; }
and add CSS files includes, which would only load if the respective
quickstart is available, like
<link
href="http://localhost:8080/jboss-as-wicket-ear/welcome-page-autodiscovery.css" rel="stylesheet"/>
which would override
#qs-foo { style="display: block"; }
effectively showing only links to deployed quickstarts?
Could add some points to UX :)
Ondra
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-as7-dev/attachments/20120323/2201c4d2/attachment.html
More information about the jboss-as7-dev
mailing list