5

in this page of tutorial : http://java.sun.com/javaee/6/docs/tutorial/doc/bnadu.html discuss about hello2 application on samples folder.

i download samples from this link and installed correctly:

https://glassfish-samples.dev.java.net/servlets/ProjectDocumentList?folderID=5214&expandFolder=5214&folderID=0

but "hello2" folder not on the "web" folder.

where is source codes for sun JavaEE6 Tutorial Volume I ?

thanks alot

mehdi shahdoost
  • 1,469
  • 5
  • 17
  • 27

1 Answers1

3

You can download the samples from http://java.sun.com/javaee/downloads/index.jsp (part of the Java EE 6 Web Profile SDK, the Java EE 6 SDK or NetBeans 6.8).

You can also get them straight into GlassFish v3 via the Update Center.

Just in case, note that you can also get Java EE Code Samples & Apps from http://java.sun.com/javaee/reference/code/

Pascal Thivent
  • 562,542
  • 136
  • 1,062
  • 1,124
  • hi,but in this link http://java.sun.com/javaee/reference/code/ i can't find hello2 application that discuss on JavaEE6 tutorial : http://java.sun.com/javaee/6/docs/tutorial/doc/bnadu.html where is this application ? – mehdi shahdoost May 19 '10 at 18:29
  • I downloaded Netbeans 7.3. Where can I find the code to the samples? – user674669 Apr 09 '13 at 14:12