Posts Tagged ‘ AppFuse ’
i did this for my friends at the university, its in German … the rest stuff is in english maven mvn appfuse:full-source model controller views ajax with dwr rest+soap Bookmark It Hide Sites $$('div.d460').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); [ READ MORE ]
SCREENCAST GETTING THIS DONE / video tutorial i am still working on it, but this works so far: i am going to install appfuse with a new entity “Person”. The Method findByLastName is accessible through REST WS. for more operations on cxf restfull services see JAX-RS (JSR-311) this doc is explaining everythig For example: retrieving Collections needs an extra wrapper class. there [ READ MORE ]
the tutorial here was just right. i am able to start jetty from eclipse by executing a “external tools config” described there. maven then printed: Listening for transport dt_socket at address: 4000 now i had to start the new “debug config” and the server began to come up. when i came to my breakpoint the eclipse view changed to debug [ READ MORE ]