java.rst
changeset 1379 e1c949673102
parent 1346 a2fbf50a43f4
child 1380 428a226bf835
equal deleted inserted replaced
1375:9d171a85c56c 1379:e1c949673102
   184 ==================
   184 ==================
   185 
   185 
   186   http://mvnrepository.com/search.html?query=PKG
   186   http://mvnrepository.com/search.html?query=PKG
   187   http://www.jarfinder.com
   187   http://www.jarfinder.com
   188 
   188 
       
   189 Java EE versions.
       
   190 =================
       
   191 
       
   192 ======= ======== ======== ========
       
   193 Java EE Servlet  JSP      JSTL
       
   194 ======= ======== ======== ========
       
   195 6       3.0      2.2      -
       
   196 5       2.5      2.1      1.2
       
   197 1.4     2.4      2.0      1.1
       
   198 1.2     2.3      1.2      1.0
       
   199 ======= ======== ======== ========
       
   200 
       
   201 To set servlet version check ``web.xml``::
       
   202 
       
   203   <web-app xmlns="http://java.sun.com/xml/ns/javaee" version="3.0">
       
   204 
       
   205 See:
       
   206 
       
   207   http://jcp.org/aboutJava/communityprocess/final/jsr315/index.html
       
   208                 Servlet 3.0 Specification
       
   209   http://jcp.org/aboutJava/communityprocess/mrel/jsr154/index.html
       
   210                 Servlet 2.5 Specification
       
   211   http://www.mularien.com/blog/2008/04/24/how-to-reference-and-use-jstl-in-your-web-application/
       
   212                 How to Reference and Use JSTL in your Web Application
       
   213   http://en.wikipedia.org/wiki/Java_EE_version_history
       
   214                 Java EE version history