javaee-samples / javaee7-samples

Java EE 7 Samples
https://travis-ci.org/javaee-samples/javaee7-samples
Other
2.51k stars 1.66k forks source link

Move extra module to separate project? #369

Closed arjantijms closed 7 years ago

arjantijms commented 7 years ago

The extra module is currently commented out, but still part of this project.

Since Java EE 7 samples is already unwieldy and huge, I think it's better to move this to a separate top-level project, e.g. javaee-samples-extra.

That project can then focus on integration of Java EE with a large variety of external projects, from Quartz, to OmniFaces (wink wink ;)), to AngularJS and everything in between. Tests can then also be written using any kind of testing framework and any language (Groovy, Scala, Kotlin, JavaScript, ... whatever someone comes up with).

Thoughts?

radcortez commented 7 years ago

+1

I'm not so sure if just an extra project should be the right way to go. It might became a big garbage bag. Maybe have dedicated extra projects to each technology? Java EE + Angular, Java EE + Spring, etc.

arjantijms commented 7 years ago

Did the initial step by moving to a new project. Further splitting it out depends on the interest in this new project.