Servlet: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 4: Line 4:
* [[HTTP Session]]
* [[HTTP Session]]
* [[web.xml]]
* [[web.xml]]
=Specifications=
* Java Servlet Specification Version 3.0 http://download.oracle.com/otn-pub/jcp/servlet-3.0-fr-eval-oth-JSpec/servlet-3_0-final-spec.pdf


=Examples=
=Examples=


<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;">
<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;">
<br>
:A simple Servlet https://github.com/NovaOrdis/playground/tree/master/jee/servlet/simplest
:A simple Servlet https://github.com/NovaOrdis/playground/tree/master/jee/servlet/simplest
:A HTTP Session Servlet https://github.com/NovaOrdis/playground/tree/master/jee/servlet/session-servlet
<br>
</blockquote>
</blockquote>


=Servlet Session Tracking API=
{{Internal|Session Servlet Example|Session Servlet Example}}
 
=Subjects=


<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
* [[Servlet Session Tracking API]]
:[[Servlet Session Tracking API]]
* [[ServetContext]]
</blockquote>
* [[Servlet Filters]]
* [[Web Application Monitoring in WildFly]]

Latest revision as of 18:12, 27 November 2017