Hi every body,
I need develop a program into Lotus Notes, some know who start to program? What I need?
Hi every body,
I need develop a program into Lotus Notes, some know who start to program? What I need?
Subject: That’s a vague question
With lots of answers. Development in Lotus Notes is quote broad. The “Design Client” exposes the design of notes databases, allowing you to customise and modify, or create complex apps from scratch. Built into this client (which is sort of part of the standard Notes client) is “Simple functions”, which are also available to standard notes clients, “@Fucntions” (precompiled applets that you string together to get the result you require), LotusScript (a Visual Basic like programming language built into Notes).
Additionally, there are any number of API’s to allow C etc to interface with Notes.
Start with buying a design client, and going to a programming course. Or hire a Lotus Business Parter!
Tim.
Subject: RE: That’s a vague question
Oh Thanks Tim, all of this it´s for the team that will develop a database and a program into lotus or another system. We have license of Lotus Notes and we want to take advantage of it.
They need material to program into Lotus, do you know where can we get this information in Mexico?
Thanks in advance for your help.
Gabriel
Subject: Welcome to the Notes/Domino community.
I’d suggest starting with the resources below. I have more information, including web sites to visit, blogs to read, etc. posted on my blog: http://www.alanlepofsky.net/alepofsky/alanblog.nsf/dx/application-development-resources
Lotus Education On Demand: Building Databases with Domino Designer 7
This free tutorial is designed to take you through the steps of building a fully functional Domino database using Domino Designer 7. You will be introduced to all the necessary design elements such as forms and views, as well as actions, agents and outlines. Each part of the course is accompanied by a database file. This database provides completed examples of the exercises in each part.
Lotus Education On Demand: Creating Script Libraries in Notes: This tutorial covers the tasks in creating and implementing script libraries, including: Creating user-defined functions or subroutines, setting up a script library, and incorporating script libraries into Notes/Domino applications.
Lotus Education On Demand: Securing Your Notes Application: This Learning Byte to help you decide how to: Develop a plan that provides the required security for your data and appropriate access for each user, Set up an access control list (ACL), Restrict access to database elements, Create roles to manage access for groups of users, and Control document access.
Lotus Education On Demand: Notes Error Trapping in LotusScript:
Lotus Education On Demand: Logging Notes Application Activity: A NotesLog object can be used to record actions and errors that occur in scripts. This information can be stored in one of the following ways: Notes database, Mail memo , Text file. In this Learning Byte, you will learn how to create and populate a Notes database with application activity information.
Redbook - Domino Designer 6: A Developer’s Handbook
In this IBM Redbook, we describe how to develop applications with IBM Lotus Domino Designer 6. With Domino Designer, you are able to create applications hosted by a Domino server. These applications can be used by different clients, such as Notes clients, Web browsers or mobile devices.
We introduce, and show in detail, how you can use all the design elements of Domino Designer, such as forms, pages, views, agents, outlines, resources and framesets. Readers who are familiar with developing applications using Release 5 of Lotus Domino may want to start at Chapter 12, which introduces the new features in Domino 6.0, and continue from there.
In the chapters toward the end of the book, we discuss the different programming languages, @functions, LotusScript, JavaScript, and Java, that can be used in Domino. We detail how to manipulate rich text objects by programming, as well as XML, in Domino.
Redbook - Lotus Domino 7 Application Development - This IBM Redpaper shows application developers how to use the powerful, new features in Domino 7 by enhancing an example application.
Chapter 1. An introduction to Lotus Domino 7 application development
Chapter 2. Using DB2 integration to enhance the ITSO Electronics application
Chapter 3. Enhancing the ITSO Electronics application with Web services
Chapter 4. Implementing new design elements in the ITSO Electronics application
Chapter 5. Diagnosing and troubleshooting the ITSO Electronics application
Subject: RE: Welcome to the Notes/Domino community.
Hi,Alan’s blog is an excellent reference, (shhhhhhh, Alan, my pay pal account is …![]()
Look here in the section called (in the right menu): Buy my book
or
The Unfinished LotusScript Book
http://www.nsftools.com/tools/lsbook.htm
Also, take a look at www.OpenNtf.org for working examples.
JYR
Subject: RE: Welcome to the Notes/Domino community.
Oh, Thank you for the tips!!!