I vaguely recall some exchanges on this topic, and I thought the question
was answered.
Anyhow, to _deploy_ an app, besides the class files and images, you need:
.sds data source
.sdo data object
.spg page
.spj project
.htm or .html html template
The above are all in your project directory. In that directory there must
also be a subdirectory called links, with .sid files, which link
application object names to unique id numbers.
Files you don't need in the deployment environment:
.ser serialization files will be recreated at runtime, and best to omit
whenever moving from one development/deployment environment to another
.java only really need for development, assuming you don't need to
recompile in your deployment environment (there can be circumstances under
which this is necessary, if, for example, you use environment-specific
static constants in your code).
.sum user module these files exist simply to make java files for non-ND
java application objects show up as icons in the ND studio. At runtime you
need only the .class files.
This is based on ND4, can't recall what if anything there is for ND5, maybe
something for business beans and all that.
-- Curt Springer, Team ND
At 08:41 AM 5/11/99 -0800, [EMAIL PROTECTED] wrote:
>I've seen several attempts to ask this question, but haven't seen a
definite answer as to the project files that are
>needed to the deploy a project for production use. I realize the CLASS
files and images, but which other file types are
>needed?
>
>Thanks in advance for the help.
>_________________________________________________________________________
>
>For help in using, subscribing, and unsubscribing to the discussion
>forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
>
>For dire need help, email: [EMAIL PROTECTED]
>
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]