Search found 10 matches

Go to advanced search

by MJones
Wed Oct 25, 2017 4:02 pm
Forum: Business Discussions
Topic: Intermediate / Senior Jade Developer Required
Replies: 0
Views: 3909

Intermediate / Senior Jade Developer Required

Currently looking for Jade developers for an Auckland based role. Although primarily a Jade based role, it is a multi application and multi technology environment. Thus skills in Java or .Net would be an advantage but not mandatory. We have some aggressive growth plans so need more resource to suppo...
by MJones
Mon Oct 21, 2013 10:30 am
Forum: Tips and Techniques
Topic: Using SHA256 with JADE
Replies: 9
Views: 10499

Re: Using SHA256 with JADE

I appreciate this is all working now but for anyone else interested in a .NET framework .dll that can be imported into JADE that hides all the handles and complexity, presenting just simple SHA & MD5 functions (pass in a string recieve hash back) you are welcome to use the attached file that I built...
by MJones
Wed Dec 19, 2012 10:27 am
Forum: Tips and Techniques
Topic: SSL Authentication
Replies: 5
Views: 8548

Re: SSL Authentication

I have implemented an interface to vedaXML in Jade previously. Last time I just implemented it using external function calls through wininet. Its not particularly difficult but a little time consuming. The attached image highlights all the calls needed for an SSL authenticated HTTP POST in Jade. Ess...
by MJones
Tue Nov 08, 2011 2:04 pm
Forum: General Discussion
Topic: node.createExternalProcess
Replies: 3
Views: 3935

Re: node.createExternalProcess

Thanks Torrie, Sometimes the simplest solution is the best.

Cheers!
by MJones
Tue Nov 08, 2011 12:52 pm
Forum: General Discussion
Topic: node.createExternalProcess
Replies: 3
Views: 3935

node.createExternalProcess

I was looking to use this method instead of the ole _shellExecute but it seems to have a pretty big limitation. The arguments are for some reason passed in a JADE string array which obviously limits the arguments to 64 characters each. The main reason I wanted to use this was because it was modal an...
by MJones
Tue Aug 30, 2011 3:03 pm
Forum: General Discussion
Topic: Database partioning and JadeBytes
Replies: 2
Views: 3494

Re: Database partioning and JadeBytes

Superb thank you very much. I appreciate you taking the time to reply.

Regards,
Michael.
by MJones
Wed Aug 24, 2011 4:03 pm
Forum: General Discussion
Topic: Database partioning and JadeBytes
Replies: 2
Views: 3494

Database partioning and JadeBytes

When using a JadeBytes persistent instance is there any way to get map file partioning working? Jade continues to operate using the original _udr map file which does not partition when the parent instance (into which the JadeByte is embedded) dbfile is partioned. I do imagine this is likely intended...
by MJones
Fri Apr 08, 2011 11:03 am
Forum: General Discussion
Topic: pdf creation from within Jade
Replies: 3
Views: 4778

Re: pdf creation from within Jade

Just a general query, is anyone using something from within Jade to create PDF files. At present we use a third party (AMYUNI) software that creates a printer that when printed to it saves the pdf files in a specific folder. Hi David, I am not sure if you are aware of this but the latest version of...
by MJones
Fri Mar 04, 2011 1:34 pm
Forum: General Discussion
Topic: Web Services
Replies: 6
Views: 7523

Re: Web Services

The following page on the Jade Wiki has some details about setting up IIS 7+ https://wiki.jadeworld.com/How%20to%20configure%20IIS%207%2B%20for%20use%20with%20JADE Cheers, BeeJay. The only proviso being that if you are using a 64bit version of jadehttp.dll the worker process should not be defined a...
by MJones
Fri Mar 04, 2011 1:31 pm
Forum: General Discussion
Topic: Web Services
Replies: 6
Views: 7523

Re: Web Services

If you dont mind coding the XML yourself you can reimplement the 'reply' method on your web service provider class. Whatever that method returns is what the consumer will receive. I have reimplemented it before and it worked fine. Personally I wouldn't necessarily implement a webservice provider how...

Go to advanced search