March 11th, 2008

Dive into the archives.


  • Java to DWR - decrease the file size of your javascript

    It was until yesterday i realized I was doing something wrong with regards to JAVA-DWR interfacing as pointed out by Cata.
    Backgrounder: in dwr.xml we define the classes(services) we use, which generates javasript which we will call facades and these can be imported in our javascript files.
    My practice: In my js file, i simply import those […]