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

[REBOL] Re: No Don`t Leave Re: Re licence.key for SDK

From: gregg:pointillistic at: 28-May-2008 10:20

Hi Srini, SI> In ASP.NET there are server side control that make it easy to SI> develop web pages. Is there an equivalent in Rebol or does one SI> need to render web pages by throwing HTML code....... You need to generate the HTML. There is the BUILD-MARKUP function to help with that, and there is the RSP framework as well. SI> Is it possible to have a client user interface (VID / REBGUI) and access the SI> data over the net from a database kept on a web server? In such a case, the SI> data needs to be transported over HTTP or HTTPS. Is there an equivalent of SI> Web Services available in REBOL? In such a scenario, end users can have the SI> best of both worlds, Rich User Experience over the WEB. http://www.rebol.net/rs/ There is also Rugby, Maarten's brokering middleware. You can do pretty much anything you want with REBOL, but it often means rolling your own pieces, or working with not-quite-production- ready modules and such. -- Gregg