Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I view glassfish source code on the web

Tags:

glassfish

I spent about a half hour surfing the various Glassfish web sites, but i was unable to find the source code online.

I don't want to download the code, I just want to look at a couple specific spots.

Is there similar to mxr.mozilla.org?

like image 435
benc Avatar asked Nov 20 '10 20:11

benc


People also ask

Is GlassFish open source?

GlassFish Server Open Source Edition is an open source application server built within the GlassFish community. Oracle GlassFish Server is based on GlassFish Server Open Source Edition.

Which is better Tomcat or GlassFish?

Given that it has fewer moving parts unlike GlassFish, Tomcat is much easier to manage and administer. Traditionally, it's viewed as a “lite” version of Java EE since that it serves as a web server and a Servlet container. Unlike “heavyweight” Java EE application servers like GlassFish or JBoss.

What is GlassFish server used for?

Eclipse GlassFish Server provides a server for the development and deployment of Java Platform, Enterprise Edition (Java EE platform) applications and web technologies based on Java technology.


3 Answers

http://java.net/projects/glassfish/sources/svn/show

like image 182
Abdull Avatar answered Jan 21 '23 15:01

Abdull


It's now here https://svn.java.net/svn/glassfish~svn/

like image 39
artbristol Avatar answered Jan 21 '23 15:01

artbristol


Is this what you are looking for:

  • https://glassfish.dev.java.net/source/browse/glassfish/

EDIT: There seems to be a migration going on java.net, as per:

  • http://terrencebarr.wordpress.com/2010/11/12/please-read-java-net-migration-move-it-or-loose-it/

You can use the fisheye:

  • https://fisheye4.atlassian.com/browse/glassfish-svn

Probably best to take some tag from the tree on the left.

like image 41
icyrock.com Avatar answered Jan 21 '23 14:01

icyrock.com