Author:halw

Date:2008-09-22T18:37:12.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@33 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2008-09-22 18:37:12 +00:00
parent 79d47f9a1f
commit 8af2d620dd
18 changed files with 53 additions and 88 deletions

View File

@@ -0,0 +1,5 @@
[[Property:title|Eiffel2Java class reference]]
[[Property:weight|0]]
[[Property:uuid|2cc96a02-8e55-3663-d0d5-0f2ec3ed4403]]
==View the [[ref:libraries/eiffel2java/reference/index|Eiffel2Java class reference]]==

View File

@@ -1,5 +1,4 @@
[[Property:title|Eiffel to Java Interface]]
[[Property:link_title|Eiffel2Java Tutorial]]
[[Property:title|Eiffel2Java Tutorial]]
[[Property:weight|0]]
[[Property:uuid|2d0fc62b-90e9-650b-2896-d92db66899c9]]
==Introduction==

View File

@@ -4,13 +4,7 @@
Type: Library <br/>
Platform: Any <br/>
See:
* [[Eiffel to Java Interface|Content]]
* [[Eiffel2Java Sample|Samples]]
* [[ref:libraries/eiffel2java/reference/index|Reference]]
==The Eiffel2Java Class Library==

View File

@@ -4,13 +4,13 @@
[[Property:uuid|6029d6d9-bb73-5c74-02f6-70d202a65ceb]]
== Interacting with software in other languages ==
* [[C externals|C externals tutorial]]
* [[C++ Externals|C++ externals tutorial]]
* [[CECIL|CECIL tutorial]]
* [[Eiffel2Java|Eiffel2Java]]
** [[Eiffel to Java Interface|Eiffel2Java tutorial]]
** Eiffel2Java class reference
** [[Eiffel2Java Sample|Eiffel2Java samples]]
===C, C++, and Java===
With EiffelStudio you can encapsulate routines written in C , C++ and Java. This makes it possible to use powerful libraries written in other languages while still benefiting from the use of Eiffel for the overall design of your system.
It is also possible to make Eiffel routines available to be called by these languages. So, you can augment existing systems written in other languages with extensions built with Eiffel.
===Microsoft COM and .NET===
In addition to C, C++, and Java, you may find it valuable to use Eiffel with other technologies like Microsoft COM and the multiple languages of Microsoft .NET. You will find information about interacting with these technologies in our [[Windows|Windows]] documentation book.
{{note|Put a reference to .NET and COM, as well as to external features syntax -Kwaxer 9/16/08 7:47 PM }}