Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find Glassfish 4 source code?

Tags:

glassfish-4

I am trying to debug my web application under Glassfish 4 but since I only have jee7 API deps in my maven pom.xml I can not.

Is there a maven dependency that is linked to the glassfish source code? is there another way that I can get it?

Thanks

like image 875
Ioannis Deligiannis Avatar asked Oct 12 '13 08:10

Ioannis Deligiannis


2 Answers

All GlassFish source code is available at:

https://svn.java.net/svn/glassfish~svn/

The specific source code that you are looking for is at:

https://svn.java.net/svn/glassfish~svn/branches/4.0/

The complete set of Java EE 7 maven coordinates are available at:

https://wikis.oracle.com/display/GlassFish/Java+EE+7+Maven+Coordinates

like image 200
Arun Gupta Avatar answered Oct 05 '22 09:10

Arun Gupta


The code is now finally available at https://github.com/javaee/glassfish through git. Payara provides a compatible better maintained advancement.

like image 21
Kalle Richter Avatar answered Oct 05 '22 07:10

Kalle Richter