javaee / grizzly

Writing scalable server applications in the Java™ programming language has always been difficult. Before the advent of the Java New I/O API (NIO), thread management issues made it impossible for a server to scale to thousands of users. The Grizzly NIO framework has been designed to help developers to take advantage of the Java™ NIO API.
https://javaee.github.io/grizzly/
Other
222 stars 60 forks source link

Move main class to their respective bundle #181

Closed glassfishrobot closed 14 years ago

glassfishrobot commented 16 years ago

Currentlty, all module have the following pattern in their package:

src/main/java/com/sun/grizzly/standalone/<>/Main.java

Those Main.java classes (liked Comet.java, Cometd.java) should be moves from module-name/src/... to bundles/module-name/src...

It is a better design and will reduce unneeded dependecies.

Environment

Operating System: All Platform: All

Affected Versions

[1.8.1]

glassfishrobot commented 16 years ago

Reported by jfarcand@java.net

glassfishrobot commented 16 years ago

jfarcand@java.net said: Move all Main under the bundles/module-name/

Transmitting file data ......... Committed revision 1275.

glassfishrobot commented 16 years ago

Was assigned to jfarcand@java.net

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA GRIZZLY-181

glassfishrobot commented 14 years ago

Marked as fixed on Tuesday, December 15th 2009, 6:27:38 pm