• 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

JaxB Class Declaration Imports

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,

Wasn't sure where exactly to post this question, so my apologies if I posted it in the incorrect forum. This is more of a sanity check for me.

I have a situation where I am utilizing JaxB to unmarshall XML data into Java so we can then insert it into a database. We are currently utilizing xjc though an ANT script so these classes can be generated at run time. My code, is currently in a package com.buildInfo. The generated classes are being written out into package com.buildInfo2. If I am referencing the JaxB objects inside of a class in the com.buildInfo package, I will need imports for my com.buildInfo2 JaxB classes correct?

Thanks for taking the time to read this.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic