Sun has released an updated J2EE 1.4 SDK. The J2EE
1.4 SDK contains the Sun Java System Application Server Platform Edition 8 with support for JavaServer Faces and JSTL. It is free for development, deployment and redistribution.
Download the updated J2EE 1.4 SDK:
http://java.sun.com/j2ee/1.4/download-sdk.html
-
Sun releases updated J2EE 1.4 SDK (15 messages)
- Posted by: Dion Almaer
- Posted on: March 23 2004 11:39 EST
Threaded Messages (15)
- Thanks Sun by Nils Kilden-Pedersen on March 23 2004 12:37 EST
- Thanks Sun by John Davies on March 23 2004 12:55 EST
-
Thanks Sun by Stephane TRAUMAT on March 23 2004 01:03 EST
- Thanks Sun by McCorney Severin on March 23 2004 01:32 EST
- Thanks Sun by raymond xu on March 24 2004 02:37 EST
-
Nearly right... by Marie Antoinette on March 24 2004 04:00 EST
-
Nearly right... by Mark N on March 24 2004 11:34 EST
-
Nearly right... by Smythe on March 24 2004 12:14 EST
- Debugging the J2EE 1.4 SDK by Ludovic Champenois on March 24 2004 04:26 EST
- Nearly right... by Smythe on March 26 2004 09:28 EST
-
Nearly right... by Smythe on March 24 2004 12:14 EST
-
Nearly right... by Mark N on March 24 2004 11:34 EST
-
Thanks Sun by Stephane TRAUMAT on March 23 2004 01:03 EST
- Download is small ~32MB by Mark Roth on March 23 2004 13:40 EST
-
Download is small ~32MB by McCorney Severin on March 23 2004 01:48 EST
- Download is small ~32MB by Mark Roth on March 23 2004 02:25 EST
-
Download is small ~32MB by McCorney Severin on March 23 2004 01:48 EST
- API without an implementation ? by Maris Orbidans on March 23 2004 16:12 EST
- DataSources by Mileta Cekovic on March 24 2004 07:30 EST
- Thanks Sun by John Davies on March 23 2004 12:55 EST
-
Thanks Sun[ Go to top ]
- Posted by: Nils Kilden-Pedersen
- Posted on: March 23 2004 12:37 EST
- in response to Dion Almaer
I just love that you have to download the entire Sun Java System Application Server Platform Edition 8 to get the j2ee.jar -
Thanks Sun[ Go to top ]
- Posted by: John Davies
- Posted on: March 23 2004 12:55 EST
- in response to Nils Kilden-Pedersen
I just love that you have to download the entire Sun Java System Application Server Platform Edition 8 to get the j2ee.jar
Try Microsoft's App Server Platform, you need to download an entire bloody OS to run that one!
:-)
Don't fight the progress, go with the force!
-John- -
Thanks Sun[ Go to top ]
- Posted by: Stephane TRAUMAT
- Posted on: March 23 2004 13:03 EST
- in response to John Davies
U r not completely right...
Try Microsoft App Server Platform, you need to buy the entire bloody OS -
Thanks Sun[ Go to top ]
- Posted by: McCorney Severin
- Posted on: March 23 2004 13:32 EST
- in response to Stephane TRAUMAT
Your double standard is so bold and brazen. You are complaining about MS. I thought J2ee was a specification. What does sun's application server has to do with j2ee. Isn't that called bundling. Isn't the intent to give sun an unfair advantage.
-M -
Thanks Sun[ Go to top ]
- Posted by: raymond xu
- Posted on: March 24 2004 02:37 EST
- in response to Stephane TRAUMAT
U r not completely right... Try Microsoft App Server Platform, you need to buy the entire bloody OS
That's entirely correct;) -
Nearly right...[ Go to top ]
- Posted by: Marie Antoinette
- Posted on: March 24 2004 04:00 EST
- in response to Stephane TRAUMAT
U r not completely right... Try Microsoft App Server Platform, you need to buy the entire bloody OS
Try Microsoft App Server Platform, you need to sell your soul. -
Nearly right...[ Go to top ]
- Posted by: Mark N
- Posted on: March 24 2004 11:34 EST
- in response to Marie Antoinette
With Software Assurance - Just your firstborn. :)U r not completely right... Try Microsoft App Server Platform, you need to buy the entire bloody OS
Try Microsoft App Server Platform, you need to sell your soul. -
Nearly right...[ Go to top ]
- Posted by: Smythe
- Posted on: March 24 2004 12:14 EST
- in response to Mark N
Hi all. I think this is really good news. Ive been messing arond with SunONE Application server since V7 and I find it quite easy to use. But I have an issue debugging J2EE applications. I posted the question sometime back in the forum but no-ne seemed to have an Idea.. Ill re-post it here:
<forum-question>
got a problem trying to debug a j2ee application using JPDA. But both the IDE and app server live on the same machine. I set up the application server and the IDE for debugging. The the first time debugging works fine and the IDE can "attach" itself to the appserver debug port OK, step through, etc.
But when I stop debugging and start again, I get a message saying "Connection refused: connect". When I restart the applcation server I can now debug again. Is it the case that after each debug session the JVM has to be restated? or am i missing something? Im on windows xp, jdk1.4.2, J2EE1.4 RI (Sun Java System application Server 8), IDEA and NetBeans.
</forum-question>
Any ideas?
Cheers,
Smythe... -
Debugging the J2EE 1.4 SDK[ Go to top ]
- Posted by: Ludovic Champenois
- Posted on: March 24 2004 16:26 EST
- in response to Smythe
Hi,
It seems you've hit an issue regarding the default dt_socket mechanism used to connect to the J2EE 1.4 SDK in debug mode.
A workaround is to switch to the dt_shmem mode.
Using the Admin Console, select the JVM Settings tab and change the
Debug Options to:
-Xdebug -Xrunjdwp:transport=dt_shmem,server=y,address=myapp,suspend=n
Make sure you click on the save button. Restart the application server once.
Now, you can attach/detach multiple times to the same VM (using "myapp" as the name parameter, using the dt_shmem mode.
Hope this help,
Ludo -
Nearly right...[ Go to top ]
- Posted by: Smythe
- Posted on: March 26 2004 21:28 EST
- in response to Smythe
Thanks I can now debug!
Cheers
Smythe -
Download is small ~32MB[ Go to top ]
- Posted by: Mark Roth
- Posted on: March 23 2004 13:40 EST
- in response to Nils Kilden-Pedersen
If you're concerned about the download size, you can download just the app server here:
http://java.sun.com/j2ee/1.4/download.html#sdk
The download uses advanced compression technologies and is only 32-35 MB depending on your platform. -
Download is small ~32MB[ Go to top ]
- Posted by: McCorney Severin
- Posted on: March 23 2004 13:48 EST
- in response to Mark Roth
Did you miss my post. I think you did. I do not want to download the app sever.
-M -
Download is small ~32MB[ Go to top ]
- Posted by: Mark Roth
- Posted on: March 23 2004 14:25 EST
- in response to McCorney Severin
So then don't :)
The J2EE APIs are shipped with every compatible app server. The compatibility tests ensure the APIs are identical. -
API without an implementation ?[ Go to top ]
- Posted by: Maris Orbidans
- Posted on: March 23 2004 16:12 EST
- in response to Nils Kilden-Pedersen
I just love that you have to download the entire Sun Java System Application Server Platform Edition 8 to get the j2ee.jar
SUN's J2EE SDK's always had a server (RI) included. What's the point to have just a j2ee.jar ? You cannot run your application anyway.
BTW I was badly suprised when I saw SUN server specific classes in javadoc of previous J2EE SDK release. They should not have put classes like com.sun.appserv.ejb.ReadOnlyBeanHelper in javadoc.
But the server looks really good. I have never seen a J2EE server where STRUTS/TILES applications are so fast as in AS8.
The server has a very nice administration console. Although it looks a bit strange that one has to know classname of datasource instead of JDBC driver class to configure a connection pool.
Is there any special reason for this ?
Maris -
DataSources[ Go to top ]
- Posted by: Mileta Cekovic
- Posted on: March 24 2004 07:30 EST
- in response to Maris Orbidans
Although it looks a bit strange that one has to know classname of datasource instead of JDBC driver class to configure a connection pool.
>>Is there any special reason for this ?
Using DriverManager to obtain a JDBC connection is somewhat obsolate, especialy in J2EE application server environments.
For example you cannot connect to XA enabled drivers through DriverManager.
Mileta