Questions tagged [lift]

An open source web application framework written in Scala

Lift is framework, written in Scala, for writing web applications. Lift stresses the importance of security, maintainability, scalability and performance, while allowing for high levels of developer productivity. Lift is open source software licensed under an Apache 2.0 license.

Lift links

Resources

  • Lift in Action by Timothy Perrett is a published book about using the Lift framework
  • The Lift Cookbook (O'Reilly, 2013) contains recipes relating to Lift, including getting started, working with databases, REST services, and deployment.
1116 questions
-1
votes
2 answers

object draft10 is not a member of package com.google.api.client.googleapis.auth.oauth2

I'm compiling the following code in scala: https://gist.github.com/3236096 but it gives me the following error: draft10 object is not a member of package com.google.api.client.googleapis.auth.oauth2 And this: setApplicationName value is not a…
Sanx
  • 223
  • 1
  • 6
  • 17
-2
votes
1 answer

On Premises Application to AWS LIft And Shift Application Migration

On Premises Application is going to move to AWS Cloud in EC2 as AWS Lift and Shift MIgration.Currently On-Premises applications are running in Tomcat. Once we are going to migrate it to AWS as a Lift and Shift, we need all App logs generated should…
-2
votes
1 answer

live validation

I'm working on a signup form, and I want to live a validation of the user name as on twitter. Someone can give me some tips where I can start, there is something similar already worked Thank you very much for your attention
Sanx
  • 223
  • 1
  • 6
  • 17
-2
votes
1 answer

MappedBirthYear......ok, MappedBirthDay?? and MappedBirthMonth?

Greetings I'm using MappedBirthYear in my signupXhtml object birth_year extends MappedBirthYear(this, 18) { // } based on the…
Sanx
  • 223
  • 1
  • 6
  • 17
-2
votes
1 answer

how to use database in Scala, Lift?

I am able to successfully read the data from my form and using println show them in console, I need to add them to the database, currently I am using the predefine database for my authorisation stuffs, please help me to add the form values to the…
Us Usama
  • 35
  • 7
-2
votes
1 answer
1 2 3
74
75