Not Found

The requested URL /jquery-1.6.3.min.js was not found on this server.

Archives

Posts Tagged ‘Scripting’

I have started yet another open-source project: Too-OneBee. It’s both an embeddable and standalone web console for monitoring a J2EE application. It lives at Google Code: http://code.google.com/p/too-onebee/ It embeds a javax.scripting console for running scripts within the webapp, a JMX browser, a session/request/application/server context viewer, a JNDI browser. I would like to add pluggable handlers [...]

Share
Nov 18th, 2009 | Filed under Uncategorized

Canyon is my implementation of the concepts behind various kinds of XML-based application interface tools (XAML, Flash MXML, ZK, etc). Canyon started off as a way to describe Echo2 (http://echo.nextapp.com) applications using XML bound together with Groovy (http://groovy.codehaus.org) scripts. Recently I’ve been working on refactoring Canyon to support multiple widget libraries (Echo2, Cooee, Echo3, Swing, [...]

Share
Jun 28th, 2009 | Filed under Development, Software