Looking to download GGTS (Groovy/Grails tools suite) IDE but I'm getting 404 page.
https://spring.io/tools/ggts/all/
https://spring.io/tools/ggts
Does someone know another place to download GGTS suite
You can use Spring Tool Suite(STS) also by setting Grails SDK.
Also now Netbeans also support for groovy so you can check with it also.
Intellij Idea is the best universal option for all.
BTW you can refer this answer for downloading GGTS.
Hope this will helps you.
Related
I'm using Netbeans for my project with grails, but I'm having a problem with the grails commands, but I keep getting this message:
https://s12.postimg.org/713mrxofx/Sem_t_tulo.png
Does anyone know how to fix it?
thanks!
IMO, Netbeans is only good for Java. Grails support in Netbeans is buggy, immature, and painful. I tried it few months back, then gave up, and ended up setting Grails in my Emacs -- I don't like Eclipse. So, I would suggest you do the same; switch to some other IDE for Grails, at least.
IntelliJ has a good support, but community version doesn't have it; few are using that, nonetheless.
Try Eclipse, it has better Grails support than Netbeans.
I would like to know about Grails Framework. When I search grails tool suite to download,i just can find 'Based on Eclipse'. Is there anything for Netbeans IDE? Can I use Grails framework on Netbeans IDE?
Yes, You can use NetBeans 6.5 or above versions which support Groovy/ Grails development. NetBeans comes with a Groovy editor with various integrated tools and offers features like code completion, providing name of dynamic methods for grails domain and controller class. It is light and offers great functional features.
Check this link
http://grails.github.io/grails-doc/latest/guide/gettingStarted.html#ide
Also you can take help from book Grails in Action to know more about Grails framework and how to develop applications using it.
IMHO JetBrains IntelliJ IDEA is the best IDEA for Grails and it blows all other IDEs out of the water. Although you have to pay $199 for the license, it is definitely worth the $$$.
If you are a student you can get the Academic license for free :).
I am using Grails 2.3.3 and IntelliJ ultimate 12.1.6 on my Vista 32 machine.
I used grails command line to create a new app and then added spring security and spring security ui. My BuildConfig.groovy plugins section contains
compile ":spring-security-core:2.0-RC2"
compile ":spring-security-ui:1.0-RC1"
I ran
grails s2-quickstart
grails s2ui-override auth
grails s2ui-override register
My generated RegisterController looks like this:
class RegisterController extends grails.plugin.springsecurity.ui.RegisterController {
}
the grails.plugin is red and unresolved and no matter what I try I can't get IntelliJ to resolve grails.plugin
Grails compiles and runs the app without issue, and if I override methods I find in the source code for the spring ui RegisterController they are correctly wired in to the app, but I can't even compile from intell and I can't get intellij to help me override code.
I thought maybe creating the project outside of IntelliJ was an issue so I created a new Grails project using the IntelliJ interface, the plugins still do not resolve.
I tried adding the plugins as runtime with no success.
I have spent the afternoon and evening researching this with no success. There are questions similar to this with major versions 10 and 11 of IntelliJ but nothing current, so I am resolved to asking for help to get IntelliJ to recognize the Grails plugin classes. I can post an entire small sample project if necessary.
Thanks.
Dave
I often have this issue when I place a new plugin into my BuildConfig.groovy, but not typically when I add a jar dependency.
I resolve it by doing the following in the menu: Tools > Grails > Synchronize Grails Settings
You can tell whether or not a plugin is synchronized in IDEA by navigating in the Project view to grails-app > target > work > plugins. Each synchronized plugin with have a tiny blue square over the bottom right corner of the directory icon. If it doesn't have that icon, it isn't synchronized with IDEA properly.
Using IntelliJ 13.1.5 and Grails 2.4.3 with Maven there is an issue with 2 different groovy-all jars being pulled in by the IDE.
The way to resolve it is to go to Module Settings and under both the project and projectGrialsPlugins modules modify the User Grails library entry. Click the edit button(pencil) and remove the groovy-all.2.3.3.jar from the project.
Remember if you close the project and reopen it those settings may need to be reapplied.
I created a Vaadin 7 project in Eclipse Kepler for Java EE. I am having difficulty in opening the Vaadin Visual Designer. I am using Win 7 64 bit, Java JDK 7, Vaadin plugin for eclipse, IveDE, Apache Tomcat 7.
The source tab for the visual designer is accessible but the Design tab is not available at the bottom left corner. Anyone faced this issue before? I might be missing some files, but I tried updating eclipse and resolved Ive without any change.
Please advice. Thanks in advance for the help.
It is the same issue as described in this post,
https://vaadin.com/forum#!/thread/3655464
Found the workaround, at http://dev.vaadin.com/ticket/12141
add this to the ecilpse.ini file
-Dorg.eclipse.swt.browser.XULRunnerPath=C:\
However I still get a pop up message in eclipse saying that is cannot detect XULRunner 1.9
Any suggesstions?
Thanks in advance.
Did you update the path to your actual xul runner location? For example, if you extracted the archive directly to C:, your path will look like this:
-Dorg.eclipse.swt.browser.XULRunnerPath=C:\xulrunner
You probably don't have all the xul runner files directly on C:.
I am not sure the Vaadin Plugin for Eclipse installs the xulrunner by default. I say this because on this blog Using Vaadin Eclipse Plugin under Win7 x64 I found xulrunner installment listed as a required step.
Just add to the eclipse.ini this:
-Dorg.eclipse.swt.browser.XULRunnerPath=C:\xulrunner\xulrunner.exe
Eclipse will show an error, just ignore that as designer will be working then.
I am actually developing a plugin for redmine, Currently using netbeans 6.9
(OS: Linux)
But the problem i am facing is to get the changes i have manually restart the redmine server from console.
Is there a better IDE/ Configurations? Any one who has worked in same area, can provide some guidance?
Also i would like to know how to run Redmine server in development mode, so that it eases the development process.
Any suggestions/Directions would be helpful, appreciated.
Thanx in advance.
Well i can recommend you using RubyMine as an IDE from my personal experience. It is an excellent IDE with a lot of new features.
you can download it for free from the link given below
http://www.jetbrains.com/ruby/