开发者

create a database with scala/lift and a simple interface to log in

开发者 https://www.devze.com 2022-12-15 04:39 出处:网络
I\'m a beginner with scala/lift and POO. At first, i would like to create a database and a simple interface to log in (ID and password).

I'm a beginner with scala/lift and POO. At first, i would like to create a database and a simple interface to log in (ID and password). Then create an application to allow the user t开发者_开发知识库o modify this database.

My problem is: i didn't find anything (like a tutorial) to do something like that.

Maybe somebody could help?


Well, there's the lift book, the website, and of course the google groups. The book being the best place to get started.


See lift's demo application at github. The file creates an object DBVendor which handles the connection creation and is bound to the rest of the code like this:

DB.defineConnectionManager(DefaultConnectionIdentifier, DBVendor)
0

精彩评论

暂无评论...
验证码 换一张
取 消