lift
Eclipse Jetty v8.0 JNDI DataSource not available in scala lift application
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:[详细]
2023-04-03 23:34 分类:问答Lifty with sbt 0.10
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:[详细]
2023-04-03 10:35 分类:问答Using pattern matching with result of net.liftweb.util.JSONParser.parse
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:[详细]
2023-04-02 21:30 分类:问答What do I need to learn before I can start using Lift?
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.[详细]
2023-04-02 05:21 分类:问答Lift REST service not recognizing PUT request
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.[详细]
2023-04-02 02:53 分类:问答getting started with SBT for lift
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[详细]
2023-04-01 12:55 分类:问答What is the preferred Lift way to handle conditional content in a template?
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[详细]
2023-04-01 11:22 分类:问答lift, jetty - redirect after login goes to wrong path
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).[详细]
2023-03-30 08:29 分类:问答Scala Lift few https questions
I have few questions about https in Scala Lift: How can I set for my web application use only https protocol?[详细]
2023-03-29 06:59 分类:问答How to store an Enumeration within a MongoCaseClassField in Lift Record?
Using Lift Record, when I try to retrieve the MongoDB entry below, a NullPointerException is raised when the .asHtml method of MongoCaseClassField is called.[详细]
2023-03-28 20:31 分类:问答