<br><br>
<div class="gmail_quote">On Mon, Nov 9, 2009 at 3:43 PM, Ramesh Reddy <span dir="ltr">&lt;<a href="mailto:rareddy@redhat.com">rareddy@redhat.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="im">On Mon, 2009-11-09 at 11:16 -0500, Sanjay Chaudhuri wrote:<br>&gt;   Please explain more on what you mean by &quot;Eclipse Java code template<br>&gt; mechanism&quot;. Some of the eclipse core uses the mechanism I used and<br>
&gt; some uses JET templates. Are you looking forward to have JET<br>&gt; templates ? I thought JET templates are over-kill, because we have<br>&gt; very few things to replace.<br><br></div>I was thinking about using template variables like in &quot;code&quot; completion<br>
in java editor. Frankly I do not know much about Eclipse JET, I have<br>written code generators before but always used my own techniques. You<br>are correct as the number of variables for us would be a small set. So,<br>use what you think is appropriate.<br>

<div class="im">Sanjay&gt;&gt; For Code Completion, please let me know what all do you want to see with CTRL+SPACE, and I shall look into it. JET is pretty involved; once you come up with your templates, I shall look into it.<br>
</div></blockquote>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="im">&gt;  For dependent jars like Oracle drivers as you pointed out, will there<br>&gt; be a lib directory under /java/main/ ? If I need to use a temp<br>&gt; directory, I plan to create it in the workspace itself and then delete<br>
&gt; it.<br></div>Having a &quot;lib&quot; directory is just choice on part of the user. What I am<br>saying is, during a normal Java project setup a user can define a set of<br>dependent jars that project needs. We need to use this list and package<br>
them in RAR file generation.<br>Sanjay&gt;&gt; Got it; so the task will be responsible to resolve the jars from the classpath which the user chooses. Good approach; we don&#39;t restrict the user to put jars in specific location.<br>
</blockquote></div><br>