Lotus Notes 和 LotusScript 入门资源

发布于 2024-12-11 03:07:27 字数 161 浏览 0 评论 0原文

我最近加入了一家公司。我需要使用 Lotus Designer 软件、命令和 Lotus Script。我真的不知道从哪里开始。我必须自己从头开始学习。你们中的任何人都可以帮助我了解我需要开始的材料(因为互联网上有数十亿)以及如何进行。这将会有很大的帮助。

谢谢你,

普里亚。

I recently joined a company. I need to work on Lotus Designer software, and command and Lotus Script. I really have no idea of where to start. I have to learn from scratch on my own. Can any of you please help me on the materials I need to start with (since there are billions on internet) and how to proceed. It will be of a great help.

Thank you,

Priya.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

沦落红尘 2024-12-18 03:07:27

以下书籍将会有所帮助。

Brian Benz 和 Rocky Oliver 的《Lotus Notes 和 Domino 6 编程圣经》。

“自学 LotusScript® for Notes/Domino 4.6”,作者:Bill Kreisle、Rocky Cliver 和 Rocky Oliver

第一篇较新,但并非专门针对 LotusScript。如果您不熟悉 Notes,它涵盖 Lotusscript 以外的主题这一事实可能会对您有所帮助。第二个较旧,不会涵盖某些较新的对象类型。就基础知识来说还是没问题的。

Bill Buchan 的博客有一个他给出的 Lotusscript 演示文稿的链接列表:
http://www.billbuchan.com/presentations/
很多都可以下载。有些是相当先进的;其他的则更为基本。如果你避免做他在“最差做法”中提到的事情,你就会有一个良好的开端。

如果您对面向对象编程感兴趣,我自己关于面向对象 Lotusscript 的文章在这里:
(修订后的链接)http://www.ibm.com/developerworks/lotus/库/ls-object_orient_LotusScript/

The following books will be helpful.

"Lotus Notes and Domino 6 Programming Bible" by Brian Benz and Rocky Oliver.

"Teach yourself LotusScript® for Notes/Domino 4.6" by Bill Kreisle, Rocky Cliver and Rocky Oliver

The first is newer, but isn't exclusively devoted to LotusScript. The fact that it covers topics other than Lotusscript may be helpful to you if you're new to Notes. The second is older and won't cover some of the newer object types. It's still fine for the basics.

Bill Buchan's blog has a list of links to Lotusscript presentations he has given:
http://www.billbuchan.com/presentations/
Many can be downloaded. Some are quite advanced; others are more basic. If you avoid doing the things he references in "Worst Practices", you'll be off to a great start.

If you're interested in object-oriented programmingm, my own article on Object-Oriented Lotusscript is here:
(revised link) http://www.ibm.com/developerworks/lotus/library/ls-object_oriented_LotusScript/

何以畏孤独 2024-12-18 03:07:27

我从内置模板开始。首先了解它们是如何工作的,然后打开 Designer 并查看所有设计元素、视图、表单等。彻底阅读公式和 LotusScript 并了解它们在做什么。由于模板经过精心设计,您将同时学习良好的实践。

对您将在公司支持的数据库执行相同的操作。

了解 RDBMS 和文档数据库之间的区别。 Notes 是后者,来自 SQL 或其他关系数据库可能会造成混淆。

如果您需要有关 LotusScript 的任何基础知识,它与 VB 脚本密切相关,您可能会找到更多 VB 示例。不过,一旦您了解了基础知识,我就会坚持阅读 Notes 文档来了解每个函数的用途。

我还阅读了 StackOverflow 上的 Lotus Notes 问题和解答。并非所有都适用,但要寻找有趣的。现在只有大约400人。

I started with the built-in templates. Get to know how they work first, then open up Designer and look at all the design elements, the views, forms, etc. Read the formulas and LotusScript thoroughly and learn what they are doing. You'll learn good practices at the same time since the templates are thoughtfully designed.

Do the same for the databases you will be supporting at your company.

Understand the difference between an RDBMS and a document database. Notes is the latter and that can be confusing coming from SQL or other relational databases.

If you need any basics on LotusScript, it is closely related to VB script and you might find more examples for VB. once you know the basics, though, I'd stick to the Notes docs for learning about what each function does.

I'd also read the Lotus Notes questions and answers on StackOverflow. Not all apply but look through for interesting ones. There are only about 400 right now.

不即不离 2024-12-18 03:07:27

查看The Learning Continuum Company。他们提供各种 Notes 和 Domino 课件,并且始终提供一些免费课程和演示课程。

Check out The Learning Continuum Company. They have a variety of courseware for Notes and Domino, and they always have a couple of free and demo courses in their offerings.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文