Application Deployment

Hello,

We have developed an application using Domino Designer. The Application consists of a bunch or agents which are accessible through the http server.

What is the best way to deploy the application to customers? Is there a recommended way of deploying third party add ons?

Are there any tools or scripts that make installation of the database automated?

I noticed the developer sandox contains zip files with templates in them, is this the best way?

Thank you.

Paul

Subject: Application Deployment

Let me see if I have you right. You have a Lotus Notes application running on a Domino server which uses agents that access (or run) third party software that the end user must have local for it to work?

Is that the issue?

Subject: RE: Application Deployment

No I have a Notes Application which runs on a Domino Server which I want to package and ship to customers so that they can install it on their Domino Servers. What is the best way to package my application?

Subject: RE: Application Deployment

Paul,OK. That is a bit easier.

You have a few options:

  1. You could make a Notes Template of your application, take a file copy of the template lets call it test.ntf and copy it to a directory of the same name as the original directory and then make a database from this template (i.e. test.nsf).

This gives you the advantage that you can easily upgrade the code when changes are made.

  1. You could just copy the database and install it as per the instructions in (1) above.

  2. You could use a Install shield to wrap the application for you and then just run it at the client site where it will place it to the correct directory. However, this would still mean that you would need to place a database link on the Lotus Notes client.

In my opinion (1) above is best but takes a little management so that you migrate changes correctly.

Rolf Pfotenhauer

Software Engineer

email: rolfpf@yahoo.com.au

Subject: Application Deployment

Let me see if I have you right. You have a Lotus Notes application running on a Domino server which uses agents that access (or run) third party software that the end user must have local for it to work?

Is that the issue?