[{ALLOW view All}]
[{ALLOW edit Markus}]
!Java

! OpenJDK 
Oracle changed the support modell in 2019, see [CT articel|https://www.heise.de/developer/artikel/Wird-Java-jetzt-kostenpflichtig-4144533.html?seite=all].
You can download [openjdk|https://adoptopenjdk.net/index.html]


!Links

[JSF 2.0] | [JPA] | [Eclipse] | [Maven] \\
[Tomcat] | [Jetty] | [i18] | [JAAS] | [JBoss7]  \\
[Java Coding|JavaCoding] | [Swing|Java_Swing] | [Primefaces] | [RichFaces]\\
JEE 6: My choice as beginner starting on 29.12.2009 was Glassfish v3.\
Read my experiences [glassfish_V3].\\
After a lot of tries with Glassfish 3 I tried [JBoss 6|JBoss] on 19.01.2011.

!Java Application Servers

Free
|glassfish|[https://glassfish.dev.java.net/downloads/v3-final.html]
|jboss|[http://www.jboss.org/jbossas/]  [Dowload1|http://www.jboss.org/jbossas/downloads/] [Download2|http://sourceforge.net/projects/jboss/files/JBoss/]
|Geronimo|[http://geronimo.apache.org/]

Commercial
|Websphere|[http://www-01.ibm.com/software/webservers/appserv/was/]
|Weblogic|[http://www.oracle.com/us/products/middleware/application-server/index.htm]


! How to put source code in the web

Generally you can convert your source code to HTML easily with
[Highlight|http://www.andre-simon.de/zip/download.html].

But as raw HTML is not a good idea for a wiki like this, I found following options:\\
1. Download a WYSIWYG editor for JSPWiki and simply copy/paste the source code.
Here is an [overview|http://www.jspwiki.org/wiki/WYSIWYG] and 
finally I tried [FCK|http://www.jspwiki.org/wiki/HowToManuallyIntegrateFCKEditor].
You can switch a plain and FCK in the Profile link above.

2. Best: Use a plugin that comes with [java2html|http://www.java2html.de/docs/wiki/jspwiki.html] 
{{{
[{Java2HtmlPlugin 

<code here> }]