Knolspeak >
- Confessions of a Ruby Developer Whose Heart was Stolen by Scala ow.ly/m1M3l #scaladays 5 days ago
- RT @daveeday: New Yorkers: I'll be giving a sneak preview of @FleisureApp at #PDNYC on Tuesday the 18th at 6pm, come say hi!... 6 days ago
- RT @springrod: Really impressed by the energy at #scaladays This technology is going places 6 days ago
- RT @byfcz: "Strive for maximal throughput with acceptable latency" @jboner at #Scaladays 1 week ago
- RT @hseeberger: Amazing to see #Scala, #Akka and #Play gaining momentum at my favorite newspaper @SZ. Was great fun giving my Scala in... 1 week ago
-
-
Recent Posts
Knolders
Live Traffic Feed
Author Archives: ayushmishra2005
How to Refresh Pagination Links via AJAX in Liftweb using Scala
In our previous blog , we explained about using Pagination in Lift using Scala . But If you render a page via AJAX , pagination link would not be refreshed until we reload the page . In this blog , … Continue reading
Scala LiftWeb Example : A Login Application with Birthday Reminder Functionality and A Nice User Interface
This is LiftWeb Login Template with a nice User Interface. If you want to use Liftweb as framework , Scala as Programming Language and MongoDB as Database then this demo project can be used as a starting point for your … Continue reading
How to use Liftweb’s built-in functionality for Sorting and Pagination using Scala
In this blog , we will have a basic idea that how to use LiftWeb’s built -in functionality for Sorting and Pagination . Lift provides SortedPaginatorSnippet for sorting of results and PaginatorSnippet for paging of results . Suppose you are … Continue reading
Integrate PayPal in LiftWeb application using Scala
If you are developing an E-Business web application , where you have to provide online payment solution to your customer then PayPal is one of the most secure , faster and easier way to make payment online . In this … Continue reading
Posted in Java, LiftWeb, Scala, Web
2 Comments
A Simple Login Application in Liftweb using Scala and MongoDB
Liftweb is an elegant , designer friendly and arguably the most powerful web framework that provides developers ability to create secure , scalable , maintainable , rich and interactive web applications . It is built on the top of Scala … Continue reading
Scala Liftweb : Re render page element without making any request to the server
Lift introduces a powerful feature that enables developer to create rich interactive application using Comet and Ajax support . Using Comet , its easy to push content from server to browser by sending request asynchronously . AJAX works for a … Continue reading
An alternate way to implement JOINs in MongoDB [Update]
I have updated this blog . As last description was creating some misunderstanding and lot of confusion . In one of my project , there was a requirement to generate report in .csv format from MongoDB without using any reporting … Continue reading
Scala LiftWeb: Upload File using AJAX
Liftweb provides AJAX functionality for all html elements except file upload using Scala . But there is a way to upload file using AJAX by binding form as AJAX form . 1) add below lines in your html . 2) … Continue reading
Play With Liftweb’s AJAX Generators using Scala
AJAX is an approach for building dynamic web content on the client side . In Liftweb , we can implement this approach either by AJAX or by Comet . Comet is like AJAX , except in opposite direction . AJAX … Continue reading
Scala Liftweb : Use Forgot Password Inbuilt Functionality to send Email with Unique Token
If you are implementing Forgot password functionality in your web application using Liftweb and you have such a scenario where you have to send redirect URL with unique token in Email , Liftweb with Scala provides a wonderful functionality to … Continue reading





