<div>Hi Ramesh,</div>
<div> </div>
<div>These are the specifics I am working with to generate the template. Please let me know if you want me to change something. On the wizard:</div>
<div>- Will take input of the project name and the physical project that gets created will be <font color="#3333ff"><strong><em>connector-projectname</em></strong>. </font><font color="#000000">So if <strong><font color="#ff0000">HelloWorld </font></strong>is given as the project name, the created project name will be </font><font color="#3333ff"><strong><em>connector-helloworld</em></strong></font></div>

<div>- Will take input of the package name and the following directory structure will be created with existing <em><strong>Loopback </strong>classes and resources </em>renamed as shown. Assuming <font color="#ff0000"><strong>com.example.hello </strong></font><font color="#000000">is used:</font></div>

<div><strong><font color="#ff0000">Project: </font><em><font color="#ff0000">connector-helloworld</font></em></strong></div>
<div><em><font color="#3333ff">connector-helloworld\.classpath<br>connector-helloworld\.project<br>connector-helloworld\pom.xml<br>connector-helloworld\src<br>connector-helloworld\target<br>connector-helloworld\src\assembly<br>
connector-helloworld\src\main<br>connector-helloworld\src\test<br>connector-helloworld\src\assembly\bundle.xml<br>connector-helloworld\src\main\java<br>connector-helloworld\src\main\resources</font></em></div>
<div><em><font color="#3333ff">connector-helloworld\src\main\java\com<br>connector-helloworld\src\main\java\com\example<br>connector-helloworld\src\main\java\com\example\hello<br>connector-helloworld\src\main\java\com\example\hello\HelloWorldCapabilities.java<br>
connector-helloworld\src\main\java\com\example\hello\HelloWorldConnection.java<br>connector-helloworld\src\main\java\com\example\hello\HelloWorldConnector.java<br>connector-helloworld\src\main\java\com\example\hello\HelloWorldExecution.java<br>
connector-helloworld\src\main\java\com\example\hello\HelloWorldProperties.java<br>connector-helloworld\src\main\resources\connector-helloworld.xml<br>connector-helloworld\src\test\java<br>connector-helloworld\src\test\resources<br>
connector-helloworld\src\test\java\com<br>connector-helloworld\src\test\java\com\example<br>connector-helloworld\src\test\java\com\example\hello<br>connector-helloworld\src\test\java\com\example\hello\TestHelloWorldAsynch.java<br>
connector-helloworld\src\test\java\com\example\hello\TestHelloWorldExecution.java<br>connector-helloworld\src\test\resources\connector-helloworld.xml<br>connector-helloworld\target\classes<br>connector-helloworld\target\test-classes<br>
connector-helloworld\target\classes\com<br>connector-helloworld\target\classes\com\example<br>connector-helloworld\target\classes\com\example\hello<br>connector-helloworld\target\test-classes\com<br>connector-helloworld\target\test-classes\com\example<br>
connector-helloworld\target\test-classes\com\example\hello</font></em><br></div>
<div>These are the 3 project source folders and their corresponding output folders:</div>
<div><strong><font color="#cc0000">src/main/java</font></strong>, <strong><font color="#3333ff">target/classes/</font></strong><br><strong><font color="#cc0000">src/main/resources</font></strong>, <font color="#3366ff"><strong><font color="#3333ff">target/classes/</font><br>
</strong></font><font color="#cc0000"><strong>src/test/java</strong>,</font> <strong><font color="#3333ff">target/test-classes/</font></strong></div>
<div> </div>
<div>Thanks</div>
<div> </div>
<div>Sanjay</div>