Re: Doubt about the development environment and Devcloud

2019-07-09 Thread Rohit Yadav
Subject: Doubt about the development environment and Devcloud Hi, I'm new to the mailing list and it's my first question. I'm masters student in computer science at the Federal University of Paraná (Brazil) and my research proposal involves developing a CloudStack plug-in. My initial difficulty

Re: Doubt about the development environment and Devcloud

2019-07-02 Thread José Flauzino
Got it. I had not considered that yet. I'll try. Thanks. Em 02-07-2019 11:03, Rafael Weingärtner escreveu: You set up a running ACS cloud as you would do for a POC/test, and then you enable the Java remote debug to connect it using your IDE. Then, you are able to inspect the execution flow in

Re: Doubt about the development environment and Devcloud

2019-07-02 Thread Rafael Weingärtner
You set up a running ACS cloud as you would do for a POC/test, and then you enable the Java remote debug to connect it using your IDE. Then, you are able to inspect the execution flow in runtime. Of course, changing code as you normally do in a small system in your IDE would not work. You would do

Re: Doubt about the development environment and Devcloud

2019-07-01 Thread José Flauzino
No... How does this work? I mean, what would the environment look like in this case? Em 01-07-2019 15:30, Rafael Weingärtner escreveu: Hey José, have you considered Java remote debugging? On Mon, Jul 1, 2019 at 3:29 PM José Flauzino wrote: Thanks for reply Tutkowski. Coincidentally I

Re: Doubt about the development environment and Devcloud

2019-07-01 Thread Rafael Weingärtner
Hey José, have you considered Java remote debugging? On Mon, Jul 1, 2019 at 3:29 PM José Flauzino wrote: > Thanks for reply Tutkowski. > Coincidentally I already saw this video (it helped me a lot). > But now my main difficulty is to deploy a development environment so I > can to run VMs. > >

Re: Doubt about the development environment and Devcloud

2019-07-01 Thread José Flauzino
Thanks for reply Tutkowski. Coincidentally I already saw this video (it helped me a lot). But now my main difficulty is to deploy a development environment so I can to run VMs. Em 01-07-2019 14:57, Tutkowski, Mike escreveu: I don't have current info on how to set up a dev environment

Re: Doubt about the development environment and Devcloud

2019-07-01 Thread Tutkowski, Mike
I don't have current info on how to set up a dev environment (someone else can provide this pretty easily, I suspect) as I haven't been writing CloudStack code the past six months, but I do have a video link you might be interested in regarding building plug-ins in CloudStack (from a

Doubt about the development environment and Devcloud

2019-07-01 Thread José Flauzino
Hi, I'm new to the mailing list and it's my first question. I'm masters student in computer science at the Federal University of Paraná (Brazil) and my research proposal involves developing a CloudStack plug-in. My initial difficulty is to deploy the complete environment so that I have the