Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Added section 'What's new in 1.1?' in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaia committed Jan 12, 2012
1 parent 0559710 commit 5a10122
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 12 deletions.
2 changes: 1 addition & 1 deletion doc/reference/src/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- auto-generated -->
<copyright>Copyright 2012 SpringSource</copyright>
<!-- auto-generated -->
<pubdate>Last Updated 1/26/2012</pubdate>
<pubdate>Last Updated 1/12/2012</pubdate>
<authorgroup>
<author>
<firstname>Arjen</firstname>
Expand Down
57 changes: 49 additions & 8 deletions doc/reference/src/introduction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,56 @@
idioms.</note>
</section>

<section xml:id="introduction-migrating-1.0">
<title>Migrating from 1.0</title>

<para>
Some API changes were made after 1.0. The file, 'breaking-changes.txt',
in the root directory of the distribution contains the full listing of
breaking changes made for 1.1.
</para>
<section xml:id="introduction-whatsnew-1.1">
<title>What's new in 1.1</title>

<para>Some API changes were made after 1.0. The file, 'breaking-changes.txt',
in the root directory of the distribution contains the full listing of
breaking changes made for 1.1.</para>

<para>Several new features have been added to 1.1 version. These new features include:
<itemizedlist>
<listitem>
<para><emphasis role="bold">Social ready!</emphasis>
<sbr/><ulink url="http://www.springframework.net/social/">Spring.NET Social</ulink> is an extension of the Spring.NET REST Client Framework
that helps you connect your applications with Software-as-a-Service (SaaS) providers such as Facebook and Twitter.
<sbr/>API binding for Twitter is actually available <ulink url="http://www.springframework.net/social-twitter/">here</ulink>.
<sbr/>Social projects are good examples of Spring.NET REST Client Framework usage.</para>
</listitem>

<listitem>
<para><emphasis role="bold">Task Parallel Library (TPL) support</emphasis>
<sbr/>Task-based asynchronous REST methods have been added for Frameworks supporting the new
<ulink url="http://msdn.microsoft.com/en-us/library/dd460717.aspx">Task Parallel Library (TPL)</ulink>
(Actually .NET 4 and Silverlight 5).
<sbr/><link linkend="resttemplate-operations-taskasync">Read more</link></para>
</listitem>

<listitem>
<para><emphasis role="bold">Testing framework</emphasis>
<sbr/>Allows you to easily test your RestTemplate based code with your favorite unit test Framework.
<sbr/><link linkend="resttemplate-testing">Read more</link>.</para>
</listitem>

<listitem>
<para><emphasis role="bold">Silverlight 5 support</emphasis></para>
</listitem>

<listitem>
<para><emphasis role="bold">Lightweight and simple JSON support</emphasis>
<sbr/><link linkend="http-springjsonconverter">Read more</link>.</para>
</listitem>

<listitem>
<para><emphasis role="bold">IResource abstraction from Spring.NET Core</emphasis>
<sbr/><link linkend="http-resourceconverter">Read more</link>.</para>
</listitem>

</itemizedlist></para>

<para>Please refer to the file 'changelog.txt' in the root directory of the distribution
for a complete list of issues resolved by this version.</para>

</section>

<section xml:id="introduction-licence">
Expand Down
5 changes: 2 additions & 3 deletions doc/reference/src/rest-client.xml
Original file line number Diff line number Diff line change
Expand Up @@ -516,9 +516,8 @@ template.RequestInterceptors.Add(new <classname>BasicSigningRequestInterceptor</
<section id="resttemplate-authentication-oauth">
<title>OAuth</title>

<para>This will be supported in a future version based on the
Spring.Social Java project. The implementation is based on <link
linkend="resttemplate-requestinterceptor">request interceptors</link>. </para>
<para>This is supported by the <ulink url="http://www.springframework.net/social/">Spring.NET Social</ulink> project.
<sbr/>The implementation is based on <link linkend="resttemplate-requestinterceptor">request interceptors</link>.</para>
</section>
</section>

Expand Down

0 comments on commit 5a10122

Please sign in to comment.