gwt-plugins / gwt-plugins/gwt-eclipse-plugin
"New Project" action etc should avoid mixing server and client code
- Dominant language
- Java
- Stars
- 117
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
Projects with mixed client/server classpaths are helpful for tiny demos, but can cause many irritating surprises for large applications as the classpath grows. Additionally, with J2CL it will not make sense at all to mix these classpaths.
A decent analogy would be writing an Android application with the server code in the same source directory and classpath.
As such, any method to enable the GWT facet for a project should at least make it difficult to do so for an existing server project, unless the user acknowledges the risks.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the “New Project” action and other methods that enable the GWT facet, then inspect how they handle existing server projects and mixed classpaths. Done means the relevant entry points make enabling the facet difficult for an existing server project and require acknowledgement of the risks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100