I use xsbt v.0.10.1, web plugin for it, lift v2.4-M4, Scala 2.9.1, Jetty 8.0.0.v20110901. In Boot.scala i add such code:
I am try to learn scala with lift. So i started setting up my development environment. After sbt i try install Lifty (i used this article as manual). But i have a problem with my sbt:
I try to parse a JSON string with the net.liftweb.util.JSONParser. It\'s parse() method returns a Box[Any] value which I want to process via pattern matching like this:
I know Scala. I\'ve used mongoDB, r开发者_运维知识库edis, sbt, ... backend stuff. I know basic HTML, CSS and JavaScript but have never done real web development.
I\'m implementing a REST service with the Lift web framework in Scala and I\'m having some issues with the PUT request to create a new entity for which I know the ID.
I am a complete newbie to SBT and scala world. I wanna create a lift application and while exploring on how to do it i stumbled everywhere that i must use SBT. So i went to the github wiki page and fo
What is the preferred Lift way to handle conditional content in a template? As a concrete example, let\'s imagine the common construct of an \"Add to My Favorites\" type button.If not in your favorit
If I put my application in a subdirectory, e.g. by naming it cm.war, after a successful login the redirect goes to /cm/cm (should be /cm).
I have few questions about https in Scala Lift: How can I set for my web application use only https protocol?
Using Lift Record, when I try to retrieve the MongoDB entry below, a NullPointerException is raised when the .asHtml method of MongoCaseClassField is called.