Servlet: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 3: | Line 3: | ||
* [[JEE]] | * [[JEE]] | ||
= | =Examples= | ||
<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;"> | |||
* 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 | |||
</blockquote> | |||
=HTTP Session= | =HTTP Session= |
Revision as of 21:25, 31 May 2016
Internal
Examples
- 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