Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

After the Oracle takeover of Sun and the changes at java.net, I am no longer able to find any official samples of Java EE applications. The Blueprints and Glassfish Samples sites still exist, but links from them are all dead.

Is there anywhere I'm overlooking? I'm interested in the Pet Store application in particular.

share|improve this question

2 Answers

up vote 1 down vote accepted

Yup... it looks like no one has updated the links that went into *.dev.java.net in the huge cache of documents that Oracle acquired when they acquired Sun.

The site isn't on-line... but the code for it is... if that makes sense.

The Blueprints are at http://java.net/projects/blueprints/...

The PetStore is at http://java.net/projects/petstore.

A useful 'source root' is probably this: http://java.net/projects/petstore/sources/svn/show/trunk.

The ws subdirectory is the WorkSpace (where the code is) and the www directory has the HTML/CSS/.js source of the website.

share|improve this answer
Thanks! In addition to these, it looks like the "Java EE Code Samples & Apps" are useful: oracle.com/technetwork/java/javaee/documentation/… – Haakon Feb 23 '11 at 14:23

Because it was moved on http://kenai.com/ if I recall correctly.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.