Re: Wicket merchandise?

2008-08-21 Thread Bert Radke
I like this one.. can't wait to see the faces of all the ADF/JSF Fanboys around ;) On Thu, Aug 21, 2008 at 15:36, Daan van Etten <[EMAIL PROTECTED]> wrote: > Here is version 2 :-) > > http://stuq.nl/media/image/apache-wicket-tshirt-black-version-2.png > > On 21 aug 2008, at 15:07, Matej Knopp wrot

Re: [announce] Wicket in Action e-book has been published!

2008-08-19 Thread Bert Radke
I have been following the progress of the book via MEAP and it helped me a lot in my progress. Unfortunately, the place i work is leaning towards ADF (JSF), but i use Wicket for my spare time projects and love it so far. Thanks for the book and the project. about the a free pdf version: i must agr

Re: HTTP Session creating at home page

2008-06-16 Thread Bert Radke
Many thanks from me also. I just had the problem with a login from a stateless page, where the userinformation was lost on the next request. Following the list in readonly mode save me some time again ;) Bert On Sun, Jun 15, 2008 at 2:32 PM, Stefan Simik <[EMAIL PROTECTED]> wrote: > > Great, it w

Re: Problem with Hibernate and Caching..

2008-03-25 Thread Bert Radke
On Tue, Mar 25, 2008 at 1:41 PM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: > Hmm, if you remove that you will get into trouble. At least I got, thats > why I put it in there in the first place.. > > Problem was when I had entites that were managed between pages.. Eg if > yo

Re: Problem with Hibernate and Caching..

2008-03-25 Thread Bert Radke
On Sun, Mar 23, 2008 at 9:20 PM, Timo Rantalaiho <[EMAIL PROTECTED]> wrote: > > Could you show us some code, please? The crystal balls and > tea leaves charge extra for easter work :) > Thank you for your reply and sorry that i put to much stress on the crystal balls ;) As i was writing a lengt

Problem with Hibernate and Caching..

2008-03-23 Thread Bert Radke
Hi all, i noticed in my little test application, that the data is not being refreshed from the database. I use the org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter filter and settings from the blog example. I have no cache configured in the persistence.xml. Any hints on where to s

Re: SpringBean in AuthenticatedWebSession

2008-02-29 Thread Bert Radke
Thank you, while trying the approach from Lars, your answer came in ;) On Fri, Feb 29, 2008 at 11:33 AM, Sebastiaan van Erk <[EMAIL PROTECTED]> wrote: > One option is to add: > > InjectorHolder.getInjector().inject(this) > I should have know this myself, as it came up on this list recently.. Bu

SpringBean in AuthenticatedWebSession

2008-02-29 Thread Bert Radke
Hi List, thanks to the help i received so far here, i managed to load objects through JPA using DAOs. The DAOs get injected just fine using the wicket-spring extension (i used the blog example [1] as a starting point). So this is all fine, but now i tried using the same technique to load and verif

Re: Layering / Data-access with Wicket

2008-02-19 Thread Bert Radke
Thanks all the the answers, i will dig into the phonebook example and come back later with questions. (will be some time, this is a spare time project). I already used the Blog example for inspirations (got the Wicket-Spring coupling from there). Thanks for sharing this. Bert ---

Layering / Data-access with Wicket

2008-02-18 Thread Bert Radke
Hi all, i 'm evaluating wicket right now with a small project using JPA (Hibernate) as datalayer. Together with the "Wicket in Action" (great book so far, thanks), i could implement most of the wished features (templating, custom components, ..) but i 'm kind of stuck with the proper layering of t