Re: New GWT user has a simple qustion using eclipse

2009-07-13 Thread Rajeev Dayal
As an FYI, there is a feature request to have the New Web Application Wizard create an "empty" project with no files. On Sat, Jul 11, 2009 at 11:24 PM, Rakesh wrote: > > The cleanup is really very minimal. > Clean the EntryPoint class > Clean RPC: delete the three files: async, service and impl.

Re: New GWT user has a simple qustion using eclipse

2009-07-11 Thread Rakesh
The cleanup is really very minimal. Clean the EntryPoint class Clean RPC: delete the three files: async, service and impl. Remove the table and header from html I hope you will not mind the css... Rakesh Wagh On Jul 11, 9:35 am, tedpottel wrote: > Hi, > I was able to use eclipse to create a proj

Re: New GWT user has a simple qustion using eclipse

2009-07-11 Thread Sky
You could write a java app that asks for a single input, the name of the folder inside the workspace that you want it to run through and delete the couple extra files and modify the file ProjectName.java file to contain an empty class and do any other cleanup stuff like remove the RPC service from

Re: New GWT user has a simple qustion using eclipse

2009-07-11 Thread Flemming Boller
short answer: no ;.) On Sat, Jul 11, 2009 at 4:35 PM, tedpottel wrote: > > Hi, > I was able to use eclipse to create a project and run it. When I > create a new project using eclipse it startes out with a simple > program instad of empty code. Is there a way to have it so when you > create a ne

New GWT user has a simple qustion using eclipse

2009-07-11 Thread tedpottel
Hi, I was able to use eclipse to create a project and run it. When I create a new project using eclipse it startes out with a simple program instad of empty code. Is there a way to have it so when you create a new project the code is just a empty class? -Ted --~--~-~--~~~-