summaryrefslogtreecommitdiff
path: root/praes/remoting.tex
diff options
context:
space:
mode:
authorguest <guest@cba7306a-a4a0-4afd-bcb4-bd19f8a24309>2007-11-30 13:41:25 +0000
committerguest <guest@cba7306a-a4a0-4afd-bcb4-bd19f8a24309>2007-11-30 13:41:25 +0000
commiteacbf5bb4d57af21c731f41251015d3b991ad490 (patch)
tree477f43a79c75b400228a7c492f670a1c4886b5c3 /praes/remoting.tex
final version, initial import
git-svn-id: svn+ssh://mecka.net/home/svn/rtcorba-thesis@1 cba7306a-a4a0-4afd-bcb4-bd19f8a24309
Diffstat (limited to 'praes/remoting.tex')
-rwxr-xr-xpraes/remoting.tex51
1 files changed, 51 insertions, 0 deletions
diff --git a/praes/remoting.tex b/praes/remoting.tex
new file mode 100755
index 0000000..a00057d
--- /dev/null
+++ b/praes/remoting.tex
@@ -0,0 +1,51 @@
+\section{Kommunikation zwischen C\#/.NET und CORBA}
+
+\begin{frame}
+ \frametitle{dotgnu}
+ \dots ist das bei TRUMPF eingesetzte portable .NET Framework.
+ \begin{block}{Eigenschaften}
+ \begin{itemize}
+ \item f\"ur viele Plattformen verf\"ugbar
+ \item Windows.Forms Klassen performant
+ \item sparsam im Umgang mit Resourcen
+ \item nicht so Umfangreich wie z.B. Mono
+ \end{itemize}
+ \end{block}
+\end{frame}
+
+\begin{frame}
+ \frametitle{L\"osungen}
+ \begin{block}{L\"osungen}
+ \begin{description}
+ \item[C\#TIDorb] C\# ORB des Morfeo-Projekts, noch nicht released
+ \item[J-Integra Espresso] IIOP, J2EE Anbindung \"uber .NET Remoting, closedSource (mono, MS VS)
+ \item[IIOP.NET] wie Espresso, aber openSource
+ \item[RemotingCORBA] \"ahnlich IIOP.NET, allerdings nicht gewartet, keine J2EE Anbindung
+ \end{description}
+ \end{block}
+\end{frame}
+
+\begin{frame}
+ \frametitle{n\"ahere Betrachtung}
+ \begin{block}{dotgnu Portierbarkeit}
+ \begin{description}
+ \item[IIOP.NET] fehlende Klassen in dotgnu
+ \item[RemotingCORBA] fehlende Klassen in dotgnu
+ \item[J-Integra Espresso] closedSource \dots
+ \end{description}
+ \end{block}
+ \pause
+ \begin{block}{Umfang}
+ \begin{description}
+ \item[IIOP.NET] Server und Client funktioniert mit mono
+ \item[RemotingCORBA] Client funktioniert mit mono
+ \end{description}
+ \end{block}
+\end{frame}
+
+\begin{frame}
+ \frametitle{Machbarkeitsstudie}
+ \begin{center}
+ \includegraphics[width=10cm]{../img/iiopdemo.jpg}
+ \end{center}
+\end{frame}