spring-loaded icon indicating copy to clipboard operation
spring-loaded copied to clipboard

Using SpringLoaded on Netbeans IDE

Open ESWBitto opened this issue 10 years ago • 5 comments

Hello,

I'm currently developing Alfresco sdk with netbeans, but I'm having issues where I am not able to use springloaded. It works well on eclipse, but I prefer to use netbeans if possible. Is there any documentation out there that gives step by step instructions on how to set it up correctly?

ESWBitto avatar Sep 28 '15 23:09 ESWBitto

I'm currently using maven, spring-loaded and netbeans together very well. Just add spring-loaded as a provided dependency (or tomcat plugin dependency) for maven to fetch it and add https://gist.github.com/ravshansbox/a5804d4cb1dab9361538 to project root folder(sibling to pom.xml).

ravshansbox avatar Oct 02 '15 12:10 ravshansbox

Ravshan,

What method would I use to provide the dependency? Would I just create the xml file or should I actually add a dependency? Are there any instructions on how to do this?

Josh

From: Ravshan Samandarov [mailto:[email protected]] Sent: Friday, October 02, 2015 5:16 AM To: spring-projects/spring-loaded Cc: Josh Bitto Subject: Re: [spring-loaded] Using SpringLoaded on Netbeans IDE (#150)

I'm currently using maven, spring-loaded and netbeans together very well. Just add spring-loaded as a provided dependency (or tomcat plugin dependency) for maven to fetch it and add https://gist.github.com/ravshansbox/a5804d4cb1dab9361538 to project root folder(sibling to pom.xml).

— Reply to this email directly or view it on GitHubhttps://github.com/spring-projects/spring-loaded/issues/150#issuecomment-145000984.

ESWBitto avatar Oct 02 '15 15:10 ESWBitto

I've created two project one with spring-boot + spring-loaded(https://github.com/ravshansbox/sbsl) and another with spring-web + spring-loaded(https://github.com/ravshansbox/swsl). Both setup to work with Netbeans IDE. Clone with git, open project with netbeans, right click -> custom -> spring-boot:run (or tomcat7:run).

ravshansbox avatar Oct 02 '15 19:10 ravshansbox

Ravshan,

Thank you for the links. I will definitely look at them! Quick question though…

I’ve created an alfresco project from eclipse and imported that project into netbeans. If I also import the projects you have created will spring loaded work for my project as well or do I still need to configure something?

Josh

P.S. Your help is greatly appreciated!

From: Ravshan Samandarov [mailto:[email protected]] Sent: Friday, October 02, 2015 12:32 PM To: spring-projects/spring-loaded Cc: Josh Bitto Subject: Re: [spring-loaded] Using SpringLoaded on Netbeans IDE (#150)

I've created two project one with spring-boot + spring-loaded(https://github.com/ravshansbox/sbsl) and another with spring-web + spring-loaded(https://github.com/ravshansbox/swsl). Both setup to work with Netbeans IDE. Clone with git, open project with netbeans, right click -> custom -> spring-boot:run (or tomcat7:run).

— Reply to this email directly or view it on GitHubhttps://github.com/spring-projects/spring-loaded/issues/150#issuecomment-145132648.

ESWBitto avatar Oct 02 '15 19:10 ESWBitto

Projects don't need for configuration in netbeans.

ravshansbox avatar Oct 03 '15 07:10 ravshansbox