Archive for the 'Ajax' Category
Ajax and the future of RUI
Working with different types of widget library’s one gets in contact with Ajax libs. Personnally I think the difference is even not there. As soon as you get asynchronous calls to the backend (whatever backend that may be), we are talking Ajax. And a widget is a piece of code that works on its own and thus has his own method for calling the backend. Hence widget = ajax in a simple form. But ajax then… I thought it was a complex matter to get the communication with the backend going but these days I get in contact with a lot of frameworks that seem to get the job done. There is Google that has several intakes in the issue, like their gadgets, the mashup editor, GWT, etc. There is off course Mootools and Scriptaculous but they are more of collection of snippets. There is also Dojo, DWR, echo and the commercialy backbase, tibco, jackbe,….
But you have to make a distinction between server and client frameworks. The server frameworks have a server side footprint and a small client base (eg gmail), the client frameworks can potentialy work offline but have a bigger client lib –> more downloadtime. But that is relative because today a lot of pages go beyond the 500KB and that is a lot of javascript.
Going offline is also a key component for the future, like google gears. That means that the server-side story is slowly going down and can be replaced by a client-service oriented architecture. Those services provide a readable URL interface to underlying systems with a atomic structure… True webservices without the problems, just loosly coppled systems. It also fits in the development of RIA, Rich Internet Applications, were the OS will be independent (or as some say the internet will be the OS).
It is a complex picture but in constant motion and as the story continues I wil be trying to follow it. So check back here for more updates and technical remarks. PLease feel free to comment on the issue…
1 commentmashup tools
Microsoft released a new mash up tool like Yahoo pipes (pipes.yahoo.com).
The service is called PopFly and looks pretty nice. Not much storage space but nice anayway. For those who want to create their own mashup, checkt it out at http://www.popfly.ms
No commentsNetvibes universe
today I created a new netvibes account for a POC. I wanted to aggregate content on some events on one page in netvibes. Later we want to create a netvibes universe page for VRT. That service is not yet available (coming soon though) and we don’t seem to get in contact with the people behind the site.
I wonder what the setup of netvibes is. For most of the web2.0 sites, it is often not so difficult to figure out. Or they publish themselves the hardware and software setup like the guys from Flickr and LiveJournal.
But in this case, with the widgets and so, the only thing I could figure out is that the services are in PHP. (from the netvibes devblog at http://dev.netvibes.com/blog/.) For the res, hardware? Communication protocol? …
Still I like netvibes and iGoogle but the desktop versions don’t seem to cut it. they consume to much resources, for one. Even Google Desktop that is running as I type, is limited to the notepad, an MP3 player (used as internetradio) and a calendar. The rest is setup, used and then abandoned.
No comments