Hi Chema,
Thanks for the tip.
I was already using such a template, but for different things on a basic add-on... But you're right, it should also work with the ITD.
I am still wondering...
Type: Posts; User: radu19; Keyword(s):
Hi Chema,
Thanks for the tip.
I was already using such a template, but for different things on a basic add-on... But you're right, it should also work with the ITD.
I am still wondering...
Hi,
gvNIX looks indeed great. For SAP cloud service you might also give a try to the 2 add-ons which were previously mentioned:
http://sapnwcloudlabs.github.com/nwcloud-roo-addon/ (for deployment...
Hello,
I am creating an advanced Spring Roo add-on and I need to place inside the created ITD something like:
declare precedence: X, Y;
I have tried to append custom data, using...
Hi!
There are two different questions here.
So, in order to edit the "show" method, you indeed have to copy (or create a new one with the same name) on the controller java file. Beware to...
Hello everybody,
We want to announce the first release of the addon for connecting to SAP Gateway systems.
The addon can be found here: http://sapnwcloudlabs.github.com/nwcloud-roo-gwaddon/ .
...
Hi Ken!
Thanks for getting involved. I have found a way, which I am describing below:
In the MethodTarget class there is a method getRemainingBuffer(), which returns the content of the current...
Hi krimple,
Thank you for your answer, but I have to contradict you a bit. If you have a look at the CloudFoundry add-on, you will see that they are building a list dynamically. Also, the JavaType...
Hello everybody,
I am trying to build a roo add-on, and one of the commands should accept a special parameter. It is special in the sense that I want to choose from a generated list of items (not...
Hello Laurent,
Many thanks for your explanations. They were very useful.
Best regards,
Radu
Hi all,
I am using roo for different experiments for the past half a year, and recently I came to the point where I need to create some add-ons.
While the simple add-ons seem quite clear (I have...