eclipse-ee4j / glassfish-samples

Other
34 stars 27 forks source link

Directory structure for the sample app Websockets/echo is incorrect . #68

Open devi3g opened 2 years ago

devi3g commented 2 years ago

the sample web appl has an incorrect director y structure for the java file /. ref: https://github.com/eclipse-ee4j/glassfish-samples/tree/master/ws/jakartaee9/websocket/echo/src/main

directory for the source uses the compound package name org.glassfish.samples.websocket.echo,
instead of creating a hierarchy of package directories : org/glassfish/samples/websocket/echo

Suggested solution

preplace directory