I’m currently working on a web project based on Wicket. In this web project there was a request for a web based word processor. TinyMce fits the bill perfectly and as it happens is also integrated in Wicket. Lucky me!
Another request required me to make my own plugin for TinyMce. Only, it turned out [...]
Creating a TinyMce plugin for a Wicket application
October 7th, 2009 by Rickard Nilsson — Java
Tags: frameworks, javascript, plugin, programming, scripting, tinymce, web, wicket
Wicket Javascript Internals dissected
September 26th, 2008 by Nino Martinez — Java
SO you need to do something special with a javascript and you want to integrate that with wicket. In my last article I looked at this from the wicket side and wrote about what you can do to push something out from wicket. But what if you want to interact? Then you will have to take a peek at wickets javascript internals. If you are working on an ajax component you get these wicket javascript source files included as default [...]
Tags: ajax, frameworks, javascript, open source, programming, web, wicket
