Do not know why this (appended method from SomeActionBean.java) does not work on Google app engine? Localy everything runs perfect. Any idea where to look for solution?
I\'m just playing with the metaclass programming in Groovy. But suddenly I was facing a little problem which I just could not get working...
I have an older application running Ruby on Rails 2.2, and I\'m having trouble getting a gem to work because it can\'t find the current environment with Rai开发者_Go百科ls.env:
Assuming i have a class that implements several methods. We want a user to chose to which methods to run among the exisiting methods or he can decide to add any method on_the_fly.
I have a destroy() method which is called before my thread is coming 开发者_高级运维down. def destroy(self):
Hi I have looked without success for the answer to this. Am trying to flip views o开发者_如何学JAVAn iphone app. Rather than using the usual iOS3 methods I want to use block methods to animate the tra
This is a terminological question, which makes it hard to ask! Let me give an example.Suppose I am writing a symbolic-differentiation algorithm.I have an abstract class Exp that is a superclass of a
So I have a little app I am working on that scrapes comics from the web and displays them on my phone.Nothing fancy, just using it to learn the ropes.The function called comicReload(); does most of th
HI I try to build some dynamic defined methods and chain some scope methods something like: define_method \"#{instance_name_method}\" do
I have a class (let\'s call it A) that is extended by several children class (B, C, D, etc.). In eac开发者_JS百科h child class, there are specific methods that I\'d like to be accessible from an ins