EclipseLink/Examples/DBWS/DBWSBuilder using ANT and javac
< EclipseLink | Examples | DBWS
Revision as of 13:05, 8 August 2012 by David.mccann.oracle.com (Talk | contribs)
DBWSBuilder using ANT
This example illustrates how DBWSBuilder can be invoked from ANT generating all of the required aretfacts to the file system and then compiling and packaging with additional ANT targets.
dbws-builder.xml
<?xml version="1.0" encoding="UTF-8"?> <dbws-builder xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <properties> <property name="projectName">simpletable</property> ... database properties </properties> <table schemaPattern="SCOTT" tableNamePattern="SIMPLETABLE" /> </dbws-builder>