
JSP
rocksword
这个作者很懒,什么都没留下…
展开
-
Difference between forward and sendRedirect
forward Control can be forward to resources available within the server from where the call is made. This transfer of control is done by the container internally and browser / client is not involve转载 2015-03-03 17:25:06 · 206 阅读 · 0 评论 -
Java Server Pages (JSP) Life Cycle
JSP pages are saved with .jsp extension which lets the server know that this is a JSP page and needs to go through JSP life cycle stages. In my previous post about JSP introduction, I explained that转载 2015-03-03 17:38:36 · 307 阅读 · 0 评论 -
Write thread-safe servlets
If you write Web applications in Java, the servlet is your best friend. Whether you write Java ServerPages (JSP) or plain servlets, you are both at the servlet's mercy and the lucky recipient of what转载 2015-03-04 10:25:13 · 365 阅读 · 0 评论