• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

doubts on annotation processing tool

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello there,

I´m having trouble to understand how apt works. I´ve read that it is a java SE tool, that makes it an external tool from JAX-WS? What´s the difference between apt and wsgen?


Thanks in advance.
 
Bartender
Posts: 3904
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Deriko Prata wrote:Hello there,
What´s the difference between apt and wsgen?



apt generates the portable artifacts used in JAX-WS services when SEI source code is available (i.e. for *.java file)

wsgen generates JAX-WS portable artifacts when SEI source code is NOT available (i.e. for *.class file)

HTH,
MZ
 
Deriko Prata
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you very much for the reply!



You are the best,
Regards.
 
reply
    Bookmark Topic Watch Topic
  • New Topic