Search found 2 matches

Go to advanced search

by DarthVader
Wed Oct 19, 2011 9:55 am
Forum: General Discussion
Topic: user defined application parameters
Replies: 5
Views: 6941

Re: user defined application parameters

the method needs this parameter.

userMethod(initializeParameter : Object);

the object will be a HugeStringArray.
by DarthVader
Tue Sep 06, 2011 10:14 am
Forum: Tips and Techniques
Topic: Comparing the source multiple JADE bases
Replies: 12
Views: 20103

Re: Comparing the source multiple JADE bases

A variant on the extract a schema and compare is to use JadeBatchExtract to extract in sections. See the section "Extracting Schemas in Sections" in the UserGuide.

For example the following extracts every schema in the system to the directory C:\temp2\userSchemas

jadclient path=e:\jadesystems ...

Go to advanced search