Snackycracky Techblog

  • HOME
  • About

Archive for the ‘ spring ’ Category

migrate appfuse from xfire to cxf

  • January 6th, 2009
  • Posted in AppFuse . Uncategorized . hibernate . spring

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 ]

webservice appfuse flex spring authentication

  • December 9th, 2008
  • Posted in AppFuse . spring

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 ]

Categories

  • algorithms (7)
  • AppFuse (6)
  • grails (1)
  • groovy (1)
  • hibernate (2)
  • javascript (2)
  • linux (13)
    • fedora (1)
    • X (1)
  • mac (12)
  • media (5)
  • music (6)
  • networking (11)
  • osx (2)
  • spring (2)
  • Uncategorized (26)

Blogroll

  • http://daslebendesdude.blogspot.com

Recent Posts

  • sexy slideshow with prototype and script.aculo.us
  • reading a reflexive association in a recursive way for grails and groovy
  • recursive search on a nested (multidimensional) collection for groovy
  • nice chat with india :)
  • 3.10. Möbelrücken @ Mädcheninternat + Internatsgarten
  • Copyright ©  2007-2009  Snackycracky Techblog
  • Theme designed by mono-lab
  • Powerd by WordPress