On December 17, 2020, we hosted the live stream ‘Java, Containers and IntelliJ IDEA’ by the amazing Elder Moraes, RedHat Developer Advocate, Java Champion, Board member at Sou Java, and author of multiple books on Enterprise Java.
The code and presentation used in this live stream by the speaker can be accessed using this link. Elder’s presentation also includes a great comparison and summary of the tips that he demonstrated in his live demonstration.
Session details
In this live stream, Elder addressed four main issues – long build times for Docker images, large image sizes, maintainability
Geekycoder says:
April 28, 2009It’s great to see Intellij continue to innovate and improve on existing framework support.
Is there any Maia’s roadmap ?
Considering that Maia will be likely out next year, is there plan to include JavaFX and Android support ? The new mobile technology support is currently lacking in Intellij.
Shponter says:
May 27, 2009That’s fantastic!
But why does controllers icons look like pills? 🙂
Jim COok says:
June 25, 2009Not just pills, but pills with a martini glass! Cool.
cazacugmihai says:
June 26, 2009Thanks for the grails improvement!
Al says:
July 2, 2009Pills…. It was codehaus inspired 😉
Todd says:
July 7, 2009I guess this is nice, but I would prefer energy spent on Grails to be in these areas:
1. groovy code navigation
2. *useful* groovy code completion
3. groovy and gant debugging
This last one is a real PITA. Have you had the pleasure of building a grails app and then attempted to diagnose build errors? I have. This is where it all breaks down. With code navigation broken, it’s hard to trace thru all the gant build files, breakpoints may be triggered, but then you can’t step thru the code. And of course, groovy code completion yields a mishmash, nothing of which is what you might expect.
chris bedford says:
October 30, 2009Hi, Intellij guys…
I am going to try Maia —
What I’m hoping to see is:
* complete refactoring support for Groovy –
– ability to copy a class,
– ability to move methods from one class to another.
– ability to see the output of integration tests go to the console as the test is
executing. It is a REAL PITA to only be able to see integration test
output by going to test/reports directory after the fact.
Thanks for all your good work so far supporting Groovy / grails
– chris bedford
build lackey @ large..
Ashley says:
November 25, 2009Never mind for asking this question, what does Grails actually do. Is that a platform to make the projects?
Dirk says:
December 2, 2009Hi!
What does my project need to get this “Grails View?”.
I have a grails project but it is not recognized as such. Up to version 8 it was possible to apply a grails facet. That option is gone now.
The grails facet is also not auto detected.
Regards,
Dirk
Brian says:
December 11, 2009Why are the grails views (.gsp) files not present in this view?
And the same goes for the i18n files..
Arek says:
December 16, 2009I have the same problem as Dirk. I cannot set the grails after I import grails project to Intellij 9. Creating a grails application from scratch doesn’t help. It doesn’t generate grails files in grails-app etc, just src folder. When I import a grails project with some views, controllers and domain classes it won’t even compile in Intellij.
Arek says:
December 17, 2009Why double click doesn’t open a file in grails view? For example when I double-click on controller it shows a list of method, when I double-click on controller method it shows a corresponding view. I can open the view by double clicking on it but I don’t know how to open the controller. I figured out that I can right click and choose “Jump to Source” but it is not very convenient.
Encinas says:
December 22, 2009Arek, I had the same issue. To open the controller I’m clicking at the top bar (the breadcrums).
yull says:
February 23, 2010hi
same problem as arek and dirk.
how to enable that grails stuff in intellij?
thanks
Hussain says:
February 28, 2010Having same problem as dirk … any solutions yet
Thanks.
Mick Knutson says:
March 4, 2010How do I change the GRAILS_HOME in IDEA? I was asked when I created the project, but now I upgraded from 1.2.0 to 1.2.1
arimus says:
March 8, 2010Had this problem even going back to old Idea builds. I was able to fix this by:
Deleting the existing projects .idea, *.iml files.
Create new project
Import Grails App with Existing Sources
Select JDK & Select Grails SDK
Using 9.01 again
Not ideal, since you lose project settings. However in my case, it was better than the alternative. I kept getting some CSS NPE errors in the newer build anyways.
obet says:
April 27, 2010@arimus : thanks for your help..
Sigma Infosolutions says:
August 4, 2010Hi ,
My Problem is that I am using grails Weceem CMS Plugin .
I want to combine Jsecurity plugin with this weceem cms plugin.
how to do it ?
Please help me to find the solution.
Regards
DINESH T