Since VMWare made the Correct decision in getting involved with SpringSource
and indirectly with Grails.
It comes as a great Supprise that the "sts ide" is not installed via
"A Virtual...
Type: Posts; User: douglasv; Keyword(s):
Since VMWare made the Correct decision in getting involved with SpringSource
and indirectly with Grails.
It comes as a great Supprise that the "sts ide" is not installed via
"A Virtual...
<%@ page contentType="text/html;charset=UTF-8" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="layout" content="main"/>
<title>A Good...
Is the following possible?
vmware's guest on the host machine can speak directly to the "CPU' for time/memory allocation!
can you use their (code gizmo) to read the cpu's register's directly...
Also, after typing a $ , curly braces and any nested quotes etc
usually do not close, but the ide types the single keystroke,
if preceeded by a char you wouldn't expect that though
normally I've been getting stubs; controller, services, domain...
which is all that is expected
again in netbeans, for .gsp files you get
a full blown html stub file, waiting to be edited.
...
I removed the sts ide from my machine; windows 7 , 32 bit
it was unusable with Grails
I downloaded the latest sts ide from springsource site this past monday!
I'll try the next version,...
using say netbeans
if I type def user = {
}
if I type def user = and an opening brace , then hit enter,
I get the above syntax, my cursor blinking between the braces
opening a project created in sts 2.3 created 2 errors.
From Error Log:
1)- Unhandled event loop exception
2)- StructuredTextViewer.exception.verifyText
whenever I edit or create a controller...
see screen shot
using windows paint
Every Edit requires a trip to grails tools to "Refresh dependencies"
otherwise the editor understands nothing!
see attachment ,
unable to see g:textField
screen shot with windows paint
can't see g:form tag
see attachment
what's the next move?
when I create a gsp I get a blank page
where can I create a generic gsp template in the
sts 2.3 editor?
also , if I type a tag and close that tag, then hit enter, the editor only brings the...
Hitting the "shift+quote" key twice, would set the 3rd flag and give 3 quote pairs for grails
[QUOTE=Andy Clement;277357]> the string isn't closed is the point
After playing with it, I understood what you meant. When you type one you expect two to appear as with Java, I believe this is...
I imported a grails project in from netbeans
there was no option to convert it.
It however icon'd the project with errors
the string isn't closed is the point
when I did a -"shift+quotation"- only "One" quotation mark typed
I added the closing quote in the second screen shot, which happily
produced two quotes, as...
see attachment
when the integration test failed,
the resources.groovy tab opened
see attachments
also ,A unit test had name HotelStay
when I created an Integration test with same name, HotelStay,
the ide complained!
I re-installed sts 2.2.1
did the tutorial and it did not raise the issue
this time
I can't submit this edit until I create at least 10 words
can the editor create a live log that feeds Grails instantly?
I just installed sts 2.2.1, created the same project and all went well?
However , after running the integration test I had to double click the file
in the project window to get focus back in the...
I will look for the turorial.
Grails has a database, server, browser capabilty
imagine if it had it's own embedded editor gui
Talk about agile!
I was just creating a project from scratch, a tutorial that I have completed previously in netbeans.
I did this to familiarize myself with the sts ide.
Nothing out of the ordinary here.
Grails...
sts 2.2.1
grails-1.1.1
Editing UserController file,
sts editor (red x's) a line with tooltip "groovy unable to resolve class user"
domain User exists!
then I do a run-app
and the app works...