Author Archives: ayushmishra2005

About ayushmishra2005

Ayush is the Sr. Software Consultant @ Knoldus Software LLP. In his 4 years of experience he has become developer with proven experience in architecting and developing web applications. Ayush has a Masters in Computer Application from U.P. Technical University, Ayush is a strong-willed and self-motivated professional who takes deep care in adhering to quality norms within projects. He is capable of managing challenging projects with remarkable deadline sensitivity without compromising code quality. .

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

Posted in Agile, AJAX, Java, LiftWeb, Scala, Web | 1 Comment

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

Posted in Agile, AJAX, Java, LiftWeb, Scala, Web | 3 Comments

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

Posted in AJAX, Java, LiftWeb, Scala, Web | Leave a comment

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

Posted in Agile, LiftWeb, Scala, Web | 1 Comment

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

Posted in AJAX, Java, LiftWeb, Scala, Web | Leave a comment

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

Posted in Agile, Java, News, Scala, Web | 10 Comments

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

Posted in Agile, AJAX, Java, LiftWeb, Scala, Web | 1 Comment

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

Posted in Java, LiftWeb, Scala, Web | 1 Comment

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

Posted in Scala | 1 Comment