![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
switch to small subroutines that the interactive web requires |
#2
| |||
| |||
|
|
Peter McMurray wrote: switch to small subroutines that the interactive web requires The issue isn't generally with "small" code. *Your code can be too small. *Such concepts are at the heart of decisions about multi-tier architectures. I thought I'd create a new thread to expand on this topic. *I started by posting both Part 1 and Part 2 of a blog series called "MV to the web". nospamNebula-RnD.com/blog/tech/mv/2011/08/mv2web1.html nospamNebula-RnD.com/blog/tech/mv/2011/08/mv2web2.html (copy/paste URL to your browser starting at Nebula) I'll address Peter's quote briefly here, but expand more in Part 3 or 4 of the blog series. In short, if your server-side code is too small and all you have is a client and a server, then you're just going to have a chatty application with a lot of network traffic. *Since the network can be the slowest component in the environment, your effort to make your code small and efficient has just doomed your application to being slow and network bound. You can create a robust and versatile environment with judicious use of modular (yes, "small") coding, effective state management, use of multiple tiers, and even asynchronous processing (not related to AJAX). *I hope the blog will serve to drive discussion on these topics. T |
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
|
The web is a paradigm change, and you can't take your typical pick type of data entry form and design in which you have hundreds of little tiny routines that get called for each particular field or text box as you edit you way thought his form since as noted the web has that "delay" issue built in. So, you thus must adopt designs that avoid those types of calls or what we often refer to "round trips". .... |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
Part 3 of the "MV to the web" series has been posted: nospamNebula-RnD.com/blog/tech/mv/2011/09/mv2web3-html.html --- Enjoy. T Beautifully written! er, this is not new news, though, is it? |
#8
| |||
| |||
|
|
http://www.programmableweb.com/apis/directory/1 This is a catalog of nearly 4000 web apis! A diverse crowd, I've no idea if any are mv apps. Some are only a day old, some five years old, underscoring that this concept is tested technically and seems to have been tested commercially as well. It seems attractive for "end-user" specialist and social purposes as well as for cementing partner relationships in commercial, special-interest, and governmental organizations. |
![]() |
| Thread Tools | |
| Display Modes | |
| |