Archive for the ‘ AppFuse ’ Category
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 ]
edit the pom.xml file: change the spring version to 2.5.5. this is below <!– Framework dependency versions –> delete the dependency with the artifactId ‘xfire-java5′ and ‘xfire-spring’ insert the cxf dependencies: <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-api</artifactId> <version>2.1.3</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> <version>2.1.3</version> <exclusions> <!-- [ 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 ]