使用电梯的购物车
我是 Scala 编程和 Lift 框架的新手。我想在 Lift 开发一个购物车。您知道一些包含此类应用程序示例的链接吗? ASP.NET 有很多示例,但我在 Lift 中找不到任何内容。
I'm new in Scala programming and Lift framework. I would like to develop a shopping cart in Lift. Do you know some links with examples for this kind of applications? There are many examples for the ASP.NET but I can't find something in Lift.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Simply Lift 有一个关于 Cells 的部分,它恰好可以做一个成熟的购物车作为其例子。请注意,我自己还没有尝试过,但这应该是一个很好的起点。
顺便说一句,
Simply Lift 是由 Lift 的创建者 David Pollak 编写的。我也一直在尝试学习 Lift,我发现这本书非常有帮助,但示例往往有点过头了。我发现 探索 Lift 也非常有帮助,但示例有点少更容易让你的头转过来。
Simply Lift has a section about Cells that happens to do a full-blown shopping cart as its example. Mind you, I haven't tried it out myself, but this should be a good place to start.
As an aside,
Simply Lift is written by David Pollak, the creator of Lift. I've been trying to learn Lift as well, and I find that book to be very helpful, but the examples tend to be a bit over the top. I've found Exploring Lift to be pretty helpful as well, but the examples are a bit easier to wrap your head around.