[http://Mel.RedOlive.com/images/mel.gif] '''RedOlive's Internet Application Framework''' Publisher's Website [http://Toolkit.Melify.com] ----- ''"If you like the idea of big corporations telling you how different the Internet is from conventional programming environments and why you should buy their stuff and have 10s of consultants on loan to you to get your job done? You are in a wrong place, click the 'back' button now!"'' ----- This work was inspired by the original work of Don Libes [http://expect.nist.gov/cgi.tcl] and funded by RedOlive Inc. where it's being used for their entire line of products and thanks for their permission to have it released to the public. [http://Mel.RedOlive.com/images/Network.gif] '''So what's this all about?''' 1. Very small footprint (a couple of megs including apache web server) with no administration and setup (can be setup in one minute flat! see the installation at the bottom). 1. No special hardware requirements. Run it on your notebook, at home or work. 1. Easy-to-learn Scripting Language [http://wiki.tcl.tk] 1. Rapid Application Development & Prototyping Backbone. Create an online application in a short few days. 1. You concentrate on the business goals and let the toolkit do the rest of work for you. 1. Perfect for Usability & Acceptance Testing. Why put up with ''low fidelity'' toys, when you can have a ''high fidelity'' application in a few days! 1. Programming Environment for Internet Application Development. 1. A Virtual Shared-Component Library for all your Internet Applications. 1. Learn and ''Re-Use'' your code from one application to another. 1. Build and Test ''Standards'' and ''Browser Compatibilities'' into your components and do not rely on individual developer's control. 1. Your very own Online Corporate Document Manager, free with this package. 1. If HTML is the assembly language of the internet, this toolkit is 4GL in comparison. 1. ''Saves you money and time''. 2-order-of-magnitude less code and an order-of-magnitude fewer people. 1. Emacs bindings for all functions. So you don't have to type too much. 1. Need 10 volumes of documentation & instructions? Donate it to your charity! ''batteries are included'' ''You are 2 clicks'' away from having your site up and running, really! '''Screen Shots''' 1. Document Manager Screen http://www.melify.com/images/wikit/docmgr.gif 2. Toolkit online Help http://www.melify.com/images/wikit/help.gif 3. Application Code Helper http://www.melify.com/images/wikit/help.gif 4. Remote Editing Capabilities http://www.melify.com/images/wikit/editor.gif '''The Environment''': You code your online application the way you normally program in TCL, C++ etc. Little or no knowledge of [HTML] is required. A pop-up Calendar for example is created with a single line of TCL code (about 1200 lines of [JavaScript] that you don't have to do). Your application code is about 2-orders-of-magnitude smaller, and you need an order-of-magnitude fewer people to develop it, and it is designed for extreme programming. ''Now that's "real" money and time in your favour.'' '''A Virtual Component Library''': The idea here is that you can keep your toolkit separate from your applications (re-use). When changes are made to the Toolkit, it becomes transparent to all applications. Say you changed the look of a notebook in the Toolkit, all applications using this widget will be affected automatically. The toolkit was inspired by Don Libes' (cgi.tcl). You may choose a separate server for the Toolkit or on the same machine that the application is running; the choice is yours. The toolkit is platform independent and makes heavy use of ''[Starkit]'' technology. Developers of applications can modify any page from a remote site after the initial delivery. Toolkit is self documented, all documentation of the code, examples and applications can be made available online for inspection and editing purposes. '''An Online Corporate Document Manager''': Is a demo to demonstrate the use of the toolkit and how to create a sophisticated internet application in 2-3 days. It is not complete, but %80 functional. I will complete it in due course and release is later on. Document Manager is about 1200 lines of Tcl code; I put it together in about 3 days. This work was originally done by a team of 5 people over the course of 6 months. You can develop an online application in days all by yourself. '''Another Nice Feature''': is that you can bundle your code into a [starkit] and hand it over to your web server for execution (that is the reason for the directory structure within the toolkit). Both Toolkit and your application are ''Starkit''able. You can also byte compile your code and release it with ''tbcload.kit'' file. '''Partial Listing of Toolkit Widgets & Components''': bookmark, calculator, calendar::1, calendar::2, center, countries, db::table, dialog::error, dialog::information, dialog::question, dialog::shell::1, dialog::shell::2, dialog::shell::3, dialog::warning, disable, divider::1, divider::2, divider::3, email, env, find, footer, form::2, form, groupbox::1, groupbox::3, hierarchy, labeled, listsort, macbutton, menu::h::1, menu::h2, menu::v::1, menu::v::2, menu::v::3, notebook::1, notebook::2, notebook::3, notebook::4, notebook::5, notebook::6, notebook::7, notify, phone, postit, quotation, rounded, search, playsound, states, steps, template::1, template::2, template::3, template::4, tree:, url:popup, ---- '''Toolkit is Self-Documented:''' ###################################################### ##### ###################################################### m::proc -public Contents::user { -directory:required -ufiles:required -udirs:required } { Any HTML code placed here will appear in the help section of your application } { Trace tk::form -name ACTION -callback Contents::actions:callback -guts { User::Content -directories $udirs -files $ufiles } } '''Persistent Data''': variables can be stored on any page and at any location. These variables can then be accessed from any other page. You can store Lists, Objects (serialized) and anything else. Save : tk::session::setAttribute -name "FirstName" -value "Susan" Restore : set fname[tk::session::getAttribute -name "FirstName"] '''Built-in RDBMS''': Get a List back: set result [tk::db::sqlite::query "select * from users" Get an array back: tk::db::sqlite::query:v -variable myvar "select * from users" ----- [Application Backbone] ---- '''Contact Information''': Please see Publisher's Website [http://tk.RedOlive.com] for Download and Instructions [Please read the disclaimer notice] ---- !!!!!! %| [Category Application] | [Category Database] | [Category Internet] |% !!!!!!