lift
Scala/Lift check if date is correctly formatted
I have a date input box in my lift application, and I want to check that a user-entered date is in correct format: dd/mm/yyyy.[详细]
2023-03-05 06:06 分类:问答Where to acquire jar that provides scala.tools.nsc.MainGenericRunner
I my Lift project I have a file called LiftConsole.scala. It was generated by project creation script and contains following[详细]
2023-03-05 03:49 分类:问答scala lift json: pattern match on unknown data?
I have some strange json that I cannot change, and I wish to parse it using the JsonParsen in lift. A typical json is like:[详细]
2023-03-04 22:37 分类:问答Question about Injector in Lift
As I understand from the documentation Lift provides Injector trait (and its implementations) to inject dependencies as follows:[详细]
2023-03-03 19:10 分类:问答scheduleAtFixedRate alternative in Scheduler (since ActorPing is deprecated)?
I was looking for the alternative to scheduleAt开发者_开发技巧FixedRate in Scheduler. Couldn\'t find. Was it removed for any specific reason when ActorPing[详细]
2023-03-01 06:19 分类:问答jvm / scala / lift application stack?
After some research before decision making, decided to start a heavy comet based project on Scala\'s Lift.[详细]
2023-02-28 21:41 分类:问答Modifying the response for Auth failure using LiftRules.responseTransformers
I am using the below code to have HTTP Basic Auth in my app and transform the response in case of Unauthorised access. It is not[详细]
2023-02-28 21:29 分类:问答HowTo: Custom Field in Lift-Record-Squeryl
I\'m trying to make a EnumListField in Lift/Record/Squeryl, similar to MappedEnumList in LiftMapper. The storage type should be Long/BIGINT. I understand that if I define:[详细]
2023-02-27 02:15 分类:问答how can i override functions ( create, delete, modify, etc ) of crudify class ( scala with lift )
as above a title i use the lift ( scala ) with jetty web server 开发者_如何转开发 i wanted to develop rest api . as fast as possible.[详细]
2023-02-25 05:13 分类:问答Error 500 for basic REST service in Lift Scala MongoDB while createRecord
The REST service object code is: object Account extends RestHelper { def createUser = { for { username <- S.param(\"username\") ?~ \"username parameter missing\" ~> 400[详细]
2023-02-24 23:11 分类:问答