[Lift] Using Rewrite for proxy func

2009-11-17 Thread maku
Hi, I'm new with Lift and have a question about rewrites. I would like to use Lift as a kind of proxy. e.g. a GWT client sends HTTP requests (GET,PUT,POST,DELETE's) with a special URI e.g. http://myhost:8080/xyz what I want is to forward the request (maybe after some checks) to another server

[Lift] Re: Lift and Goat Rodeo

2009-06-18 Thread maku
David, that sounds really great. I tried to think about what's a good approach to be really scalable in context of data writing/reading (e.g. when you have to write an app for a huge number of users) A RDMBS approach would not be sufficient. Looking forward for further information for this

[Lift] Re: How important is AJAX to you?

2009-05-30 Thread maku
On 30 Mai, 01:19, Meredith Gregory lgreg.mered...@gmail.com wrote: Frameworks like Lift can alleviate some of the problem, but you really need a good, statically typed language on the client side. A few people are beginning to take this problem on. It'd be great to see a ScalaScript for rich

[Lift] Re: Cron style job support?

2009-05-22 Thread maku
When I would have to do such a task I would also use Quartz in the context of Scala and Lift (why not ?) Regards, Martin On 20 Mai, 22:16, Ewan ehar...@gmail.com wrote: Apologies for the cross-post with the Lift-book group but this is the more appropriate group... While this does not

[Lift] Re: project stockholm

2009-05-22 Thread maku
Hi Greg, I'm a big fan of MDSD and DSL approaches. I'm working with openArchitectureWare's XTEXT which is really cool and powerfull. Is your project anything in this direction? Regards, Martin On 22 Mai, 04:13, Meredith Gregory lgreg.mered...@gmail.com wrote: All, i've been working in

[Lift] Re: Question from a newbie: how to get a pdf document via submit button

2009-04-25 Thread maku
: On Fri, Apr 24, 2009 at 12:07 PM, maku martin.kuhn...@gmail.com wrote: Tim, this doesn't help. It is  exactly the solution I use until now (and which I tried to explain in my first post). When I do it in this way how can I call it via a submit button. Please remember: I want to activate

[Lift] Re: Question from a newbie: how to get a pdf document via submit button

2009-04-25 Thread maku
.  That way, the redirect takes place if there's a form validation failure, but goes to the right place if there's a form validation success.  This allows you to set a RequestVar indicating success and only serving the URL on success. Thanks, David On Sat, Apr 25, 2009 at 7:40 AM, maku martin.kuhn

[Lift] Question from a newbie: how to get a pdf document via submit button

2009-04-24 Thread maku
Hi, I would like to get a PDF document (produced via IText) from my app. It should be triggered via a submit button The PDF document should be presented in a separate browser window. In the lift book there is an example how to do this via a link and with mapping a request via

[Lift] Re: Question from a newbie: how to get a pdf document via submit button

2009-04-24 Thread maku
from: /download/pdf/someId Then from your snippet you can either just manually link to that URL if you so wish. Does that help? Cheers, Tim On Apr 24, 8:50 am, maku martin.kuhn...@gmail.com wrote: Hi, I would like to get a PDF document (produced via IText) from my app. It should

[Lift] Re: Eclipse tooling for Lift?

2009-04-16 Thread maku
Miles, I updated today (again). And yes you are right. I can see really beneficial improvements :-) It feels better and better. Thanks for your hard work!!! Regards, Martin On 15 Apr., 14:22, Miles Sabin mi...@milessabin.com wrote: On Wed, Apr 15, 2009 at 12:17 PM, maku martin.kuhn

[Lift] Re: Eclipse tooling for Lift?

2009-04-15 Thread maku
First of all, thank you for your efforts to provide an eclipse plugin for Scala. From my point of view, I would really like to have more tool support for developing my scala apps in general. (not only in context of Lift) As a beginner in Scala and also in Lift, tooling is the weakest point. In

[Lift] How to customize the date format using generic toForm

2009-03-26 Thread maku
Hi, I'm new in lift and I'm playing around with an extended demo application I defined a date field (MappedDateTime) for a Mapper class which should be presented as date only. I would like to customize the date format when I generate a form with the toForm method of the Mapper class. The

[Lift] Re: Where to continue after Getting Started?

2009-03-16 Thread maku
Hi, the latest links to the builds return: Error CodeAccessDenied/Code MessageAccess Denied/Message RequestIdC87ED4585A9C1779/RequestId - HostId x0HS/frEu0GSF1QKQJDV0LpKWWhpp7azNbX3V3fYLLWLsMM9yGHAnqocYvh7YBCx /HostId /Error Could you fix this, please TIA Martin Derek Chen-Becker wrote: