C.10. Directory Structure

When developing and deploying Web Services clients and server modules using JWSDP, you may wish to adopt the following project directory to reuse the ANT build.xml templates as in Figure C-8:

Figure C-8. Recommended Directory Structure for Web Services Programs Using JWSDP

When ANT executes the build.xml script, it will compile and generate Java classes and necessary files under the “build” subdirectory (if “ANT build” is invoked) or deploy all necessary Java classes and files in a single war file (if “ANT deploy” is invoked). The “build” subdirectory stores all compiled Java classes, and the “dist” stores the war file ...

Get J2EE™ Platform Web Services now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.