如果您没有网络编程经验,哪种学习 lift 的最佳方法是?
我打算从我的 scala 应用程序访问数据库(postgre)。我被要求使用电梯来这样做。由于我既没有网络编程经验,也没有处理数据库的经验,所以我对 Lift 书感到非常困惑也就不足为奇了。
有人可以向我建议另一种开始方式吗?
I'm intending to access DB (postgre) from my applications in scala. I was requested to use lift to do so. Since I have neither experience in web-programming nor in dealing with DB it's not a surprise that I've become really confused with the Lift book.
Could anyone suggest to me another way to begin?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好的学习方法就是用它来构建一些东西。
如果您需要了解要构建什么,请查看此练习,其中有人使用 14 个不同的框架构建了相同的应用程序:我太饿了。这篇文章只提到了 Python,但作者后来添加了 Ruby 和 JavaScript 实现。
The best way to learn is to build something with it.
If you need an idea for what to build, check out this exercise wherein someone built the same app with 14 different frameworks: I am so starving. The post only mentions Python, but the author has since added Ruby and JavaScript implementations.