Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/faq
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-08-01 01:12:47 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-08-01 01:12:47 +0400
commitf42bcd22d05fae22f6980437db52e588890d90aa (patch)
tree755e0d30be1843c954f375f94bd086caf3d4e2d0 /web/faq
parent889c3898605a830aa6af1f60b3a62788d189ee0f (diff)
Update to the FAQ.
Beautified the code. svn path=/trunk/mono/; revision=358
Diffstat (limited to 'web/faq')
-rw-r--r--web/faq9
1 files changed, 9 insertions, 0 deletions
diff --git a/web/faq b/web/faq
index 0b4d7394093..8afd5f78413 100644
--- a/web/faq
+++ b/web/faq
@@ -301,6 +301,15 @@ Q: Will Mono include compatibility with Bonobo components?
A: Yes, we will provide a set of classes for implementing and using
Bonobo components from within Mono.
+Q: Does Mono replace Bonobo?
+
+A: Bonobo is very focused on cross-application component reuse. Mono
+ will provide a Bonobo framework to allow you to develop Bonobo
+ components and use Bonobo components on Unix.
+
+ Mono should allow you to write Bonobo components more easily, just
+ like .NET on Windows allows you to export .NET components to COM.
+
** Mono and the Web
Q: Is Mono a way of running Java applets?