memcached session store

2009-03-08 Thread Martin Grotzke
Hi, we're just thinking about a session store using memcached. I just want to ask if somebody already implemented this (and wants to share) before we implement this. Btw, is there some documentation about ISessionStore semantics, in addition to javadocs? I would be interested in the order in

Re: memcached session store

2009-03-09 Thread Martin Grotzke
-08 at 23:25 +0100, Martijn Dashorst wrote: You can check the TIM integration work from the Terracotta guys. That should make things easier, and you could even try it out, perhaps saving a memcached implementation completely :) Martijn On Sun, Mar 8, 2009 at 11:01 PM, Martin Grotzke

Re: memcached session store

2009-03-09 Thread Martin Grotzke
, Martin Grotzke martin.grot...@javakaffee.de wrote: Hi, we're just thinking about a session store using memcached. I just want to ask if somebody already implemented this (and wants to share) before we implement this. Btw, is there some documentation about ISessionStore

Re: memcached session store

2009-03-09 Thread Martin Grotzke
, still running in evaluation mode :) Cheers, Martin Martijn On Mon, Mar 9, 2009 at 9:56 AM, Martin Grotzke martin.grot...@javakaffee.de wrote: On Sun, 2009-03-08 at 16:56 -0700, Victor Igumnov wrote: I wrote a memcached session manager store for jetty, that our wicket app utilizes

Re: memcached session store

2009-03-10 Thread Martin Grotzke
Martijn On Mon, Mar 9, 2009 at 3:03 PM, Martin Grotzke martin.grot...@javakaffee.de wrote: On Mon, 2009-03-09 at 13:07 +0100, Martijn Dashorst wrote: Starts to sound like a form of premature optimization. If you are new to Wicket, why do you want to implement a memcached session store

Re: memcached session store

2009-03-10 Thread Martin Grotzke
;) Cheers, Martin On Mar 9, 2009, at 7:03 AM, Martin Grotzke wrote: On Mon, 2009-03-09 at 13:07 +0100, Martijn Dashorst wrote: Starts to sound like a form of premature optimization. If you are new to Wicket, why do you want to implement a memcached session store? What

Re: memcached session store

2009-03-11 Thread Martin Grotzke
On Wed, 2009-03-11 at 09:31 -0700, Eelco Hillenius wrote: Just to be complete, even if this is not really an option for us: with ONE_PASS_RENDER clustering with wicket would be fine, no further state management issues, right? Right. And there is back button support (access to older

Re: memcached session store

2009-03-11 Thread Martin Grotzke
is completely gone in my eyes. johan On Tue, Mar 10, 2009 at 10:49, Martin Grotzke martin.grot...@javakaffee.dewrote: On Mon, 2009-03-09 at 22:54 -0700, Victor Igumnov wrote: Even if you have the memcached store in place, wicket still requires session affinity. Wicket buffers redirect

Re: memcached session store

2009-03-13 Thread Martin Grotzke
you have some kind of configuration on the serverside What do you want to say with this? I don't understand this. Cheers, Martin johan On Wed, Mar 11, 2009 at 18:17, Martin Grotzke martin.grot...@javakaffee.dewrote: Hi, One would need to handle this on the client side

Re: memcached session store

2009-03-13 Thread Martin Grotzke
asume we don't need any PageMap (0 versioned pages). Provided we use sticky sessions and REDIRECT_TO_BUFFER, would you say there will be problems with this approach (statelessness as long as it's possible and no pagemaps)? Thanx cheers, Martin On Mar 11, 2009, at 10:17 AM, Martin Grotzke

Re: Wicket WebBeans Project...

2009-03-19 Thread Martin Grotzke
On Thu, 2009-03-19 at 10:01 -0500, Jeremy Thomerson wrote: If the original WWB project isn't active - I don't think it would be a problem to take over the name. If there is a problem with doing that, what about wicket-openwebbeans? Or, in wicketstuff-core, we have removed the wicket- from

Re: Wicket WebBeans Project...

2009-03-19 Thread Martin Grotzke
On Thu, 2009-03-19 at 11:53 -0400, James Carman wrote: On Thu, Mar 19, 2009 at 11:51 AM, Martin Grotzke martin.grot...@javakaffee.de wrote: Just for consideration: this would create a jar like webbeans-1.4.jar which would be confusing... Right, that's why I stuck with wicket-webbeans

Re: Client-side models for zero-state scalability

2009-03-24 Thread Martin Grotzke
Hi Matej, sounds interesting, also the approach with PageParametersAware (and PageParametersForm). Do you thought about writing a short description of how this approach works? This would be really helpful, as I don't see the whole picture until now. Cheers, Martin On Tue, 2009-03-24 at 12:04

Close ModalWindow on ESC key pressed

2009-09-21 Thread Martin Grotzke
Hi, I want to close a modal window when the user presses the ESC key. Right now I have overridden the show method in our ModalWindow subclass and added the keypress event listener (using jquery), the javascript close function is just copied from the ModalWindow. Opening the modal window and

test for dropdownchoice with ajax - response is homepage always

2009-11-30 Thread Martin Grotzke
://is.gd/58mDm I'm using wicket 1.4.3. Is there any error in the test? Can I do anything to work around this, or is it a bug? Thanx cheers, Martin -- Martin Grotzke http://www.javakaffee.de/blog/ signature.asc Description: This is a digitally signed message part

Re: test for dropdownchoice with ajax - response is homepage always

2009-12-01 Thread Martin Grotzke
to work around this, or is it a bug? Thanx cheers, Martin -- Martin Grotzke http://www.javakaffee.de/blog/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: test for dropdownchoice with ajax - response is homepage always

2009-12-01 Thread Martin Grotzke
://is.gd/58mDm I'm using wicket 1.4.3. Is there any error in the test? Can I do anything to work around this, or is it a bug? Thanx cheers, Martin -- Martin Grotzke http://www.javakaffee.de/blog

Re: test for dropdownchoice with ajax - response is homepage always

2009-12-01 Thread Martin Grotzke
that you can see what I actually changed. Thanx cheers, Martin ** Martin 2009/12/1 Martin Grotzke martin.grot...@javakaffee.de: On Tue, 2009-12-01 at 11:44 +0200, Martin Makundi wrote: Thanx for your feedback! Did you have a look at http://is.gd/58mq3 which shows the test? Ofcourse

Re: test for dropdownchoice with ajax - response is homepage always

2009-12-01 Thread Martin Grotzke
= tester.newFormTester (...); f1.setValue f1.submit } ** Martin Thanx cheers, Martin ** Martin 2009/12/1 Martin Grotzke martin.grot...@javakaffee.de: On Tue, 2009-12-01 at 11:44 +0200, Martin Makundi wrote: Thanx for your feedback! Did you have a look at http://is.gd

Lazy loading via AJAX on stateless pages?

2009-04-13 Thread martin . grotzke
Hi, I'm currently evaluating how it's possible to have stateless pages with some information loaded asynchronously via AJAX. I found these postings that are somehow related to this http://www.nabble.com/Stateless-AJAX-links-td20031309.html

Re: Lazy loading via AJAX on stateless pages?

2009-04-17 Thread Martin Grotzke
Hello, can somebody help with this? Thanx cheers, Martin On Mon, 2009-04-13 at 12:16 +0200, martin.grot...@javakaffee.de wrote: Hi, I'm currently evaluating how it's possible to have stateless pages with some information loaded asynchronously via AJAX. I found these postings that are

Re: Lazy loading via AJAX on stateless pages?

2009-04-17 Thread Martin Grotzke
markup. -igor On Fri, Apr 17, 2009 at 2:52 PM, Martin Grotzke martin.grot...@javakaffee.de wrote: Hello, can somebody help with this? Thanx cheers, Martin On Mon, 2009-04-13 at 12:16 +0200, martin.grot...@javakaffee.de wrote: Hi, I'm currently evaluating how it's

Re: Lazy loading via AJAX on stateless pages?

2009-04-18 Thread Martin Grotzke
page calls urlfor(component, interface) - this is what causes the page to be stateful. -igor On Fri, Apr 17, 2009 at 3:14 PM, Martin Grotzke martin.grot...@javakaffee.de wrote: Wow, very fast response! Is it possible to use wicket concepts like RequestTarget and Behavior

Re: New site developed in wicket - WWW.FITCOMPLEX.SK

2009-04-20 Thread Martin Grotzke
Congrats! A nice site and really fast! You're mentioning stateless ajax with jquery: can you give some pointers how you did this? Cheers, Martin On Mon, 2009-04-20 at 18:22 +0200, Stefan Simik wrote: New site about health, nutrition, exercise and life stylehttp://www.fitcomplex.sk/start

Re: Lazy loading via AJAX on stateless pages?

2009-04-26 Thread Martin Grotzke
Hi, reposting - can somebody help with this? Thanx in advance, cheers, Martin On Mon, 2009-04-20 at 00:33 +0200, Martin Grotzke wrote: Now in the default constructor of my page I added a behavior linking to the page with page parameters and I added such a constructor taking parameters

Re: tomcat session replication

2010-03-05 Thread Martin Grotzke
/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Martin Grotzke http://www.javakaffee.de/blog/ signature.asc Description: This is a digitally signed message part

Re: tomcat session replication

2010-03-06 Thread Martin Grotzke
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Martin Grotzke http://www.javakaffee.de/blog/ signature.asc Description: This is a digitally signed message part

Don't increment the Session.pageIdCounter for stateless pages?

2010-03-08 Thread Martin Grotzke
Hi, the Page.init(PageMap) invokes setNextAvailableId(), which invokes getSession().nextPageId() if isPageIdUniquePerSession is set. getSession().nextPageId() modifies the Session.pageIdCounter. When I have a session and afterwards access a stateless page, the Session.pageIdCounter is the only

AW: Re: Don't increment the Session.pageIdCounter for stateless pages?

2010-03-11 Thread martin . grotzke
a jira issue for this -igor On Mon, Mar 8, 2010 at 4:30 PM, Martin Grotzke martin.grot...@javakaffee.de wrote: Hi, the Page.init(PageMap) invokes setNextAvailableId(), which invokes getSession().nextPageId() if isPageIdUniquePerSession is set. getSession().nextPageId() modifies

Re: Don't increment the Session.pageIdCounter for stateless pages?

2010-03-13 Thread Martin Grotzke
right away. please create a jira issue for this -igor On Mon, Mar 8, 2010 at 4:30 PM, Martin Grotzke martin.grot...@javakaffee.de wrote: Hi, the Page.init(PageMap) invokes setNextAvailableId(), which invokes getSession().nextPageId() if isPageIdUniquePerSession is set

Re: Don't increment the Session.pageIdCounter for stateless pages?

2010-03-13 Thread Martin Grotzke
:55 PM, Martin Grotzke martin.grot...@javakaffee.de wrote: Hi, just submitted this as https://issues.apache.org/jira/browse/WICKET-2782 I tried incrementing the pageId when the page's numericId is first accessed, but soon realized, that this does happen rather often (also e.g

Re: Don't increment the Session.pageIdCounter for stateless pages?

2010-03-20 Thread Martin Grotzke
* be stateless. And in this case, the pageIdCounter should also not be modified. What do you think? Cheers, Martin On Sun, 2010-03-14 at 00:18 +0100, Martin Grotzke wrote: There are cases where pages are intended to be stateless (and might get annotated with @StatelessComponent). At least for these pages

Re: WicketTester fails with a custom WebRequestCodingStrategy

2010-04-24 Thread Martin Grotzke
Hi, no feedback so far. It would be really nice if s.o. familiar with WicketTester could a look at this. Thanx cheers, Martin On Thu, 2010-04-22 at 21:21 +0200, Martin Grotzke wrote: Hi, I have an issue with a simple app working fine when run in the app server, but where the test (using

Re: root context, IE, home page is not found

2010-05-04 Thread Martin Grotzke
out from my web application he gets this ugly 404-error page, stating The requested resource (/.) is not available. I use Wicket 1.4.7 and the web application is deployed as ROOT context on Tomcat 6.0.26. Is there no solution for this? Regards /Jimi -- Martin Grotzke

Re: Wicket clustering without web server clustering

2010-05-30 Thread Martin Grotzke
in the Http Session (which I may need to distribute via Hazelcast)? Thanks, Dmitry -- Martin Grotzke http://twitter.com/martin_grotzke signature.asc Description: This is a digitally signed message part

Re: Wicket clustering without web server clustering

2010-05-30 Thread Martin Grotzke
Hi Dmitry, I'm cc'ing the memcached-session-manager list so that we could take this thread over to this list... On Sun, 2010-05-30 at 15:38 -0700, DmitryM wrote: Martin, Thanks a lot for the reply. Actually, I would appreciate if you helped me. I tried your tomcat session manager with my