Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: the answers

From: robert:muench:robertmuench at: 3-Apr-2001 8:54

> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of > laplace > Sent: Friday, March 30, 2001 2:06 PM > To: [rebol-list--rebol--com] > Subject: [REBOL] Re: the answers > I mean about Component concept, reusability with interface beetween > components and that works inside a browser (like flash for > example). If you want to offer an interactive chart for example , how
would
> you do if you don't have component ?
Hi, well there are two issues here: 1. Rebol/XYZ Browser plug-in-able I think this is a must-have to make Rebol the killer language. Think about being able to use the fat browsers as home for Rebol (SSL etc. can be used than) and have the user see a real nice interface inside the browser... no complaints like: Well, it looks nice but it's not standard, I want to use my browser... 2. Component concepts / protocolls Stuff like COM XYZ, JavaBeans, CORBA etc. are all component protocolls... and it's always a all-or-nothing concept. Mixing all these is very hard (if not impossible). So why use them? Just use the simple and straightforward concept like SOAP or Rebol, or whatevery ASCII readable format you wish. These can be translated quite easy. Robert