[Lift] Re: Welcome Dirk Louwers to the Lift committers

2009-10-23 Thread Michel Klijn
Welkom Dirk, Je moet de HU ook echt te makkelijk vinden? je zit nu in de tweede? I'll continue in english ;) . As a fellow Dutchman I couldn't resist googlening you. I found out that we're going to the same School (HU). I'm a third year student and doing my internship in the US atm. I'll be back

[Lift] Re: Wicket vs Tapestry vs Grails vs Lift?

2009-09-17 Thread Michel Klijn
I'm interested, atm i have a lot of free time. This is a great way to get to know Lift and Scala better. So the only thing is I'm still a bit of a noob, but i would like to help and get involved. Michel On Sep 16, 7:08 pm, etorreborre wrote: > Hi, > > Anyone is interested in coding the same ap

[Lift] Re: Some Comet questions

2009-09-02 Thread Michel Klijn
liftweb/commit/ea1fda384deb095c6d2eb247f71cb51b... > > <http://github.com/dpp/liftweb/commit/ea1fda384deb095c6d2eb247f71cb51b...>The > changes are checked in and once Hudson does its thing, you'll be fine. > > > > > > On Tue, Sep 1, 2009 at 8:47 AM, Michel Klijn wrote: > > &g

[Lift] Re: Some Comet questions

2009-09-01 Thread Michel Klijn
On Aug 31, 10:45 pm, David Pollak wrote: > On Mon, Aug 31, 2009 at 3:06 PM, Michel Klijn wrote: > > > > > > > > > On Aug 31, 5:39 pm, David Pollak > > wrote: > > > On Mon, Aug 31, 2009 at 2:32 PM, Michel Klijn > >wrote: > > ... > &g

[Lift] Re: Some Comet questions

2009-08-31 Thread Michel Klijn
On Aug 31, 5:39 pm, David Pollak wrote: > On Mon, Aug 31, 2009 at 2:32 PM, Michel Klijn wrote: ... > > Since i had > > JBOSS 4.2.3AG already on my system i tried this, but without succes... > > What's the failure?  Does the Lift examples/example app run okay on JBoss?

[Lift] Some Comet questions

2009-08-31 Thread Michel Klijn
Hello, I have created a simple test application to play around with comet. it's a "live CRUD table" the comet updates its clients with every change to the records( There is no database, just a List[Game] in the Game object). I have three questions about this: 1.I know that Comets won't work with

[Lift] Re: JetBrains IntelliJ IDEA integration

2009-08-26 Thread Michel Klijn
Hi Dorinel, I had the same problem with Intellj 8.1.3 on mac osx. In my case even though i had the Maven plugin installed, it wasn't configured yet for some reason it never ask me to configure it. As it turns out, the Maven settings are project specific. Configure them like this: File -> Template

[Lift] Re: Invoking Views

2009-08-17 Thread Michel Klijn
mapped to viewClass/ method. I understand now that i'll have to use the sitemap cheers, Michel On Aug 17, 1:54 pm, "marius d." wrote: > Please add the path to your SiteMap. > > Menu(Loc("MyView", "MyView" :: _, "MyView")) > > Br's, &

[Lift] Invoking Views

2009-08-17 Thread Michel Klijn
Hi, I'm new to Lift and I've been fooling around with all it's cool features. At the moment, I'm trying to access MyView that I have defined in the view package. When I try to access the view via the URL:" http://localhost:8080/MyView/hi " I get the following message: The requested page was not