>> I'm getting a new computer. I can get it with either XP Pro or Vista
>> Business and I need one of these to run Java Enterprise Edition. I
[quoted text clipped - 20 lines]
>
>Arne
> I am planning to learn
> about JSP and Servlets [sic]. I haven't started yet. I will need whatever
> application servers are required for JSP and Servlets. I will most
> likely use the most recent versions of whatever application servers I
> will need. I _think_ what I need is the Java EE SDK and I'm not yet
> sure what else in addition to that.
For just JSP and servlets, Tomcat is ideal.
<http://tomcat.apache.org/>
Tomcat supports JSPs, servlets (which JSPs really are, in a view-artifact
disguise), and also Java Server Faces (JSF) and limited Java Persistence API
(JPA) functionality, with the right add-in JARs.
The application containers, like Glassfish (the "Java EE SDK"), Apache
Geronimo and JBoss, are more complex to administer, but provide many, many
more features.

Signature
Lew
DaveJohnson12@nomail. - 27 Mar 2008 12:16 GMT
>> I am planning to learn
>> about JSP and Servlets [sic]. I haven't started yet. I will need whatever
[quoted text clipped - 13 lines]
>Geronimo and JBoss, are more complex to administer, but provide many, many
>more features.
Thank you. This is useful information.
> Thank you. Sorry I used the wrong terminology. I am planning to learn
> about JSP and Servlets. I haven't started yet. I will need whatever
[quoted text clipped - 10 lines]
> Vista so I decided to ask here. I'm also considering getting XP Pro to
> avoid any possible problems with Vista Business.
SUN JDK for Java SE 6 and a servlet container like Apache Tomcat
should be fine for Windows Vista.
You will probably want the Java EE SDK for jar files to build against
and for the docs.
Arne
DaveJohnson12@nomail. - 30 Mar 2008 01:38 GMT
>> Thank you. Sorry I used the wrong terminology. I am planning to learn
>> about JSP and Servlets. I haven't started yet. I will need whatever
[quoted text clipped - 18 lines]
>
>Arne
Great. Thank you very much. Is the Java EE SDK the file at the link
below?
https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-
/USD/ViewFilteredProducts-SingleVariationTypeFilter;pgid=yYdgaHqkkjVSR0EUPIQsoQ3
D0000GMH_heBy;sid=lWqI48il9lGI4o9LSCTA5icAWtD9agXgwIhHItW7_ljWtQ==
I got to that page from
http://java.sun.com/javaee/downloads/index.jsp
where it says: Additional download option: Java Application Platform
SDK download without Java SE (JDK).
So far I have the "Java EE + Tools" from
http://java.sun.com/javaee/downloads/index.jsp
which also doesn't include the Java SE (JDK).
Arne Vajhøj - 30 Mar 2008 02:03 GMT
>>> Thank you. Sorry I used the wrong terminology. I am planning to learn
>>> about JSP and Servlets. I haven't started yet. I will need whatever
[quoted text clipped - 33 lines]
> http://java.sun.com/javaee/downloads/index.jsp
> which also doesn't include the Java SE (JDK).
http://java.sun.com/javaee/downloads/?intcmp=1282
click download for the bundle you want
select platform and language
Arne
DaveJohnson12@nomail. - 31 Mar 2008 04:51 GMT
>>>> Thank you. Sorry I used the wrong terminology. I am planning to learn
>>>> about JSP and Servlets. I haven't started yet. I will need whatever
[quoted text clipped - 41 lines]
>
>Arne
Thanks for the link.