Author
J2EE Application server to dowload
Rauhl Roy
Ranch Hand
Joined: Aug 01, 2006
Posts: 401
hey All I have been lookin for HFEJB book given j2ee aplication server to dowload from the sun's web site. But i could not find the exact one. Can anybody tell me where this has to download from the site. I want to practice the HFEJB book examples. Regards, Rahul Roy
Carol Enderlin
drifter
Ranch Hand
Joined: Oct 10, 2000
Posts: 1348
try http://java.sun.com/j2ee/sdk_1.3/ (I searched for J2EE 1.3 RI in this forum)
Rauhl Roy
Ranch Hand
Joined: Aug 01, 2006
Posts: 401
Sorry friend you are giving me the link for Java sdk downlods not j2ee 1.3 aplication server please check it once
Carol Enderlin
drifter
Ranch Hand
Joined: Oct 10, 2000
Posts: 1348
Take a closer look! Java 2 Platform, Enterprise Edition (J2EE) - Version 1.3.1 Release [ October 27, 2006: Message edited by: Carol Enderlin ]
Rauhl Roy
Ranch Hand
Joined: Aug 01, 2006
Posts: 401
Im sorry it contains only j2sdk 1.3.1 software and a connector only.
Mihai Lihatchi
Ranch Hand
Joined: Oct 28, 2005
Posts: 136
Hello. I have also downloaded the J2EE1.3 kit. You should download the kit and install it .. then set you J2EE_HOME and you are pretty much good to go. go to J2EE_HOME/bin/j2ee.bat (for Windows) and you can start the server. The kit for Connector Architecture is not required IMHO ... not for trivial EJB 2.0 apps. To be perfectly honest I have used for my preparation Jboss 3.2.8 .. but it's behavior is not guaranteed to follow the specs .. hence you should use the RI to be sure.
Better, faster, lighter Java ... you mean Ruby right ?
SCEA5,SCBCD1.3,SCWCD5,SCJP1.4 - memories from my youth.
Herman Schelti
Ranch Hand
Joined: Jul 17, 2006
Posts: 387
Rauhl, One more try. Carol give you the right link: http://java.sun.com/j2ee/sdk_1.3/ Look for: Download the Software for the Java 2 SDK, Enterprise Edition 1.3.1 Download and install it, the application server you are looking for is in there. Herman [ October 29, 2006: Message edited by: Herman Scheltinga ]
Rauhl Roy
Ranch Hand
Joined: Aug 01, 2006
Posts: 401
Hi, This is the software required to run the J2ee programms not the application server to deploy the EJBs Regards, Rahul
Carol Enderlin
drifter
Ranch Hand
Joined: Oct 10, 2000
Posts: 1348
What?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35237
posted Oct 29, 2006 14:54:00
0
The second sentence on that page reads "The J2EE SDK includes a J2EE application server...". Sounds like it is exactly what you need. Note that the J2EE SDK is a completely different beast than the J2SE SDK . [ October 29, 2006: Message edited by: Ulf Dittmer ]
Android apps – ImageJ plugins – Java web charts
Marcus Green
arch rival
Rancher
Joined: Sep 14, 1999
Posts: 2813
posted Oct 29, 2006 16:23:00
0
Carol is right
SCWCD: Online Course, 50,000+ words and 200+ questions
http://www.examulator.com/moodle/course/view.php?id=5&topic=all
Rauhl Roy
Ranch Hand
Joined: Aug 01, 2006
Posts: 401
Hi, There are 14 folders in this j2sdkee1.3.1, but i do not know how to deploy compiled remote, home, Ejbclass. can you plese tell me regards, Rahul
Rauhl Roy
Ranch Hand
Joined: Aug 01, 2006
Posts: 401
this is the software we have to download for Sun ONE Application Server 7 https://sdlc2a.sun.com/ECom/EComActionServlet/DownloadPage:~:com.sun.sunit.sdlc.content.DownloadPageInfo;jsessionid=D9294E2F384450B367B9F6F68E66E7BE;jsessionid=D9294E2F384450B367B9F6F68E66E7BE
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35237
posted Oct 30, 2006 08:15:00
0
The installation document points to this Getting Started document , which you should read and work through thoroughly.
subject: J2EE Application server to dowload