Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 357796

Summary: New RUI project needs to be a Java project
Product: z_Archived Reporter: Justin Spadea <jspadea>
Component: EDTAssignee: Huang Ji Yong <hjiyong>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: chenzhh, greer, smythew, tdramsey
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
Add java nature to Web Client Project lasher: iplog-

Description Justin Spadea CLA 2011-09-15 09:19:17 EDT
If you create a project via "Web Client Project" then the project doesn't have the Java nature. Since we run dedicated services through a test server on this RUI project, we need the project to be a Java project (you can't run a Java process on a non-Java project).
Comment 1 Huang Ji Yong CLA 2011-09-21 09:23:43 EDT
I think if we need to run dedicated services in the project, maybe we should create a "Web Client with Service Project".
If we add java nature to web client project, I don't think there is much differences between these two kind of projects. Maybe we should just remove "Web client project" template.
Will, what do you think?
Comment 2 Will Smythe CLA 2011-09-21 09:35:06 EDT
I think we should keep both project templates (web client and web client with services) since the developer may only be interested in writing client-side logic (and should not have to deal with Java and JavaScript generators configured on the  project and the added complexity this brings). So, I vote to just add the Java nature to projects created with the 'web client' template ..
Comment 3 Will Smythe CLA 2011-09-21 09:35:12 EDT
I think we should keep both project templates (web client and web client with services) since the developer may only be interested in writing client-side logic (and should not have to deal with Java and JavaScript generators configured on the  project and the added complexity this brings). So, I vote to just add the Java nature to projects created with the 'web client' template ..
Comment 4 Justin Spadea CLA 2011-09-21 10:02:53 EDT
I agree with Will.
Comment 5 Huang Ji Yong CLA 2011-09-25 22:31:17 EDT
Created attachment 203982 [details]
Add java nature to Web Client Project
Comment 6 Huang Ji Yong CLA 2011-09-25 22:32:20 EDT
Make web client project to be a java project.
Comment 7 Justin Spadea CLA 2011-09-26 12:17:32 EDT
Verified