Java: Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 32: Zeile 32:


[https://www.javacodegeeks.com/2014/11/java-annotations-tutorial.html https://www.javacodegeeks.com/2014/11/java-annotations-tutorial.html]
[https://www.javacodegeeks.com/2014/11/java-annotations-tutorial.html https://www.javacodegeeks.com/2014/11/java-annotations-tutorial.html]
=== Contexts and Dependency Injection (CDI) ===
[https://docs.jboss.org/weld/reference/latest/en-US/html/environments.html https://docs.jboss.org/weld/reference/latest/en-US/html/environments.html]


=== Java Server Faces (JSF) ===
=== Java Server Faces (JSF) ===

Version vom 15. August 2017, 16:16 Uhr

Installation

Ubuntu

Java (Ubuntu)

Debugging

http://www.oracle.com/technetwork/java/javase/tools-141261.html

Frameworks

Maven

Eclipse EE

Spring

PrimeFaces

Testen

SoapUI

https://de.wikipedia.org/wiki/SoapUI

https://www.soapui.org/

Tutorials

Annotations

https://www.javacodegeeks.com/2014/11/java-annotations-tutorial.html

Contexts and Dependency Injection (CDI)

https://docs.jboss.org/weld/reference/latest/en-US/html/environments.html

Java Server Faces (JSF)

http://www.horstmann.com/bigj2/tomcat-jsf.html

JUnit

https://github.com/junit-team/junit4/wiki/Getting-started

Native Methods

http://www.javaworld.com/article/2077520/learn-java/java-tip-23--write-native-methods.html

SFTP-Client

http://www.torsten-horn.de/techdocs/java-sftp.htm

https://epaul.github.io/jsch-documentation/

http://www.jcraft.com/jsch/examples/Sftp.java.html

Webservices

http://openbook.rheinwerk-verlag.de/java7/1507_13_003.html

Web Application / Maven

https://maven.apache.org/plugins/maven-war-plugin/usage.html

https://www.mkyong.com/maven/how-to-create-a-web-application-project-with-maven/

Installer / Exceutables

Installer (java)

IDEs

Eclipse

Test Projects

Create Java Server Faces Testprojekt

Links

http://jdevelopment.nl/jsf-22/

http://stackoverflow.com/q/13092161/1065197


Zurück zur Hauptseite