Results 1 to 4 of 4

Thread: Gaijin Studio 0.9.3 for Spring Web Flow Released

Hybrid View

  1. #1
    Join Date
    Oct 2004
    Location
    Atlanta, GA
    Posts
    38

    Default Gaijin Studio 0.9.3 for Spring Web Flow Released

    Version 0.9.3 was released today along with updated docs. I have the phonebook sample app working in Gaijin and will be uploading that ASAP. Here is the feature list..

    Code:
    Overview
    
    Gaijin Studio extends the Eclipse IDE to facilitate building applications 
    based on the Spring Web Flow framework. Gaijin provides an environment for 
    creating and configuring web flows to build a web application. It includes 
    a web flow editor which allows an application to be modeled visually and 
    stored as XML metadata. Template-based code generators use the metadata to 
    generate the web flow builder, configuration, and supporting classes. This 
    reduces the amount of time needed to develop an application and allows 
    detailed documentation to be generated from the metadata.
    
    Project Creation Wizard
    
    (+) Creates Eclipse project structure for a Spring Web Flow project. 
    (+) Establishes classpath container for libraries expected on the application 
        server classpath. 
    (+) Copies application libraries into project and adds them to the Eclipse 
        project classpath. 
    (+) Generates web descriptor including entries for Spring components needed to 
        allow the Web Flow application to function. 
    (+) Optionally, creates an empty applicationContext.xml file and maps the file 
        into a Spring IDE configuration set. 
    (+) Generates a simple Ant build script for building WAR based on project settings. 
    
    Other Features
    
    (+) Web flow editor allows for drag-and-drop creation of a flow diagram using 
        the various flow states provided by the Spring Web Flow framework.
    (+) An integrated Eclipse builder uses metadata from the flow diagram to generate 
        the flow builder, configuration files, and other supporting classes.
    (+) Gaijin supports grouping of related web flows into web flow groups. Each web 
        flow group has its own dispatcher and configuration files. A default properties 
        file is created for each group and mapped automatically as the message source 
        for the group. All groups share the beans provided by the root context as well 
        as having a separate context configuration for components used only within 
        that group.
    (+) Gaijin Studio is fully integrated with the Spring IDE plugins which are included 
        in the standard distribution. Spring IDE configuration sets are used to specify 
        the group of configuration files that makes up the root context. The Spring IDE 
        plugins also provide syntax highlighting of the config XML files and a graphical 
        view of context bean relationships.
    Check it out at http://gaijin-studio.sourceforge.net and let me know what you think!

  2. #2
    Join Date
    Sep 2004
    Location
    Leuven, Belgium
    Posts
    1,853

    Default

    Excellent!

    I've put a link to the Gaijin Studio site on the SWF Wiki.
    Looking forward to trying this out this weekend!

    Erwin

  3. #3
    Join Date
    Oct 2004
    Location
    Atlanta, GA
    Posts
    38

  4. #4
    Join Date
    Apr 2005
    Location
    Cincinnati, OH
    Posts
    1

    Default Amazing!

    I can't wait to start working with this over the weekend. I wish I could write things like this :-P

Similar Threads

  1. FlowExecutionStorage in a DB
    By cacho in forum Web Flow
    Replies: 7
    Last Post: Oct 19th, 2009, 03:36 PM
  2. Gaijin Studio for Spring MVC 0.9.2 Released
    By dadams in forum Announcements
    Replies: 8
    Last Post: May 30th, 2007, 10:48 PM
  3. Hibernate Long Session Per Flow?
    By akw in forum Web Flow
    Replies: 21
    Last Post: Dec 12th, 2005, 08:06 PM
  4. Is a 'singleton' flow a bad idea?
    By akw in forum Web Flow
    Replies: 4
    Last Post: Oct 6th, 2005, 01:16 AM
  5. Spring Web Flow - Preview 1 Released
    By Colin Sampaleanu in forum Announcements
    Replies: 13
    Last Post: Apr 6th, 2005, 07:22 AM

Posting Permissions

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