-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 12 January 2003 07:15 pm, you wrote: > That's not to say there's something wrong with those methods, but > perhaps they aren't used as much. The core WebKit functionality really > is pretty stable and reliable. If you really do want to use these > particular methods I'm sure fixing those problems won't be very hard. I > don't think you'll encounter such problems continuously. Once you've > developed your style for Webware, you'll be using the same (Webware) > functionality over and over and probably encountering very few bugs.
See my very last post, which includes the archive of the project I am working on. Considering what I am trying to do using includeURL and forward make a bit more since. Mainly: 1) Page design should have almost nothing to do with logic, except for basic display logic. 2) Actions should have little to do with the actual page. With actions you are usually trying to do something like manipulate data... or something to that effect. By having the action seperate from the page... it makes things a lot simpler. Not only that, but you can have multiple front ends to the same action. 3) Layout and navigation should be as reusable as possible 4) Security should be easy to use, but effective. For example... to require authentication on a page, you just extend the SecurityMixin before anything else... and security is handled for you. (I will eventually make this work for actions too.) So with these things in mind... an action (Adding a row to the database for example) should not know anything about actually displaying content to the user. So the action forwards the request to a page designed with this in mind. - -- Luke Holden eBI Solutions Main: (949) 387-5182 Email: [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+IjLt3q5xXfLZTQkRAm8yAJ92YS2kT3YzDTNGhAYtkm62pbTIHACgpNz+ uBj30nw8p0tCAlGsfWy64Xk= =D/LM -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel