nxt's place

Search


Calendar

« November 2008
MonTueWedThuFriSatSun
     
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
       
Today


Tag Cloud

3com acer ajax apr awt buitenkunst c++ car charva cross debug design domain drop dwr ejb fold fuse glass google gui ie injection ipv6 jboss jna jni linux looking microsoft mime native newsgroup nntp remoting resource router rss scm software ssl subversion sun superversion svn swing travel ui web zangwerkplaats

ajax

July 05, 2005 by nxt

I recently discovered Direct Web Remoting.
DWR is a framework wich makes it easy to call serverside code from the client side and allows you to do all kind of cool things. Even though it is still impossible to push information from the server to the client this allows you to build a more rich interface.

for example, if you wanted to update a record in the database through a form, this technology allows you to verify if the new data can be inserted or if the record has been updated by another user without the need to leave the page.
Another example is Google Suggest which provides a list with possible search terms and the amount of results while you type.