Johan asked me to rollback the jmx dependency for wicket-examples 1.2 - wicket-jmx uses java 5 - so if you want to test, simply turn on that dependency/ include wicket-jmx-1.2-SNAPSHOT (or whatever version).jar in your war.
Eelco On 10/16/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote:
That's right. Thanks Paolo On 10/16/06, Johan Compagner <[EMAIL PROTECTED]> wrote: > > we moved to apache see list. > > https://svn.apache.org/repos/asf/incubator/wicket > > On 10/16/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: > > > > Which repository? > > > > I'm unable to find it on > > https://svn.sourceforge.net/svnroot/wicket/branches/wicket-1.x > > > > Thanks. > > > > - Paolo > > > > > > On 10/14/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > > > > > Hi folks, > > > > > > I just added project wicket-jmx in the wicket-1.x branch which > > > provides JMX support for Wicket. It currently exposes most of the > > > application properties, some writable, has support for stopping/ > > > starting and querying a request logger, and clearing the markup cache. > > > > > > Currently only for 1.2, but I can add it for 2.0 later this week. For > > > 2.0, I'd like to put it in the core project, as JMX is shipped with > > > the JRE form version (1.)5 on. > > > > > > Btw, JMX is totally non-intrusive, so you don't need to do anything > > > special in you apps to make use of it. > > > > > > I also upgraded the wicket-examples project to use Jetty 6, and let it > > > start up with JMX support. Run StartExamples with parameter > > > -Dcom.sun.management.jmxremote and start up Java 5's jconsole or some > > > other JMX agent to browse around. > > > > > > I hope to get people enthusiastic about the JMX support and get some > > > suggestions (patches!) etc. > > > > > > Have fun, > > > > > > Eelco > > > > > > > > >
