Search found 53 matches

Go to advanced search

by Dr Danyo
Tue Aug 09, 2016 12:07 am
Forum: Feature Discussions
Topic: Static methods - please!
Replies: 17
Views: 31139

Re: Static methods - please!

Just to close the loop, Class Methods made the cut for the 2016 release. Class Methods Benefit Class methods allow a cleaner implementation of programming models. Most modern languages provide this capability and it has been a long requested feature for JADE. Description We will implement Class meth...
by Dr Danyo
Fri Oct 03, 2014 11:49 pm
Forum: Feature Discussions
Topic: Static methods - please!
Replies: 17
Views: 31139

Re: Static methods - please!

Im inclined to agree with BeeJay regarding static methods, nice to have and if it was there I would use it. However top of my wish list is parameterised constructors, I would be using those consistently if they existed. Being able to create an object and initialize it in a single step (subsequently ...
by Dr Danyo
Sat Apr 26, 2014 4:44 am
Forum: Tips and Techniques
Topic: Running a workspace on a non-dev system?
Replies: 9
Views: 10719

Re: Running a workspace on a non-dev system?

Beejay / Murray, times like now that this forum needs a "like" system. :D
by Dr Danyo
Tue Nov 19, 2013 5:01 am
Forum: General Discussion
Topic: Processing Input
Replies: 14
Views: 13900

Re: Processing Input

Hi Omash, Following on from BeeJay's advice on contiguous numbers. If the number is displayed / returned externally for any purpose; I'd recommend caution using a contiguous number strategy, you could inadvertently be leaking valuable data about your business which a competitor may find useful e.g t...
by Dr Danyo
Fri May 03, 2013 7:22 am
Forum: General Discussion
Topic: REST based API
Replies: 7
Views: 8949

Re: REST based API

Sounds like the best way forward. Dont forget to post reason for the problem.

- Dr Danyo.
by Dr Danyo
Wed Apr 24, 2013 9:43 am
Forum: General Discussion
Topic: REST based API
Replies: 7
Views: 8949

Re: REST based API

Hi Ghosttie, I've done something similar which I found worked very well. In my case I was playing around with the ODATA services, basically as you say, exposure your database persistent classes via the JADE c# exposure feature then create a .net service layer on top of them (with your own data contr...
by Dr Danyo
Thu Jan 31, 2013 9:28 am
Forum: Tips and Techniques
Topic: JADE 7 Refactoring
Replies: 10
Views: 11533

Re: JADE 7 Refactoring

I agree, that is a very useful feature, it definitely allows you to flow more when coding, the same goes for promote to parameter or class property. I typically remap the keys to something a little easier to reach than Ctrl+F2. Would you find an "inline" refactor useful? More useful would be a lang...
by Dr Danyo
Wed Jan 30, 2013 6:03 am
Forum: Tips and Techniques
Topic: JADE 7 Refactoring
Replies: 10
Views: 11533

Re: JADE 7 Refactoring

I agree, that is a very useful feature, it definitely allows you to flow more when coding, the same goes for promote to parameter or class property. I typically remap the keys to something a little easier to reach than Ctrl+F2. Would you find an "inline" refactor useful? - Dr Danyo I'm really enjoyi...
by Dr Danyo
Sat Jan 26, 2013 6:50 am
Forum: Tips and Techniques
Topic: JADE 7 Refactoring
Replies: 10
Views: 11533

JADE 7 Refactoring

So how are people finding the refactoring tools in JADE 7?
I find binding the refactor (rename / change) operation to a shortcut key especially useful.

- Dr Danyo
by Dr Danyo
Tue Sep 18, 2012 8:05 pm
Forum: General Discussion
Topic: JadeTestCase assert methods Help Plz
Replies: 4
Views: 4757

Re: JadeTestCase assert methods Help Plz

Hi, can you provide more details on what outcome you are trying to achieve? Are you trying to perform some sort of clean-up activity based on the outcome of the test? Without knowing more, I'd plan for the test passing, if it was to fail you would have to get involved either way. If you are consider...

Go to advanced search