[Lift] Standardizing widget APIs

2009-07-11 Thread Timothy Perrett
Hey guys, Just looking at the lift-widgets before making a widget for upload progress using the new streaming upload stuff DPP added. I cant help but think that our widget packages could benefit from some trait standardization? Ok, right now its not a *huge* issue - most of the widgets follow a

[Lift] Re: Standardizing widget APIs

2009-07-11 Thread Timothy Perrett
Any technical feedback Viktor? Suggestions for possible ways to enforce a structure / life-cycle? Cheers, Tim I like it --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send

[Lift] Re: Standardizing widget APIs

2009-07-11 Thread Timothy Perrett
I'm not sure, depends I guess. Just a simple onLoad/onUnload callback could be enough... (The unload is to make sure not to leak mem if you're just reloading the webapp without restarting the server) That was my thinking - right now the pattern appears to be def init for booting the widget,

[Lift] Re: Background jobs

2009-07-10 Thread Timothy Perrett
You dont mention the kind of backend process you want to talk to, but you may well be interested in this post I wrote about lift-amqp: http://is.gd/CkPX Included is a neat example of how you can get inter-process communication using middleware messaging and it explains in fair detail the AMQP

[Lift] Re: Speeding load time; liftAjax.js and other javascript minified?

2009-07-10 Thread Timothy Perrett
Hey, liftAjax.js is not regenerated dynamically as far as im aware... By default, lift ships with the maven plugin for YUI compressor, so that should minify the CSS/JS in your webapp dir. Perhaps we should try and minify liftAjax.js during the build of lift... marius is probally the best man

[Lift] Re: Typesafe JSON builder?

2009-07-10 Thread Timothy Perrett
Perhaps consider this other scala JSON lib: http://github.com/jonifreeman/literaljson/tree/master NB: I've not used this, im just adding it for discussion as it might help you. Cheers, Tim On Jul 10, 9:44 am, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: marius d. marius.dan...@gmail.com

[Lift] Re: Web service with DB access - Lift required?

2009-07-09 Thread Timothy Perrett
Lift is perfect for these kind of REST abstractions... its what I do almost exclusively and I find Lift makes this process very smooth. My advice would be to go for a JSON api - nice and lightweight for streaming to an iPhone. Cheers, Tim On Jul 9, 1:43 am, Raphael erzengelr...@googlemail.com

[Lift] Re: license expired

2009-07-09 Thread Timothy Perrett
DFectuoso is correct - I must get around to removing JR from the lift installers. Sorry about that. Cheers, Tim On Jul 9, 4:05 am, DFectuoso santiago1...@gmail.com wrote: The license of javaRebel packed with lift expired a couple of days ago, there's already a couple of solutions (you can

[Lift] Re: Web service with DB access - Lift required?

2009-07-09 Thread Timothy Perrett
is not yet hooked up with DB so you'd still may want to use Mapper framework. Br's, Marius On Jul 9, 11:11 am, Timothy Perrett timo...@getintheloop.eu wrote: Lift is perfect for these kind of REST abstractions... its what I do almost exclusively and I find Lift makes this process very

[Lift] Re: Web service with DB access - Lift required?

2009-07-09 Thread Timothy Perrett
That would be pretty sweet - although right now I think most people would be happy with some base level persistence :-) Record is exciting though - especially looking forward to having a unified crud model for various backends. Cheers, Tim On 09/07/2009 11:12, marius d. marius.dan...@gmail.com

[Lift] Replacing scala.actors with LiftActor

2009-07-09 Thread Timothy Perrett
Hey guys, Im getting the following trace from my application: java.lang.InterruptedException at scala.actors.LinkedQueue.put(Unknown Source) at scala.actors.FJTaskRunnerGroup.execute(Unknown Source) at scala.actors.FJTaskScheduler2.execute (FJTaskScheduler2.scala:156)

[Lift] Re: license expired

2009-07-09 Thread Timothy Perrett
You also need to remove the .lic file - until JavaRebel provide a solution, our hands are a little tied for users who have an existing install. You can of course remove JavaRebel if you so wish - just delete the JAR, and change your MAVEN_OPTS. Thanks Tim On 09/07/2009 11:16, Sy

[Lift] Re: Replacing scala.actors with LiftActor

2009-07-09 Thread Timothy Perrett
No.  The Lift Actor stuff is completely independent of the Scala Actor stuff. This I understand of course. First, it looks like your app is 2.7.4, I'd suggest switching to 2.7.5. 2.7.5 using the java.util.concurrent package for actor scheduling rather than some random version of the Fork

[Lift] Re: Problem with jQuery/JavaScript and Liftweb because of Doctype

2009-07-08 Thread Timothy Perrett
Kevin, I've noticed a few issues with html entities, but other than that im fairly sure there are no crazy side effects. Have you tried it with your app? Does it fix the problem? Cheers, Tim On Jul 8, 2:12 pm, Kevin Wright kev.lee.wri...@googlemail.com wrote: Uh-oh, looks like I'm going to be

[Lift] Re: Scala resources

2009-07-07 Thread Timothy Perrett
http://blog.getintheloop.eu/ Im writing a *lot* about scala and lift - especially how-to type tutorials. Cheers, Tim On 07/07/2009 16:48, Kevin Wright kev.lee.wri...@googlemail.com wrote: I'm trying to compile a catalogue of online resources: websites, blogs, wikis, open source projects,

[Lift] Re: JTA Transaction Monad - Early Access Program

2009-07-07 Thread Timothy Perrett
. Cheers, Tim On 07/07/2009 18:18, Jonas Bonér jbo...@gmail.com wrote: No I haven't. Should I? Is everyone happy with it? Have anyone tried it? Is anyone using it? 2009/6/30 Timothy Perrett timo...@getintheloop.eu: Jonas, Did you roll this into master? What's its status? Cheers, Tim

[Lift] Re: No Navigation Defined in menu snippet

2009-07-06 Thread Timothy Perrett
Wow, that really is strange! Can you please post your sitemap? What version of Lift are you using? Cheers, Tim On Jul 6, 8:17 am, Kevin Wright kev.lee.wri...@googlemail.com wrote: I have two webapps, hosted on the same server:http://lsug.org/main/http://lsug.org/stage/ Problem is, the

[Lift] Re: Scala job site written in Lift + a newcomer's experience

2009-07-06 Thread Timothy Perrett
Yeah if you have a designer which would be prepared to donate their time for free then we would very much like to speak with them! Our problem is getting creative time for free (as we are obviously a not for profit outfit). If we can get the design done (even just PSD or whatever) then we im

[Lift] Anyone out there using SBT?

2009-07-06 Thread Timothy Perrett
Hey Guys, Is anyone out there using SBT for their lift projects? if so, how are you finding it? Cheers, Tim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to

[Lift] Re: Anyone out there using SBT?

2009-07-06 Thread Timothy Perrett
No, I was thinking more about Simple Build Tool ;-) http://code.google.com/p/simple-build-tool/ Cheers, Tim On Jul 6, 10:09 am, Kevin Wright kev.lee.wri...@googlemail.com wrote: Single Bullet Theory, or Swedish Bikini Team ? --~--~-~--~~~---~--~~ You received

[Lift] Re: Becoming a Scala/Lift Guru

2009-07-06 Thread Timothy Perrett
Ellis, Im afraid I disagree with you - Eric does not state what type of eComerce application he wants to create... IMO, this is very subjective. Lift ships out of the box with PayPal integration - one could say that a site which allows a user to pay via paypal is eCommerce... would you disagree?

[Lift] Re: Anyone out there using SBT?

2009-07-06 Thread Timothy Perrett
This is exactly why I've started looking at it because I was generally impressed by the way he uses it. Maven is totally the right tool for lift project management, and im not suggesting moving that or anything, but im considering having a lift archetype that uses SBT so people have the choice

[Lift] Re: Scala job site written in Lift + a newcomer's experience

2009-07-06 Thread Timothy Perrett
for a few select pages, then the community voted for the winner.  If you could get an advertisement for such a competition on Slashdot and the like, I'd bet you'd get at least a few submissions. On Mon, Jul 6, 2009 at 4:02 AM, Timothy Perrett timo...@getintheloop.euwrote: Yeah if you

[Lift] Re: using file-based data storage in Lift app

2009-07-05 Thread Timothy Perrett
Marius, Glen, Can I wade in here and suggest that if Glenn wants to use an XML datasource, then writing an XML backend for Record would be the best way to go and maintain CRUD semantics out of the box? Cheers, Tim On Jul 5, 8:40 pm, glenn gl...@exmbly.com wrote: Thanks, Marius. Now, is

[Lift] Re: Creating a project

2009-07-05 Thread Timothy Perrett
Douglas, Please see: http://wiki.liftweb.net/index.php/Maven_Mini_Guide We contemplated wrapping this crap (to use your words), but in the interests of exploiting the best of our maven based build system the following is the recommended command for project creation: mvn archetype:generate

[Lift] Re: using file-based data storage in Lift app

2009-07-05 Thread Timothy Perrett
If you need to get the absolute path where the exploded war is living, you can get that via ServletContext I do believe. Generally speaking, Lift provides no mechanism for writing stuff to the filesystem and does not interfere with file i/o. Cheers, Tim On Jul 5, 9:15 pm, Naftoli Gugenhem

[Lift] Re: Maven License Expired

2009-07-02 Thread Timothy Perrett
! Jevgeni Kabanov ZeroTurnaround On Jul 1, 6:49 pm, Timothy Perrett timo...@getintheloop.eu wrote: I've mailed Jevgeni (at javarebel), so will see what's what. If he doesn't come back in a day or two I'll try to get in touch with him again. Cheers, Tim On 01/07/2009 16:18, Peter Robinett

[Lift] Re: can a Snippet call a Snippet?

2009-07-02 Thread Timothy Perrett
But of course ­ I know this :-) Thinking back to when I first started scala a couple of years ago I just couldn¹t understand why you wanted to put something in a box... Your article does a good job of explaining, but I think we could do with some specific documentation. Cheers, Tim On

[Lift] Re: can a Snippet call a Snippet?

2009-07-02 Thread Timothy Perrett
We really ought to get around to writing a ³guides for boxes² - its easily one of the most confusing concepts in lift (a magnitude less confusing than when it was called Can[T]) Cheers, Tim On 02/07/2009 14:46, David Pollak feeder.of.the.be...@gmail.com wrote: On Wed, Jul 1, 2009 at

[Lift] Re: Maven License Expired

2009-07-01 Thread Timothy Perrett
Hey Peter, That is odd! I'll speak with the folk at javarebel and get them to give us a new license file for the comunity. Cheers Tim Sent from my iPhone On 1 Jul 2009, at 08:28, Peter Robinett pe...@bubblefoundry.com wrote: Hi all, I just launched Maven and got the following error:

[Lift] Re: Maven License Expired

2009-07-01 Thread Timothy Perrett
, TylerWeir tyler.w...@gmail.com wrote: You're using an old version, grab 2.0.1 and try that. 1.X may have expired. On Jul 1, 3:46 am, Timothy Perrett timo...@getintheloop.eu wrote: Hey Peter, That is odd! I'll speak with the folk at javarebel and get them to   give us a new license file

[Lift] Re: Maven License Expired

2009-07-01 Thread Timothy Perrett
a javarebel.jar and a javarebel.lic. Removing both of those 1.2.2 files and copying in the 2.0.1 jar works, though it says it's only licensed for a 30 day trial. Timothy, if you can get a longer license that would be awesome. Thanks! Peter On Jul 1, 3:25 am, Timothy Perrett timo...@getintheloop.eu

[Lift] Re: Problem with jQuery/JavaScript and Liftweb because of Doctype

2009-06-30 Thread Timothy Perrett
Can you be a bit more specific? Is the whole page missing a doctype? or just your ajax stuff? If you could post both the html output code and the calling scala code in question that would help a lot. Cheers, Tim On Jun 30, 6:39 am, fbettag fr...@bett.ag wrote: Hey guys, i've been having

[Lift] Re: grabbing rss or other type of feeds within lift

2009-06-30 Thread Timothy Perrett
mark, take a look at: http://is.gd/1iUJN That should provide you some guidance. I notice from your example your trying to parse the twitter feed? Perhaps if you want to do something with twitter you should consider a proper twitter api lib: http://code.google.com/p/java-twitter/ Cheers, Tim

[Lift] Re: JTA Transaction Monad - Early Access Program

2009-06-30 Thread Timothy Perrett
Jonas, Did you roll this into master? What's its status? Cheers, Tim On Jun 10, 4:46 pm, James Strachan james.strac...@gmail.com wrote: 2009/6/9 Jonas Bonér jbo...@gmail.com: 2009/6/9 David Pollak feeder.of.the.be...@gmail.com: Jonas, We always use Maven to load dependencies.  We

[Lift] Re: Thoughts on file streaming

2009-06-30 Thread Timothy Perrett
This has been hurting me for quite a while now (raised it on list about 2 months ago) and could really do with getting it fixed. As derek points out, it's not a small change which is why I've done nothing about it to date - a little too much core hacking to feel happy If you think your able

[Lift] Re: preso on monadic design patterns for the web

2009-06-29 Thread Timothy Perrett
+1 would love to read the slides properly. Cheers, Tim On Jun 29, 8:59 am, Jonas Bonér jbo...@gmail.com wrote: Great talk. Thanks. Could you post the slides? It was a bit hard to see them. /Jonas 2009/6/29 Meredith Gregory lgreg.mered...@gmail.com: All, The talk i recently gave

[Lift] Re: Writing Facebook applications in Lift (cookies, Javascript GC, example code)

2009-06-29 Thread Timothy Perrett
Steven, Welcome to lift. Lift doesn't use the JSESSIONID in the URL... that is, lift does not require it (at least this is my understanding, if im wrong please correct me someone) - so you should have no problems with the requests being re-written. Regarding the GC stuff, it was added to

[Lift] Re: preso on monadic design patterns for the web

2009-06-29 Thread Timothy Perrett
Just finished watching this - it was an interesting exploration... although id love to hear some thoughts from greg in some distilled form as to how he sees semantic monadic patterns being applicable... Cheers, Tim --~--~-~--~~~---~--~~ You received this message

[Lift] Re: Pagination in lift?

2009-06-29 Thread Timothy Perrett
Tim, Selecting a subset of stuff with Mapper is pretty simple: Users.findAll(OrderBy(User.id, Ascending), StartAt(50), MaxRows(10)) Oh wow, really didnt know that was possible... i'll shut my jpa-using mouth in future ;-) hehe. Cheers, Tim

[Lift] Re: Which is newer

2009-06-29 Thread Timothy Perrett
Yeah this isnt ideal, but for now just change the version in your pom.xml to be: version[1.1-SNAPSHOT]/version Can you just check that you dont have both releases and snapshot repositories defined in your pom.xml... the M1 release is only in the releases repository so if you remove that as an

[Lift] Re: Pagination in lift?

2009-06-28 Thread Timothy Perrett
You don't mention if your using JPA or Mapper - if your using mapper then the answer is no we don't have any built in support but its not to difficult to display limited lists. You could grab all the results then do some manipulation on the list in memory if you only have a small dataset,

[Lift] Re: liftweb.net down now, and maven refuses to compile

2009-06-27 Thread Timothy Perrett
@marius Is there anyone around to checkup on scala-tools? DavidB doesn't monitor the lift list much these days and I'm not sure if there are any other non-American guys (I.e people who are awake now!) to take a look at the server? Cheers, Tim Sent from my iPhone On 27 Jun 2009, at 10:06,

[Lift] Re: REST: Why is this returning an empty page?

2009-06-27 Thread Timothy Perrett
I read your post with interest - having built quite a large ROA with Lift. Here's what I have with a simple bit of REST user management: def dispatch: LiftRules.DispatchPF = { // user methods case Req(api :: users :: Nil, , GetRequest) = () = listUsers() case Req(api :: user ::

[Lift] Re: suggestion: I'm a brand spanking new user....some first impressions on 'getting started'

2009-06-27 Thread Timothy Perrett
Id also recommend searching through the mailing list archive - the vast majority of questions we see here have been asked in the past and there are some great answers that were never distilled from the ML to the wiki. Cheers, Tim On Jun 27, 8:31 am, marius d. marius.dan...@gmail.com wrote: You

[Lift] Re: Turning on Logging for third-party libraries in Lift

2009-06-27 Thread Timothy Perrett
Hey Alan, Check this out from the JPA example in the lift codebase repo - http://is.gd/1fQuw That enables logging for the 3rd party JPA JARs and it works great. It could probably be done more elegantly with an external file, but that certainly works :-) Cheers, Tim On Jun 27, 1:06 am, Alan M

[Lift] Re: liftweb.net down now, and maven refuses to compile

2009-06-27 Thread Timothy Perrett
On Jun 27, 12:17 pm, Timothy Perrett timo...@getintheloop.eu wrote: @marius Is there anyone around to checkup on scala-tools? DavidB doesn't monitor the lift list much these days and I'm not sure if there are any other non-American guys (I.e people who are awake now!) to take a look

[Lift] Re: Anyone working on the flot widget?

2009-06-27 Thread Timothy Perrett
Guys, If you want changes made to the flot widgets, please let us know what exactly needs changing and we'll get it done. By all means, please don't feel you are out in the cold! Cheers, Tim On 27/06/2009 15:14, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: I'm basically in the same boat and

[Lift] Re: liftweb.net down now, and maven refuses to compile

2009-06-27 Thread Timothy Perrett
scala-tools.org is back up and running - Derek called the hosts directly. Enjoy. Cheers, Tim On Jun 27, 2:57 pm, David Bernard david.bernard...@gmail.com wrote: Hi, * It's right I don't monitor the mailing list actively (use keyword to filter) * I'm no longer admin of scala-tools.org

[Lift] Re: REST: Why is this returning an empty page?

2009-06-27 Thread Timothy Perrett
that wrapXmlBody was not found. I googled for it but i really couldn't find anything to it which would have turned up the import path i'd have to use. best regards On Jun 27, 11:33 am, Timothy Perrett timo...@getintheloop.eu wrote: I read your post with interest - having built quite a large

[Lift] Re: liftweb.net down now, and maven refuses to compile

2009-06-27 Thread Timothy Perrett
That im not sure - its a vscaladoc thing (which DavidB wrote)... perhaps he'll chime in shortly with a solution. From what I remember it requires some additional configuration to do this which we don't use by default in the lift code base proper (the online api doc is pushed out by our hudson

[Lift] Re: REST: Why is this returning an empty page?

2009-06-27 Thread Timothy Perrett
, Timothy Perrett timo...@getintheloop.eu wrote: Doh! Sorry about that - im using a bunch of implicit conversions that I wrote for my specific application (as I had beef with not being able to configure the root node of the response xml generically - im still looking for a good solution

[Lift] Re: Including jars into a liftweb project

2009-06-26 Thread Timothy Perrett
To clarify - you only need that system path if its a JAR not in a maven repository anywhere. What JAR are you trying to add? Cheers, Tim On Jun 26, 9:01 am, Caoyuan dcaoy...@gmail.com wrote: On Fri, Jun 26, 2009 at 3:51 PM, Jeppe Nejsum Madsenje...@ingolfs.dk wrote: On 26 Jun 2009, fbettag

[Lift] Re: Including jars into a liftweb project

2009-06-26 Thread Timothy Perrett
, you might want to google for the application (eg ibiblio functionaljava) to make sure its not in a maven repository. On Fri, Jun 26, 2009 at 6:16 PM, Timothy Perrett timo...@getintheloop.euwrote: To clarify - you only need that system path if its a JAR not in a maven repository

[Lift] Re: Error attempting to persist Mapper

2009-06-26 Thread Timothy Perrett
Jono, The problem here is actually not with mapper. Look at your stack trace: java.lang.NullPointerException: Trying to open an empty Box at net.liftweb.util.EmptyBox.open_$bang(Box.scala:370) at net.liftweb.util.EmptyBox.open_$bang(Box.scala:366) UPDATE +dbTableName+ SET

[Lift] Re: Anyone working on the flot widget?

2009-06-26 Thread Timothy Perrett
That's actually a common iddiom throughout lift - its the same for RequestVar and SessionVar etc etc Cheers, Tim On 26/06/2009 16:09, Peter Robinett pe...@bubblefoundry.com wrote: Thanks, Jeppe, that was it. So 'is' will give you the native type of any MappedType? Good to know!

[Lift] Re: Error attempting to persist Mapper

2009-06-26 Thread Timothy Perrett
Ah sorry I didn't realize. mapper is not really my area so I cant say what's causing that. Please raise an issue on github as we'll need to look into this properly. Thanks, Tim On Jun 26, 4:59 pm, Naftoli Gugenhem naftoli...@gmail.com wrote: I think he said that code is in MetaMapper

[Lift] Re: lift presentation

2009-06-25 Thread Timothy Perrett
You can find all of DPP's preso's here: http://is.gd/1cUi0 Cheers, Tim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to liftweb@googlegroups.com To unsubscribe from

[Lift] Re: Getting Username and Password from URL of form hxxp://user:passw...@foo.org

2009-06-25 Thread Timothy Perrett
Are you using the builtin support for basic authentication in lift? If not, please see my example here: http://is.gd/1cYhR The format you mention is standard HTTP Basic, and in accordance with the RFC's - it should be Base64 encoded. Lift supports both HTTP basic and HTTP digest. Cheers, Tim

[Lift] Re: Lift website page renders incorrectly in IE

2009-06-25 Thread Timothy Perrett
This is a known issue - I'll get round to rebuilding the site soon (it was originally thrown up in a matter of hours so it not the smoothest) so we can eliminate these kinds of bugs. Thanks Tim On 25/06/2009 17:43, samreid samrr...@gmail.com wrote: This lift page renders incorrectly in

[Lift] Re: Anyone working on the flot widget?

2009-06-24 Thread Timothy Perrett
I've not spoken with Francois for some time, but I'll ask him next time he's online if he's able to make changes to the flot stuff. He's based in Chilli so should be online later on. Cheers, Tim On 24/06/2009 09:15, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: Hi, We need to do quite a

[Lift] Re: Stax

2009-06-24 Thread Timothy Perrett
Agreed - this does really look very good... DPP, do you know how they are doing the generation of applications? I guess they must have some templating system and im just wondering if its something like our existing archetypes and if they could be modified to become stax compatible or whatever.

[Lift] Re: Deployment questions and little Java web dev experience

2009-06-23 Thread Timothy Perrett
Yes thats pretty much right - examples of context are: / /something/ /yet/another/ Cheers, Tim On Jun 23, 4:59 am, Naftoli Gugenheim naftoli...@gmail.com wrote: When you deploy a web app I think you specify a context path (at least in jetty) which I think is what you're looking for -- the

[Lift] Re: Using Mapper outside Lift?

2009-06-23 Thread Timothy Perrett
Hi Joe, Mapper does not work standalone, its not like ActiveRecord in that sense - its tied to lift-webkit. Your best bet would be to go with JPA; I think that will serve you better anyway. Cheers, Tim On Jun 23, 4:47 pm, Joe Wass j...@folktunefinder.com wrote: Good afternoon (at least in

[Lift] Re: Using Mapper outside Lift?

2009-06-23 Thread Timothy Perrett
I didn¹t say that it *wouldn¹t* work, just that its tied to lift-webkit... Besides, he says that he will be doing a lot of data intensive processing - seems like JPA would play better there as Mapper is usually has a ceiling of functionality and then it becomes necessary to move to JPA anyway.

[Lift] Re: lift-paypal: Paypal Production PDT not working - help!

2009-06-22 Thread Timothy Perrett
Hey chaps... sorry for my late reply (just flew in from Egypt!) The pdtPath is configurable already, right? object SimplePaypal extends PaypalPDT { def pdtPath: String = yourendpoint } Im not sure why this would cause an issue as if you look at the dispatch: Req(RootPath :: PDTPath

[Lift] Re: So where is that OAuth?

2009-06-22 Thread Timothy Perrett
I'm using the apache http client in lift-paypal and have been contemplating extracring some of the util methods / factories into the lift-util package of lift so if your going to make something for OAuth go for http client for sure as it's already in use within the lift eco- system.

[Lift] Re: Is there any eclipse setup that actually works for lift?

2009-06-22 Thread Timothy Perrett
Of course its possible to develop Lift with Eclipse - lots of people do. Sounds like you've got something corrupt in there; perhaps try blowing away your ~/.m2 directory...? Cheers, Tim On Jun 22, 7:08 pm, Ellis ellis.whiteh...@gmail.com wrote: Hello everyone, Does anyone have a setup for

[Lift] Re: Wolfram Alpha integration for Lift

2009-06-13 Thread Timothy Perrett
Hey Greg, Im not sure there is a description of exactly what is possible, but this video is probally the best example i've seen of what it can do: http://is.gd/10DWl Furthermore, probably checkout the api documentation as thats ultimately what we'll need to model - its a custom xml structure

[Lift] Re: file upload

2009-06-12 Thread Timothy Perrett
uploading? I uploaded 15,000 records using it today - seemedto handle it OK. On Fri, Jun 12, 2009 at 9:48 AM, Timothy Perrett timo...@getintheloop.euwrote: FYI - its not a streaming upload at the moment, so its great for smallish files, but you wouldnt want to do much serious uploading

[Lift] Re: Wolfram Alpha integration for Lift

2009-06-12 Thread Timothy Perrett
Greg, If you have any thoughts on effective ways to model this query grammar id be interested in your thoughts :-) Cheers, Tim On Jun 11, 10:38 pm, Meredith Gregory lgreg.mered...@gmail.com wrote: All, Thanks for all this input. It certainly helps me see the value-prop better. Best

[Lift] Re: Lift Shopping Cart?

2009-06-12 Thread Timothy Perrett
The paypal module simply covers transactional integration - there is no support for paypal shopping cart. You could of course write your own shopping car JAR and just hook that into lift any which way you would like. Cheers, Tim On Jun 12, 3:24 pm, marius d. marius.dan...@gmail.com wrote:

[Lift] Re: Winstone servlet container?

2009-06-11 Thread Timothy Perrett
wow, never read that story before - what a brilliant history for a name! What's the heads up on servlet 3.0? Feels like we've been talking about that for ages and ages now; looking forward to getting it into lift! Cheers, Tim On Jun 11, 2:54 pm, David Pollak feeder.of.the.be...@gmail.com

[Lift] Re: help! create lift project with 1.1-snapshorts

2009-06-11 Thread Timothy Perrett
You might well find this wiki entry helpful: http://wiki.liftweb.net/index.php/Maven_Mini_Guide Cheers, Tim On Jun 11, 3:14 pm, Atsuhiko Yamanaka atsuhiko.yaman...@gmail.com wrote: Hi, On Thu, Jun 11, 2009 at 10:01 PM, jfyl...@gmail.comjfyl...@gmail.com wrote: I will creat a lift

[Lift] Wolfram Alpha integration for Lift

2009-06-11 Thread Timothy Perrett
Hey chaps, Im going to start work on integration with the wolfram alpha engine that i've of late become most obsessed with as its the coolest thing since sliced bread... http://www.wolframalpha.com/ New branch here: http://github.com/dpp/liftweb/tree/wip-tim-wolframalpha Anyone else in the

[Lift] Re: Wolfram Alpha integration for Lift

2009-06-11 Thread Timothy Perrett
, Timothy Perrett timo...@getintheloop.eu wrote: Hey chaps, Im going to start work on integration with the wolfram alpha engine that i've of late become most obsessed with as its the coolest thing since sliced bread...http://www.wolframalpha.com/ New branch here:http://github.com/dpp/liftweb

[Lift] Re: JSON Rest API

2009-06-11 Thread Timothy Perrett
Matt, Can you provide your existing code then we can suggest the best route forward for you - generally speaking it should be a minimal change Cheers, Tim On Jun 11, 6:25 pm, Makeable m...@makeable.co.uk wrote: I have followed through the book and have been successful in creating an XML API.

[Lift] Re: Wolfram Alpha integration for Lift

2009-06-11 Thread Timothy Perrett
+weasley','',0) Fraction:[image: Fraction] On Thu, Jun 11, 2009 at 10:35 AM, Timothy Perrett timo...@getintheloop.euwrote: Hey Ty, Essentially the wolfram API is a REST / XMLRPC hybrid, so my plan is to model a scala abstraction around Apache HTTP (similar to the paypal integration

[Lift] Re: file upload

2009-06-11 Thread Timothy Perrett
FYI - its not a streaming upload at the moment, so its great for smallish files, but you wouldnt want to do much serious uploading with it right now. We've had several discussions about making it streaming, and its certainly on the todo list. Cheers, Tim On Jun 11, 9:24 pm, DavidV

[Lift] Re: New version of master.pdf for the Lift Book

2009-06-10 Thread Timothy Perrett
of a perfectionist when it comes to things like this. It will never be good enough for me ;) On Fri, Jun 5, 2009 at 5:43 PM, Timothy Perrett timo...@getintheloop.eu wrote: Excellent work Derek - great to see you guys still soldering on with the book effort post publication :-) Cheers, Tim

[Lift] Re: JTA Transaction Monad - Early Access Program

2009-06-09 Thread Timothy Perrett
Wow, this is very nice! Kudos Jonas! Cheers, Tim On 09/06/2009 14:18, Jonas Bonér jbo...@gmail.com wrote: Hey guys. I have hacked together an early draft of the JTA transaction stuff. I have wrapped it up in a monad. Here are some examples of usage: for { ctx -

[Lift] Re: Great pictures from the Scala Lift Off

2009-06-09 Thread Timothy Perrett
Haha yeah LSUG is like a secret society or something... They always appear to happen at the last min as well. Something like are people up for an LSUG next Tuesday Cheers, Tim On 09/06/2009 16:58, Richard Dallaway dalla...@gmail.com wrote: On 9 Jun 2009, at 15:57, Kevin Wright wrote:

[Lift] Re: JTA Transaction Monad - Early Access Program

2009-06-09 Thread Timothy Perrett
Isnt LiftLogger extensible? Perhaps there would be some way to integrate it with LiftLogger so it was an optional logger just like Log4J, SL4J etc Disclaimer: I know nothing about Configgy! Cheers, Tim On 09/06/2009 17:34, Jonas Bonér jbo...@gmail.com wrote: I am only depending on Lift

[Lift] Re: Great pictures from the Scala Lift Off

2009-06-08 Thread Timothy Perrett
Sweet! So jeleous of you guys cant wait to have a EMEA scala geek meet! Then myself, Viktor and Heiko can really hit the beers ;-) Cheers, Tim On Jun 8, 5:53 pm, David Pollak feeder.of.the.be...@gmail.com wrote: Folks, Ilya not only writes great IDE plugins, he takes good

[Lift] Re: Great pictures from the Scala Lift Off

2009-06-08 Thread Timothy Perrett
-based conference in 2010. Derek On Mon, Jun 8, 2009 at 11:14 AM, Timothy Perrett timo...@getintheloop.eu wrote: Sweet! So jeleous of you guys cant wait to have a EMEA scala geek meet! Then myself, Viktor and Heiko can really hit the beers ;-) Cheers, Tim On Jun 8, 5:53 pm, David

[Lift] Re: Great pictures from the Scala Lift Off

2009-06-08 Thread Timothy Perrett
in Colorado ;) It's looking like Scala on Skis will be held in Lausanne, Switzerland in Spring 2010. We'll also have a Scala Lift Off in the Washington, DC area in October 2009. Maybe we'll have a Denver-based conference in 2010. Derek On Mon, Jun 8, 2009 at 11:14 AM, Timothy

[Lift] Re: fall-through redirect

2009-06-07 Thread Timothy Perrett
to be able to do it. David, any guidance on this would be much appreciated! Cheers Joe On Jun 6, 12:28 am, Timothy Perrett timo...@getintheloop.eu wrote: Joe, You might enjoy my article on URL rewriting:http://is.gd/wq4K Does that help? Cheers, Tim On Jun 5, 6:37 pm, Joe Wass j

[Lift] Re: fall-through redirect

2009-06-05 Thread Timothy Perrett
Joe, You might enjoy my article on URL rewriting: http://is.gd/wq4K Does that help? Cheers, Tim On Jun 5, 6:37 pm, Joe Wass j...@folktunefinder.com wrote: I'm after re-writing, not a re-direct (although I'd compromise to a redirect if re-writing isn't possible). In Rails I seem to recall

[Lift] Re: New version of master.pdf for the Lift Book

2009-06-05 Thread Timothy Perrett
Excellent work Derek - great to see you guys still soldering on with the book effort post publication :-) Cheers, Tim On Jun 5, 11:36 pm, Derek Chen-Becker dchenbec...@gmail.com wrote: I made some major revisions to the Ajax and Comet chapter, so a new version is up on the group page:

[Lift] Re: how to serve html fragments

2009-06-04 Thread Timothy Perrett
Have you pushed this change? Its not showing on github? Cheers, Tim On 04/06/2009 17:33, David Pollak feeder.of.the.be...@gmail.com wrote: Okay... checked in a change that removes the ?...? XML header as well --~--~-~--~~~---~--~~ You received this message

[Lift] Re: Is something up with applying By to a MappedBoolean?

2009-06-03 Thread Timothy Perrett
Is there an exception? If so could you post the entire trace? Cheers, Tim On Jun 3, 3:24 am, E. Biggs tacoban...@gmail.com wrote: When I try to apply By to a MappedBoolean like so: Table.findAll(By(Table.booleanField, false)); derby is unhappy and bombs out on some sql with this kind of

[Lift] Re: date management

2009-06-03 Thread Timothy Perrett
Greg, I dont really use toForm; have you explored doing it manually? It seems like that would be able to tell you if there is a problem with toForm on MappedDateTime. I use mapped date time quite a bit and have no problems at all persisting the dates :-) Cheers, Tim On Jun 3, 3:09 am, g-man

[Lift] Re: Switch to Scala 2.7.5 for 1.1 ?

2009-06-03 Thread Timothy Perrett
+1 This seems like the most sensible suggestion as a lot of people will only want to run apps in production against releases or milestones, not snapshots. Cheers, Tim On Jun 3, 10:32 pm, Jorge Ortiz jorge.or...@gmail.com wrote: In general I thought the plan for 1.1 was to compile against 2.8.

[Lift] Re: Future of the Lift wiki

2009-06-02 Thread Timothy Perrett
Guys, I know you chaps are quite new on this lift, so just to add a bit of background - we've been here many, many times before with various people pledging to fix and cleanup the wiki (myself included!) After much discussion we decided that what was needed were gardeners - not perhaps to write

[Lift] Re: Binding an attribute value

2009-06-02 Thread Timothy Perrett
Try: bind(foo, chooseTemplate(foos, list, xhtml), id - divexample/div % id - foo.id.toString, . ) Without a bit more context / code its tough to help exactly - but from this example you'll see how you can create dynamic attributes. Cheers, Tim On Jun 2, 2:59 pm, Lance Walton

[Lift] Re: Web Service : XmlResponse, xhtml and PrettyPrint

2009-06-02 Thread Timothy Perrett
Jean-Luc, are you manually making these soap messages? Any reason your not using JAX-WS or CXF etc? Cheers, Tim On 02/06/2009 17:11, Jean-Luc jlcane...@gmail.com wrote: Lifted, Scalads, I'm currently developing a Web Service which can generate xhtml content. 1. The xml output of the

[Lift] Re: lift views

2009-06-01 Thread Timothy Perrett
Just create an XSLT template to convert the lift templates to a a more readable form? Should be possible? Your thinking just have an XSLT just for preview purposes? That would be pretty sweet. Perhaps we can do something with this:

[Lift] Re: lift views

2009-06-01 Thread Timothy Perrett
Don't worry I'm just being slow as per normal viktor! Do you want to try setting this up or shall I? Cheers, Tim Sent from my iPhone On 1 Jun 2009, at 10:52, Viktor Klang viktor.kl...@gmail.com wrote: On Mon, Jun 1, 2009 at 11:05 AM, Timothy Perrett timo...@getintheloop.eu wrote

[Lift] Re: lift views

2009-06-01 Thread Timothy Perrett
Make a draft and we'll help eachother out :) Ok will do - perhaps try mocking this up later in the week. Any thoughts in and around this otherwise? Must haves vs nice to have? Cheers, Tim --~--~-~--~~~---~--~~ You received this message because you are

[Lift] Re: lift views

2009-05-31 Thread Timothy Perrett
Now you mention it though, it might well work quite nicely. Talk to me Viktor - what are you thinking? Cheers, Tim On 31/05/2009 14:10, Viktor Klang viktor.kl...@gmail.com wrote: Couldn't they just define an XSLT template to view the lift templates with?

<    3   4   5   6   7   8   9   10   11   >