java - How to wadl2java these days? -


i have real difficulty finding commandline tool convert wadl java. no matter how try google, follow blogs or java.net doc, there no real download link. (links broken or obsolete).

what particular vendor, community group supplying tool ? free download link exist ?

the generated code should able reconstruct pojos xml responses , survive inside tomcat 7. thank you

answer: (this works after june 2011):

  • take apache-cxf-2.4.1.zip (not of earlier versions)
  • extract root folder
  • take apache-cxf-2.4.1.src.zip
  • search folder named distribution inside src
  • extract ditribution folder , merge no overwrites root folder
  • goto bin , spot wadl2java.bat
  • run wadl2java.bat command prompt
  • continue no brainer details

apache cxf added support wadl-first development of rest services. more background information on wadl2java tool, blog entry 1 of cxf committers should help.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -