[Lift] Re: Jetty and Apache

2009-06-21 Thread DFectuoso
Thank you very much, i will look into nginx! I admire how fast you answer everything in here =) ... o yea and thanks for creating this great community! How about the java container, do you strongly recommend jetty or is there anything better? (Specially what do you think of tomcat?) On Jun 20,

[Lift] Re: Jetty and Apache

2009-06-21 Thread DFectuoso
Actually... what can I do to help you create a good tutorial on how to take any off the shelf vpn server running a LAMP stack to have nginx, jetty and apache running(and still using cpanel and everything else for php sites). I think that having a step by step tutorial on how to deploy to the

[Lift] Re: your first Lift application on GAE/J

2009-06-21 Thread DFectuoso
You sir, you rock!!! Thanks for this awesome tutorial! On Jun 8, 7:28 pm, Atsuhiko Yamanaka atsuhiko.yaman...@gmail.com wrote: Hi, On Mon, Jun 8, 2009 at 11:38 PM, Amit Kumar Vermacdac.a...@gmail.com wrote: $ mvn package ... ---  T

[Lift] So where is that OAuth?

2009-06-21 Thread DFectuoso
Im trying to integrate OAuth (with twitter) in one of my projects... and i saw the lift-oauth, but i cant find the code, documentation or examples around this module; so i guess either its somewhere else or people is doing their twitter integrations with other class(maybe java)... So what are

[Lift] Re: Downloading...

2009-06-21 Thread Joe Wass
This is the thing. I don't suspect I'll ever be developing something that needs a Jabber client (that's what it looks like 'smack' is) so I don't really want to have the code on my disc (it's not the space, it's the principle; how large will the repositories eventually get?). At the same time I

[Lift] Re: Downloading...

2009-06-21 Thread David Bernard
Hi, The default archetype (template) for lift project include lift-core as dependencies. lift-core == all lift artifact (jar in your case) and one of the artifact is lift-xmpp (jabber). If you only want minimum then modify the dependencies section in your pom.xml (eg, for web only use

[Lift] howto do simple calculation with MappedInt

2009-06-21 Thread Tobias Daub
I'm stucked again with the simple things I've a trait that extends BaseLongKeyedMapper and I wanna add a field (currentCost) that does some calculation. Nothing special. Here's the code: /* * Order.scala * * To change this template, choose Tools | Template Manager * and open the

[Lift] Re: So where is that OAuth?

2009-06-21 Thread marius d.
OAuth is not implemented yet in Lift still the project folder is there. I think Dave wanted to put it there but never got the chance to add it. Br's, Marius On Jun 21, 9:29 am, DFectuoso santiago1...@gmail.com wrote: Im trying to integrate OAuth (with twitter) in one of my projects... and i

[Lift] Re: On OSGi bundle mavens

2009-06-21 Thread Heiko Seeberger
OK, I spotted the issue and fixed it = BND (which is used internally by the Felix Bundle plug-in for Maven) is very special about resources to include in the JAR ... I will run some tests and then push the changes to the central repo. Heiko 2009/6/21 Josh Suereth joshua.suer...@gmail.com It

[Lift] Re: Jetty and Apache

2009-06-21 Thread Marc Boschma
I must admit I am grappling with this at the moment (in my spare time). I have a VPS with ngix installed, scala etc... but have no background on running up a 'production' instance of a JEE stack. Especially in a resource constrained environment like a VPS. I also got 'distracted' with OSGi