You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ds...@apache.org on 2016/03/23 00:02:37 UTC

svn commit: r1736257 - in /ignite/site/trunk: features.html features/datagrid.html

Author: dsetrakyan
Date: Tue Mar 22 23:02:37 2016
New Revision: 1736257

URL: http://svn.apache.org/viewvc?rev=1736257&view=rev
Log:
Added C++ and .NET to features page

Modified:
    ignite/site/trunk/features.html
    ignite/site/trunk/features/datagrid.html

Modified: ignite/site/trunk/features.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features.html?rev=1736257&r1=1736256&r2=1736257&view=diff
==============================================================================
--- ignite/site/trunk/features.html (original)
+++ ignite/site/trunk/features.html Tue Mar 22 23:02:37 2016
@@ -522,6 +522,44 @@ under the License.
                             </div>
                         </td>
                     </tr>
+
+                    <tr class="sub-heading">
+                        <th colspan="2" class="left">SUPPORTED PLATFORMS</th>
+                    </tr>
+                    <tr></tr> <!-- this empty row is required to change the background color-->
+                    <tr>
+                        <td class="features-left">Java & JVM-based Platforms</td>
+                        <td>
+                            <p>
+                                Ignite is developed predominantly in Java and provides native support for JVM based languages such as Scala.
+                            </p>
+                            <div  class="page-links">
+                                <a href="https://apacheignite.readme.io/docs/" target="docs">Docs for this feature <i class="fa fa-angle-double-right"></i></a>
+                            </div>
+                        </td>
+                    </tr>
+                    <tr>
+                        <td class="features-left">C#/.NET</td>
+                        <td>
+                            <p>
+                                Ignite.NET is built on top of Ignite. This allows you to perform almost all the in-memory data grid operations including ACID transactions, SQL queries, distributed joins, messaging and events, etc.
+                            </p>
+                            <div  class="page-links">
+                                <a href="https://apacheignite-net.readme.io/docs/" target="docs">Docs for this feature <i class="fa fa-angle-double-right"></i></a>
+                            </div>
+                        </td>
+                    </tr>
+                    <tr>
+                        <td class="features-left">C++</td>
+                        <td>
+                            <p>
+                                Ignite C++ is built on top of Ignite. This allows you to perform almost all the in-memory data grid operations including SQL queries, and distributed joins.
+                            </p>
+                            <div  class="page-links">
+                                <a href="https://apacheignite-cpp.readme.io/docs" target="docs">Docs for this feature <i class="fa fa-angle-double-right"></i></a>
+                            </div>
+                        </td>
+                    </tr>
                 </tbody>
             </table>
             <a href="#components">Top <i class="fa fa-angle-double-up"></i></a>

Modified: ignite/site/trunk/features/datagrid.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/datagrid.html?rev=1736257&r1=1736256&r2=1736257&view=diff
==============================================================================
--- ignite/site/trunk/features/datagrid.html (original)
+++ ignite/site/trunk/features/datagrid.html Tue Mar 22 23:02:37 2016
@@ -640,6 +640,30 @@ under the License.
                         </td>
                     </tr>
                     <tr>
+                        <td class="left">C#/.NET</td>
+                        <td>
+                            <p>
+                                Ignite.NET is built on top of Ignite. This allows you to perform almost all the in-memory data grid
+                                operations including ACID transactions, SQL queries, distributed joins, messaging and events, etc.
+                            </p>
+                            <div class="page-links">
+                                <a href="https://apacheignite-net.readme.io/docs/" target="docs">Docs for this Feature <i class="fa fa-angle-double-right"></i></a>
+                            </div>
+                        </td>
+                    </tr>
+                    <tr>
+                        <td class="left">C++</td>
+                        <td>
+                            <p>
+                                Ignite C++ is built on top of Ignite. This allows you to perform almost all the in-memory
+                                data grid operations including SQL queries, and distributed joins.
+                            </p>
+                            <div class="page-links">
+                                <a href="https://apacheignite-cpp.readme.io/docs" target="docs">Docs for this Feature <i class="fa fa-angle-double-right"></i></a>
+                            </div>
+                        </td>
+                    </tr>
+                    <tr>
                         <td class="left">XA/JTA</td>
                         <td>
                             <p>