Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Spring Roo 1.1.2 Released

  1. #1
    Join Date
    Dec 2005
    Posts
    930

    Default Spring Roo 1.1.2 Released

    We're pleased to announce the release of Spring Roo 1.1.2 (download here). Spring Roo is a rapid application development tool for Java, allowing you to create full enterprise applications in just minutes.

    This new release contains over 200 enhancements, new features and fixes since the 1.1.1 release last month. Some of the highlights include:



    As always, we've produced upgrade notes to help you move to this new version. These notes and the reference guide are also included in the download ZIP file.

    If you have any questions on this new release, please feel free to ask the Spring Roo engineering team on the community forum. We're also available on Twitter - just include #SpringRoo in your tweets.

    We hope you enjoy this new release.
    Alan Stewart
    Spring Roo Committer
    twitter @alankstewart

  2. #2

    Default

    really.....its very good news.....i think it will be good not like 1.1.1

  3. #3
    Join Date
    Jun 2010
    Posts
    440

    Default

    Congrats to the Roo Team for scoring another big win...

    I've been since 1.1.0M1 and always Roo Team delivered their best.

    Their always issues on any piece of software and always room for improvement.

    I am grateful to this fantastic tool.


    B Roogards
    jD
    https://pragmatikroo.org/showcases
    http://pragmatikroo.blogspot.com/201...ve-jquery.html

  4. #4
    Join Date
    Sep 2009
    Posts
    13

    Default

    Congrats for the release. Great work!

  5. #5
    Join Date
    Jul 2010
    Location
    Ottawa, Canada
    Posts
    19

    Default

    The Spring Documentation page needs to be updated.
    http://www.springsource.org/documentation

  6. #6

    Default

    If I want to use json/xml rest controller, I still need to config as previous version? Or it is default supported now? Any new blog or guide or document telling this part?

    Eagerly need this feature and Thanks a lot!!

    ps, now in 1.1.1, I need add below to applicationContext.xml:
    =====
    <bean class="org.springframework.web.servlet.view.Conten tNegotiatingViewResolver">
    <property name="order" value="1" />
    <property name="mediaTypes">
    <map>
    <entry key="json" value="application/json"/>
    <entry key="xml" value="application/xml"/>
    <entry key="html" value="text/html"/>
    </map>
    </property>

    <property name="defaultContentType" value="text/html"/>
    <property name="ignoreAcceptHeader" value="true"/>
    <property name="favorPathExtension" value="true"/>

    <property name="defaultViews">
    <list>
    <bean class="org.springframework.web.servlet.view.json.M appingJacksonJsonView">
    <property name="renderedAttributes">
    <set>
    <value>datainfo</value>
    <value>dataInfo</value>
    <value>datainfoes</value>
    <value>userinfo</value>
    <value>userInfo</value>
    <value>userinfoes</value>
    </set>
    </property>
    </bean>
    <bean class="org.springframework.web.servlet.view.xml.Ma rshallingView">
    <property name="marshaller">
    <bean class="org.springframework.oxm.xstream.XStreamMars haller">
    <property name="autodetectAnnotations" value="true" />
    <!-- Comment below, using modelKey instead.
    <property name="supportedClasses">
    <list>
    <value>java.util.List</value>
    <value>com.domain.DataInfo</value>
    <value>com.domain.UserInfo</value>
    </list>
    </property>
    -->
    </bean>
    </property>
    <property name="modelKey" value="datainfo;dataInfo;datainfoes;userinfo;userI nfo;userinfoes"/>
    </bean>
    </list>
    </property>
    </bean>

  7. #7
    Join Date
    Jan 2010
    Location
    Mislata - Valencia - Spain
    Posts
    162

    Default

    Congratulations and thanks
    Mario Martínez Sánchez
    Project Manager & Software Architect
    --------------------------
    Disid Technologies S.L.
    http://www.disid.com
    --------------------------
    gvNIX
    http://gvnix.googlecode.com
    http://www.gvnix.org

  8. #8
    Join Date
    Aug 2010
    Posts
    7

    Default There in Preferences Roo Support but STS 2.5.2 claims it can find it

    Version: 2.5.2.RELEASE
    Build Id: 201101081000

    Mac OS 10.6

    Preferences Spring Roo Support identifies the selected release as
    1.1.2.RELEASE [rev fbc33bb]

    Yet when I open an existing project, having followed the directions in Upgrading To Any New Release

    and try to open a Roo shell from within STS the claim is
    No valid Spring Roo installation configured. This occurs whether I check the new Roo release or the 1.1.1.RELEASE

    Another item of potential interest - when I open the existing Spring Roo project and then click on the Open Roo Shell for Project, instead
    of there being the displayed in the pop-up window, there is a blank to the right of the empty check box.

    Ideas?

    Thanks!
    Last edited by carcarx; Feb 28th, 2011 at 10:38 AM.

  9. #9
    Join Date
    Mar 2011
    Location
    Trinidad
    Posts
    2

    Default no valid spring roo installed

    To Solve this problem you have to right click on the project name in package explorer and select properties. Then expand Spring >Roo Support. Ensure that under "Roo Installation:" you select the correct installation from the drop down box.

  10. #10
    Join Date
    Aug 2010
    Posts
    7

    Default

    Tried that multiple times. Ultimately I had to remove the installation and reinstall. That solved the problem.

    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
  •