Hello.
Someone knows where could I find information about what SAP NW AS 7.0 J2EE supports the J2EE 1.4 specification?
I'm working with SAP NW 7.0.1 EHP 1 SPS 10, and also with the same versionof SAP NWDS and when I have created a web application and enterprise application, the web.xml and application.xml descriptor file are still mentioning the DTD of J2EE 1.3 specification.
http://java.sun.com/dtd/application_1_3.dtd
http://java.sun.com/dtd/web-app_2_3.dtd
Thank you.
Message was edited by: Benny Schaich-Lebek To make at least the title of this something that looks like semantically useful english.
Hi Manuel,
Please check the Product Availability Guide (PAM) from https://service.sap.com/pam.
Best regards,
Duncan
Netweaver 7.0 does't support J2EE 1.4 standards and it supports J2EE 1.3 standard.
from Netweaver 7.1 onwards J2EE 1.5 is supported..
however depending on your requirement there might few choices (to migrate or modify)..
but check this
Hi Manuel,
as you are running NW 7.01 you shall 1.4.2 jdk version once this version run NW 6.40 and 7.0X.
You can follow the table:
6.40 & 7.0X -> 1.4.2.*
7.1x -> 1.5.*
7.2x & 7.3x -> 1.6.*
You can take better information in the following SAP Note:
723909 - Java VM settings for J2EE 6.40/7.0
Also we strongly recommend to user the SAP JVM:
1495160 - SAP JVM as replacement for Partner JDKs 1.4.2
1597982 - Release Information for SAP JVM 4.1 and SAP JVM Switch Tool
Obrigado
Marcelo Pinheiro
Marcelo,
the question was about J2EE and not JVM or JDK, That's a difference.
NetWeaver 7.0x supports J2EE 1.3 and Java SE 1.4.2, since a while with SAP JVM 4, which is standard 1.4.2.
Since NetWeaver 7.1 it supports Java EE 5 with
7.1x -> Java SE 5
7.2x & 7.3x -> Java SE 6
Java SE is the language, Java EE is the standard that defines the enterprise environment (which then for JVM and SDK is the same).
Regards,
Benny
Hello Benny.
Do you know in what link/URL this info is located into the SAP official Site?
I have researched in the PAM Guide for SAP NW 7.0, but there is no information about J2EE support, only for J2SE support.
Anyway your information is very helpful.
Warn regards!!!
Most information about SAP, standards, etc can be found at SAP Help. For J2EE standard support for CE 7.1: http://help.sap.com/saphelp_nwce10/helpdata/en/45/ff9fc1d8986c06e10000000a1553f6/frameset.htm
Here is it in the manuals for NetWeaver 7.0:
http://help.sap.com/saphelp_nw70/helpdata/en/0d/a3bb3eff62847ae10000000a114084/frameset.htm
And I had to search for this also....
Regards,
Benny
Hello Benny.
Also I was searching something similar, but without success.
Thank you for you time.
Have a great day.