DWS - Delphi Web ScriptDWS makes it possible for you to build your first CGI/ ISAPI/ NSAPI app within 5 minutes. Includes all you need to build a professional web application and supports native database connections. DWS was invented by Matthias Ackermann (Switzerland) and Hannes Hernler (Austria), based on Ackermanns TScript component. Advantages
With VCL-TdwsFunc and TdwsLib components you can add functions to the script language that are hard wired in eventhandlers in a compiled Delphi module (CGI, ISAPI, http server ...) where you can enhance or suppress access to anywhere. www.dwscript.com gives examples how DWS works in an ISAPI module on MS-IIS4.0 with database connection to Interbase 5.5 via IBObjects. |
|
The main script engine is a VCL component
TDelphiWebScript that is used similar to TPageProducer. A
HTML page with embedded scripts is loaded into
TDelphiWebScript and executed. The result string that is
generated by TDelphiWebScript is the content that is sent
back via webserver to the client - browser. The number of functions and procedures in the script dialect can be extended by adding TdwsLib components to your project. There are Libraries with disk file, database, maths, string support and many more. In designtime and runtime you can add functions and procedures to the script dialect. You simply insert some TdwsFunc components into your project and write eventhandler routines for the TdwsFunc.OnEvalEvent. PerformanceWhile the integrated script engine gives you flexibility for webpage design you get the performance you need by coding critical parts hardwired into your application. With VCL-TdwsFunc and TdwsLib components you can add functions to the script language that are processed by eventhandlers in the compiled Delphi module (CGI, ISAPI, http server ...) where you can enhance or suppress access to any resource. With your own set of TdwsFuncs, you can increase performance of database connections or critical code sections as it is possible on your plattform. SecurityThe basic DWS has not to be ready for all kinds of problems like other script languages so access to resources besides the varaibles in the script is restricted. If you need script access to any other resource you have to develope a distinct interface. Itīs easy to achieve with TdwsFuncs or custom TdwsLibs and makes security adjustable very fine. OpenSource ProjectWe want DWS to grow and become an excellent alternative to WebBasic dialects or unstructured hompage programming engines. This can only happen when DWS is stable and meets many distinct needs of different web applications. So DWS needs more developers than we are. For this reason we publish DWS according to the OpenSource License "Mozilla Public License 1.1". Please join our OpenSource Project! Free DWS ISAPI moduleFree DWS ISAPI is a compiled ISAPI module installable like MS ASP scripting engine (asp.dll) oder MS ServerSideInclude module (ssinc.dll). Implemented are functions of TdwsUtilLib and TdwsISAPILib but no file access (security). TdwsLibs and 3rd Party dwsLibrariesWe are still working on some more shareware/commercial TdwsLibs and encourage devlopers to present and sell their functions and libraries on www.dwscript.com DWScriptIDE - Integrated Development Environment for DWS dialectsDWScriptIDE is a script editor that lets you edit and
test your scripts in real time on your PC and preview the
results with a webbrowser. The editor controls show
colored tag/script highlighting, webpreview uses the
installed IE4+. |