Search:

Type: Posts; User: JGF; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    21
    Views
    10,334

    I gave up on using FB4 with STS and went with the...

    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.
  2. How do you write an Integration Test for Grails/JPA code?

    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 :...
  3. STS 2.5.0.M3/JPA Project Setup & DataTools Sql editor problem

    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)...
  4. SimpleUrlHandlerMapping for Message broker syntax question.

    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.
    ...
  5. Replies
    0
    Views
    843

    Roo/Flex webmvc-config.xml comments

    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...
  6. Replies
    1
    Views
    852

    Test Drive issues I've noticed

    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...
  7. Replies
    5
    Views
    2,079

    Sweet. Had to remove my CATALINA_HOME...

    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/...
  8. Replies
    5
    Views
    2,079

    Spring Roo examples and BlazeDS deploying

    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...
  9. Replies
    6
    Views
    1,576

    I can confirm that unfortunately STS2.5.0.M3 does...

    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...
  10. Also had problem with changing Roo versions..

    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......
  11. Replies
    6
    Views
    1,576

    I take it you just mean updating a ROO_HOME...

    I take it you just mean updating a ROO_HOME environment variable?
    Or is there more to it than this?

    Found solution. See attachments
  12. Replies
    6
    Views
    1,576

    What I particularly liked about that example that...

    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...
  13. services-config.xml channel definition endpoints.

    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...
  14. Replies
    2
    Views
    1,941

    It would be cool if this could be included in 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...
  15. Replies
    6
    Views
    1,576

    I thought I remember seeing a twitter.properties...

    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...
  16. Replies
    2
    Views
    1,941

    BlazeDS 4 (Adobe) wars

    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...
  17. Replies
    6
    Views
    1,576

    Hibernate and the Roo Blaze demo

    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...
  18. Spring Blazeds-Integration 1.5.0.M1 SHA1 is messed up

    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...
  19. Replies
    21
    Views
    10,334

    Ah that's a load off then... I'm was at my wits...

    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 :-)
  20. Replies
    21
    Views
    10,334

    Because the downloadable versions of STS are for...

    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....
  21. Replies
    21
    Views
    10,334

    Getting STS to work with FB4 Install hiccups.

    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...
  22. Thanks for giving me a roadmap to follow.

    Will have a go at putting something together in coming week.
  23. How would you handle validation in a Spring/Flex app.

    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....
  24. Replies
    5
    Views
    7,312

    What became of Aurora? I don't see it on...

    What became of Aurora? I don't see it on sourceforge, per URL in Pro Java Dev with SFW.
  25. Replies
    2
    Views
    1,124

    Hi jglynn. Thanks for clarification. Your answer...

    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....
Results 1 to 25 of 39
Page 1 of 2 1 2