In the Play! framework source for the main method in Server.java I found these two lines: File root = new File(System.g开发者_StackOverflowetProperty(\"application.path\"));
I am using KSoap2 for calling web-services for my Android app. I am using following code to call the web-service.
I\'m wondering what is the best way to retrieve nested properties in Groovy, taking a given Object and arbitrary \"property\" String.I would like to something like this:
Is thi开发者_如何学运维s possible and if, how? item.foo = \"moo\" def x = \"foo\" item.[x] = \"moo\"