Posts Tagged ‘ tutorial ’
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 ]
get this here to work: http://appfuse.org/display/APF/Web+Services make a flex project with flexbuilder: if you are a student get flexbuilder for free at https://freeriatools.adobe.com/flex/ now edit the mxml file like this in flexbuilder go to DATA->imort webservices and get everything from http://127.0.0.1:8080/services/PersonService?wsdl start the flex client and see the person object return! for adding security do this: cp target/tutorial-service-2.0.2/WEB-INF/security.xml src/main/webapp/WEB-INF/ in case you havent [ READ MORE ]