External Documentation
From Salespoint 5
(Difference between revisions)
(14 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
'''Java'''<br /> | '''Java'''<br /> | ||
− | [http://download.oracle.com/javase/ | + | [http://download.oracle.com/javase/8/docs/api/ Java 1.8 Javadoc]<br /> |
'''Spring MVC'''<br /> | '''Spring MVC'''<br /> | ||
− | [http:// | + | [http://docs.spring.io/spring/docs/current/spring-framework-reference/html/mvc.html Introduction to Spring Web MVC framework]<br /> |
− | [http:/ | + | [http://docs.spring.io/spring/docs/current/spring-framework-reference/html/expressions.html Spring Expression Language (SpEL)]<br /> |
− | + | [http://docs.spring.io/spring/docs/current/javadoc-api/ Spring Javadoc]<br /> | |
− | [http:/ | + | [http://docs.spring.io/spring/docs/current/spring-framework-reference/html/ Spring Framework Reference Documentation]<br /> |
− | + | ||
− | + | ||
+ | '''Validation'''<br /> | ||
+ | [http://docs.spring.io/spring/docs/current/spring-framework-reference/html/validation.html Validation, Data Binding, and Type Conversion]<br /> | ||
+ | [http://docs.oracle.com/javaee/6/tutorial/doc/gircz.html Using Bean Validation]<br /> | ||
+ | [http://docs.jboss.org/hibernate/validator/5.1/reference/en-US/html/ Hibernate Validator]<br /> | ||
− | ''' | + | '''Security'''<br /> |
− | [http:// | + | [http://projects.spring.io/spring-security/ Spring Security 1]<br /> |
− | [http:// | + | [http://docs.spring.io/spring-security/site/index.html Spring Security 2]<br /> |
+ | [http://docs.spring.io/spring-security/site/docs/current/reference/el-access.html Expression-Based Access Control]<br /> | ||
− | ''' | + | '''Thymeleaf'''<br /> |
− | [http:// | + | [http://www.thymeleaf.org/ Thymeleaf]<br /> |
+ | [https://github.com/thymeleaf/thymeleaf-extras-springsecurity3 Thymeleaf - Spring Security 3 integration module] <br /> | ||
− | ''' | + | '''JPA'''<br /> |
− | [http:// | + | [http://download.oracle.com/javaee/5/tutorial/doc/bnbpz.html Introduction to the Java Persistence API]<br /> |
− | [http:// | + | [http://download.oracle.com/javaee/6/api/javax/persistence/package-summary.html javax.persistence Javadoc]<br /> |
+ | [http://en.wikibooks.org/wiki/Java_Persistence Wikibooks - Java Persistence]<br /> | ||
+ | [http://www.google.com/search?ie=UTF-8&q=JPA+tutorial Google JPA tutorial]<br /> |
Latest revision as of 20:58, 13 August 2014
Java
Java 1.8 Javadoc
Spring MVC
Introduction to Spring Web MVC framework
Spring Expression Language (SpEL)
Spring Javadoc
Spring Framework Reference Documentation
Validation
Validation, Data Binding, and Type Conversion
Using Bean Validation
Hibernate Validator
Security
Spring Security 1
Spring Security 2
Expression-Based Access Control
Thymeleaf
Thymeleaf
Thymeleaf - Spring Security 3 integration module
JPA
Introduction to the Java Persistence API
javax.persistence Javadoc
Wikibooks - Java Persistence
Google JPA tutorial