Results 1 to 9 of 9

Thread: Flex4+Spring3+SBI+BlazeDS4+Maven+Eclipse

  1. #1

    Default Flex4+Spring3+SBI+BlazeDS4+Maven+Eclipse

    Hello,
    Can some one point me to some documentation, where I can find the maven artifacts by which I can creates a Flex4, Sprring3.0, SBI (Blazeds4) projects and import them to eclipse IDE and able to debug them as well.

    Thanks in advance

    Matt
    Matt 'M

  2. #2

    Default

    Hello anybody out there?

    Thanks
    Matt
    Matt 'M

  3. #3
    Join Date
    Apr 2005
    Location
    San Francisco, CA
    Posts
    1,224

    Default

    If you're looking for an example of this that uses the latest production release (SBI 1.0.3), then the closest thing would be the Spring 3.0 version of the Test Drive:

    http://static.springsource.org/sprin...e.html#samples

    It's a good starting point, but you would have to tweak the dependencies to pull in Flex 4 and BlazeDS 4.

    Alternatively, if you don't mind living a little more on the edge, the absolute fastest way would be to use the new M1 releases of SBI 1.5 and the Flex Addon for Spring Roo:

    http://static.springsource.org/sprin...tml/#flexaddon

    The 'flex setup' command will configure the pom with all the necessary configuration for BlazeDS 4 and Flex 4, plus it will add the right metadata for Flash Builder.
    Jeremy Grelle

    Staff Engineer, Web Products Team
    SpringSource

  4. #4

    Default

    HI Jeremy,
    I tried your step two. I'm getting the following error.


    Code:
    Command 'flex setup' was found but is not currently available  (type 'help' then ENTER to learn about this command)
    Looks like I have to somehow specify to Roo about the BlazeDS 4.0 info!

    Any ideas?

    Thanks in advance!

    Matt
    Matt 'M

  5. #5
    Join Date
    Apr 2005
    Location
    San Francisco, CA
    Posts
    1,224

    Default

    You haven't set up the basic Java project yet. You need to do that before adding the Flex capabilities. Note that in the Spring Roo shell, you can hit the TAB key and it will tell you what commands are actually available at any given time. There is a sample project script that comes with the distribution, as indicated in the docs, that demonstrates a typical workflow.

    It sounds like you need to get a basic understanding of Spring Roo...start at the project page:
    http://www.springsource.org/roo
    Jeremy Grelle

    Staff Engineer, Web Products Team
    SpringSource

  6. #6

    Default

    Hi Jeremy,
    Thanks for the reply! Well gave my self a crash course on maven, AspectJ, and ROO. (Almost a semi expert ).

    Going to try Roo for generating the project!

    Thanks a lot for pointing me to the right direction!

    Thanks
    Matt
    Matt 'M

  7. #7
    Join Date
    Apr 2005
    Location
    San Francisco, CA
    Posts
    1,224

    Default

    Cool. You might want to also check out the screencast I just published today:

    http://blog.springsource.com/2010/07...or-spring-roo/
    Jeremy Grelle

    Staff Engineer, Web Products Team
    SpringSource

  8. #8

    Default

    Hi, i think that you are looking for something like this.

    http://java.dzone.com/articles/enter...lex-4?page=0,0

    Really, i think that it is gold for me. I expect that for you too.

    Thanks
    Guillermo from Argentina.

  9. #9
    Join Date
    Feb 2009
    Posts
    135

    Default Template project

    Hi, I am also looking for SBI template project. Similar to Spring MVC Project Template.
    Now I am just following a combined Flex/Java project setup (which we do using Flex builder 3)
    I have no idea on maven, ROO etc... But STS is providing maven support within IDE, and I read few stuff about maven and it advantages and thought to give it a try.
    I embedded Flash Builder 4.6 into STS and tried creating a Flex/Java combined project and converting to maven project and many more other ways. But I am unable to get the right setup.
    I request Jeremy, to put up a template project. So it would encourage more number of people like me to kick start the project.

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •