equal
deleted
inserted
replaced
262 |
262 |
263 <web-app xmlns="http://java.sun.com/xml/ns/javaee" version="3.0"> |
263 <web-app xmlns="http://java.sun.com/xml/ns/javaee" version="3.0"> |
264 |
264 |
265 See: |
265 See: |
266 |
266 |
|
267 http://en.wikipedia.org/wiki/Java_EE_version_history |
|
268 Java EE version history. |
267 http://jcp.org/aboutJava/communityprocess/final/jsr315/index.html |
269 http://jcp.org/aboutJava/communityprocess/final/jsr315/index.html |
268 Servlet 3.0 Specification |
270 Servlet 3.0 Specification |
269 http://jcp.org/aboutJava/communityprocess/mrel/jsr154/index.html |
271 http://jcp.org/aboutJava/communityprocess/mrel/jsr154/index.html |
270 Servlet 2.5 Specification |
272 Servlet 2.5 Specification |
271 http://www.mularien.com/blog/2008/04/24/how-to-reference-and-use-jstl-in-your-web-application/ |
273 http://www.mularien.com/blog/2008/04/24/how-to-reference-and-use-jstl-in-your-web-application/ |
272 How to Reference and Use JSTL in your Web Application |
274 How to Reference and Use JSTL in your Web Application |
273 http://en.wikipedia.org/wiki/Java_EE_version_history |
|
274 Java EE version history |
|
275 |
275 |
276 Java interactive shell. |
276 Java interactive shell. |
277 ======================= |
277 ======================= |
278 |
278 |
279 Just use Groovy. ``bsh`` is older alternative without code completion. |
279 Just use Groovy. ``bsh`` is older alternative without code completion. |