Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 357796 - New RUI project needs to be a Java project
Summary: New RUI project needs to be a Java project
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Huang Ji Yong CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-15 09:19 EDT by Justin Spadea CLA
Modified: 2017-02-23 14:14 EST (History)
4 users (show)

See Also:


Attachments
Add java nature to Web Client Project (2.10 KB, patch)
2011-09-25 22:31 EDT, Huang Ji Yong CLA
lasher: iplog-
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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