Re: Lightweight session management

2010-07-29 Thread M. Hammer
...@gmail.com load test it and see if it becomes a problem before spending any cycles on a solution. -igor On Wed, Jul 28, 2010 at 7:54 AM, M. Hammer nab...@hammer-tour.com wrote: Hello, in my application I would like to have user sessions for storing some data (mostly related to tracking

Lightweight session management

2010-07-28 Thread M. Hammer
Hello, in my application I would like to have user sessions for storing some data (mostly related to tracking which pages a user has visited), but otherwise stay stateless as long as possible to keep memory consumption low. Is there any provision in Wicket for such a scenario? I could

Re: Reading cookies on first/each request

2010-06-28 Thread M. Hammer
Quoting Bilgin Ibryam bibr...@gmail.com: I want to implement Remember me functionality by storing the encrypted and base64 encoded username in a cookie. Then I'd like to check for the cookie on the very first request (or every request) to the application. Hi, I do this in the newSession()

RE: Rich Text Editors and Wicket

2010-05-29 Thread M. Hammer
Quoting Chris Colman chr...@stepaheadsoftware.com: Is your YUI/Wicket component/integration code publicly available or could it be? I've written a blog post on the integration: http://www.hammersoft.de/blog/?p=31 Maybe a FckEditor integration can be done in a similar manner. Keep me posted

Re: SV: Very interesting question... my boss complain about one of my implementations...

2010-05-28 Thread M. Hammer
I can also recommend Quartz, especially with the Spring integration. (http://static.springsource.org/spring/docs/1.2.9/reference/scheduling.html) Very stable, and quite easy to set up. Try looking into Quartz, a library for such things. The lack of a standard scheduling framework outside

Re: Rich Text Editors and Wicket

2010-05-28 Thread M. Hammer
Quoting Chris Colman chr...@stepaheadsoftware.com: Does anyone have experience with using Rich Text Editors in Wicket? I've used the TinyMCE integration from Wicketstuff (http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-tinymce), but then ended up using YUI Editor

Re: Google Analytics and Wicket Dynamic Urls

2010-05-22 Thread M. Hammer
I've been in the same situation, and decided against GA and in favour of my own implementation. Main reason is that GA is problematic in the EU due to privacy concerns. Nevertheless, whether you implement your own tracker or use GA, you need to come up with semantics of stateful content.

Serving CSS directories

2010-03-06 Thread M. Hammer
Hi all, I want to give my users a way to upload an archive containing CSS and images, and use it to skin their own views. In the CSS, the images need to be referenced relative to the CSS file (e.g., if the archive does not contain subdirectories, all the images should be referenced by