[Lift] Freelance

2010-02-23 Thread donfranciscodequevedo
Hi, Don't know if this is the right place to ask this, but I'm urgently seaching for someone experienced with Webservices, Scala and Lift, interested in implementing a small webservice project based on Lift Framework. Detailed DB Specification and API Reference exist. Timeframe: 1 month Budget:

[Lift] Re: Lucene (Full text indexing and searching) and Lift

2010-02-14 Thread donfranciscodequevedo
tahgt helped me, thank you, David! On Feb 13, 9:46 pm, David Pollak feeder.of.the.be...@gmail.com wrote: On Sat, Feb 13, 2010 at 12:21 PM, donfranciscodequevedo donfranciscodequev...@gmail.com wrote: Hi David, searching for lucene and Liftweb, I found this post from you Neat. Using

[Lift] Re: Lucene (Full text indexing and searching) and Lift

2010-02-13 Thread donfranciscodequevedo
but I don't know how far they got into it. On Feb 13, 10:14 am, David Pollak feeder.of.the.be...@gmail.com wrote: On Fri, Feb 12, 2010 at 11:43 AM, donfranciscodequevedo donfranciscodequev...@gmail.com wrote: Hi, I searched for this on the groups, but didn't find a clear statement

[Lift] Lucene (Full text indexing and searching) and Lift

2010-02-12 Thread donfranciscodequevedo
Hi, I searched for this on the groups, but didn't find a clear statement. I'm new to Lift and just wanted to clear this out: Is full text indexing and searching(e.g. Lucene) already included in the Lift Framework or not? Thx Gregor -- You received this message because you are subscribed to

[Lift] Re: Concurrency control of database access in Lift/Comet

2009-10-05 Thread donfranciscodequevedo
, donfranciscodequevedo donfranciscodequev...@gmail.com wrote: I have read that the Lift framework supports the CometActor model. As far as I understand this is achieved by creating many threads out of some thread pool, each of which handles one or more client socket connection to a client. My

[Lift] Re: Model Events

2009-10-05 Thread donfranciscodequevedo
... Peter Robinett On Oct 4, 10:47 pm, donfranciscodequevedo donfranciscodequev...@gmail.com wrote: Hi Marius, Thanks for your fast response. As an app developer, if I would like to get notified from the persistence layer, that some changes to my domain model have happened, how could I

[Lift] Model Events

2009-10-04 Thread donfranciscodequevedo
I have been looking for Web frameworks that will take advantage of an Event Driven programming model. Some Frameworks like Python's Zope and Grails manage to subscribe to Model Events. E.g. one can subscribe to a notification message, whenever a domain model gets changed, added, deleted, etc.

[Lift] Concurrency control of database access in Lift/Comet

2009-10-04 Thread donfranciscodequevedo
I have read that the Lift framework supports the CometActor model. As far as I understand this is achieved by creating many threads out of some thread pool, each of which handles one or more client socket connection to a client. My question is, what kind of approach Lift takes to handle access

[Lift] Re: Model Events

2009-10-04 Thread donfranciscodequevedo
programming is quite fitful in Lift. Br's, Marius On Oct 4, 8:25 pm, donfranciscodequevedo donfranciscodequev...@gmail.com wrote: I have been looking for Web frameworks that will take advantage of an Event Driven programming model. Some Frameworks like Python's Zope and Grails manage