I would like to know, if it is possible and if there is a generic way to extend the functionality of a grails plugin.
I have been involved to develop a customized SharePoint 2010 application that uses a custom db for authentication.
I want to set up an affiliate program for an online store that uses Magento for e-commerce. How could I save the order id of a sale to be used to update my affiliate table?
I have some code that is used both by the admin and public models. Currently some of the methods are exactly the same, but stored in the separate models of the admin and public sections. I created a m
I have extended the ActiveRecord::Base class in the following way: I made a directory under the lib, let\'s call it now foo
I am having a bit trouble to understand when \"super\" can be called and when not. In the below example the super method leads to a no superclass error.
We have an EF4 EDMX which contains ~300 entities which are used in our core product suite (entities imported from database).
I have three classes which basically do very similar things; Store a record of an uploaded file. Move and upload the file.
I have a requirement where a process can be implemented in 2 different situation. One situation would be where the start date cannot be in the past and the other would be where it can.
So, say I had the following script: var hey = { foo: 1, bar: 2, baz: 3, init: function(newFoo){ this.foo = newFoo;