I gave up on using FB4 with STS and went with the stand alone. Will use Roo with STS as seperate install and IntelliJ for Grails. Way too may glitches.
Type: Posts; User: JGF; Keyword(s):
I gave up on using FB4 with STS and went with the stand alone. Will use Roo with STS as seperate install and IntelliJ for Grails. Way too may glitches.
I've been experiencing some issues in using the JOINED inheritance strategy using JPA within a Grails project and having problems with the dynamically created method count throwing an exception :...
There is no handler to execute for command org.eclipse.datatools.sqltools.sqlEditor.attachProfileAction
I've attached screenshots :
1) About STS: showing I'm using STS 2.5.0.M3 for the Mac
2)...
I've seen code like the stuff in the documentation here
http://static.springsource.org/spring-flex/docs/1.0.x/reference/html/ch02s04.html
where the property defining the mapping is odd.
ie.
...
There's a comment above mvc:annotation-driven that didn' make much sense to me:
It says:
<!-- Turns on support for mapping requests to Spring MVC @Controller methods
Also registers default...
Following along with this pages instructions:
http://static.springsource.org/spring-flex/docs/1.0.x/reference/html/ch06.html
Note running mvn clean install -P spring_3_0 against...
Sweet.
Had to remove my CATALINA_HOME environment variable, for mvn tomcat target (port 8080 conflict otherwise) and it worked liked a charm.
The tuckey urlrewriting that's going on with /app/...
I've had problems getting the correct version of STS 2.3.3.M1
So, I worked out how to do everything from the Roo shell and have a packaged war to deploy.
I've got the turnkey BlazeDS installed and...
I can confirm that unfortunately STS2.5.0.M3 does not work with Roo 1.1.0.M1
See
http://forum.springsource.org/showthread.php?t=91817
Off to download STS 2.3.3.M1!
Drat. I can't even see that...
I started building a project with
sts-2.5.0.M3-e3.6-carbon for Mac.
I'm also trying to do Flex integration per the Jeremy Grelle videos......
I take it you just mean updating a ROO_HOME environment variable?
Or is there more to it than this?
Found solution. See attachments
What I particularly liked about that example that it included some Spring Integration stuff in there too with the BlazeDS integration.
I'm also intrigued as to how you normally set your projects up...
There appear to be some predefined substitution parameters (a la GStrings/Velocity/JSP EL syntax) in the services-config.xml artefact whenever channel definition endpoint is defined.
The...
It would be cool if this could be included in the release notes.. (readme.txt) of spring-flex-1.5.0.M1 download.
It says. Quote:
Spring BlazeDS Integration requires Java SE 5.0, Spring Framework...
I thought I remember seeing a twitter.properties file in there... (Yep.. Circa 21:14 min through, it's there in package explorer of Java project). I'm assuming it's in the TwitterMessageCreator.java...
I downloaded latest build last night
blazeds-bin-4.0.1.17657
It contains a couple of wars
blazeds-spring.war
blazeds.war
Do you require both of these for the Spring/BlazeDS Integration, or just...
Hi Jeremy Grelle.
I was looking at the Roo/BlazeDS two part demo you did on Youtube:
http://blog.springsource.com/2010/07/14/introducing-the-flex-addon-for-spring-roo/
It mentions you were using...
http://s3.amazonaws.com/dist.springframework.org/milestone/FLEX/spring-flex-1.5.0.M1-dist.zip.sha1
Result reads:
NoSuchKeyThe specified key does not...
Ah that's a load off then... I'm was at my wits end.. Will give that a Whirl. Wish the Adobe guys had been clearer on this point :-)
Because the downloadable versions of STS are for newer releases of Eclipse and Flash Builder 4 is too far behind the curve.
According to FB4 download site, I need Eclipse 3.4.2 or 3.5 as a base....
I've tried doing the Eclipse Galileo 3.5 J2EE (Mac Carbon) install and follow the install from the update manager approach in order to try and get everything to work together.
The first snag I hit...
Will have a go at putting something together in coming week.
I looked at David Winterfeldt's example:
http://www.springbyexample.org/examples/simple-flex-webapp.html
It didn't seem to do much in the way of validation. Or offer any sage advice on doing this....
What became of Aurora? I don't see it on sourceforge, per URL in Pro Java Dev with SFW.
Hi jglynn.
Thanks for clarification. Your answer makes sense, since there is a related note on P502 of same book saying all Spring tags extend HtmlEscapingAwareTag. There is boolean property on tag....